Trying to compile on GCC 2.96... (redhat enterprise 2;
not it wasn't my decision)
The following errors happen because a variable is
defined where it is first assigned (i.e. C++style)
instead of at the top of the file.
src/render/cxform.c:92: parse error before `int'
src/render/edgelist.c:879: parse error before `*'
src/render/edgelist.c:975: parse error before `int'
src/render/edgelist.c:1103: parse error before `color'
test.c also has some. I think if these are correctly it
will allow flirt to compile on wider range of compilers.
Switching to use g++ fails as there are parameters
called "new".
Logged In: YES
user_id=1064374
just fixed it (only a year late!)--will check in when I get home, network's too
slow here..