From: | Paul B Mann <paul@paulbmann.com> |
Newsgroups: | comp.compilers |
Date: | Fri, 10 Feb 2012 13:24:41 -0800 (PST) |
Organization: | Compilers Central |
References: | 12-02-004 12-02-006 |
Keywords: | parse, tools, C++ |
Posted-Date: | 10 Feb 2012 23:18:27 EST |
> UNIX and unix-like system are case sensitive. There is no chance that
> this code will build without a significant porting effort. For
> example, you have Global.H in some directory; yet, your source has
> '#include "global.h"'.
>
> It may also be advantageous to include simple instructions of which
> files need to be compiled and the order.
I have created a newer release: 3.0.211 in which I renamed the file
names to all lower case and changed the #include filenames to match.
I also added "readme.txt" files to the "source" directories which
tells you how to compile under UNIX/Linux (i.e. compile the
"lrstar.cpp" file, the "dfastar.cpp" file and the "dfac.cpp" file).
I'm sure there will be more changes needed, because I'm not so
familiar with UNIX.
Paul Mann
Return to the
comp.compilers page.
Search the
comp.compilers archives again.