vishnu wrote:
At least it's got autoconf and doesn't require setting arcane environment variables prior to running make. But unfortunately the bozos didn't generate the configure script or the makefiles, so you need to run autoreconf at the top of the source tree yourself.
Don't snivel, it could have wanted xmkmf
Quote:
So, I just did that and ran make and
oy
is it broken!
Code:
/usr/people/vishnu/src/dls/maxwellwp/shared/util/mx_language.C:42:2: fatal error: opening dependency file /usr/people/vishn/src/dls/maxwellwp/tmp/mx_language.d: No such file or directory
compilation terminated.
Wait until you get to the fun stuff ! All kinds of weirdass permissions problems and a few ranlib errors and a script or two that isn't executable, really good !
But I got way farther with your version than the thing I had, gracias. It actually went kind of okay more or less until here :
Code:
cc-1294 CC: ERROR File = /usr/people/dev/maxwellwp/include/collection.h, Line = 55
The indicated pure specifier is poorly formed.
virtual node *getHead() = NULL ;
^
cc-1294 CC: ERROR File = /usr/people/dev/maxwellwp/include/collection.h, Line = 56
The indicated pure specifier is poorly formed.
virtual node *getTail() = NULL ;
^
edit : okay,
seem
to have moved past that by changing the NULL to a 0 ?
bjarney stookstup wrote:
Rather than risking delay and incurring the certain fights over pure, I used the tradition C and C++ convention of using 0 to represent "not there."
??
http://stackoverflow.com/questions/4174 ... nition-why
Now we have
Code:
/usr/people/dev/maxwellwp/build/movedep /usr/people/dev/maxwellwp/collection/node/node.d /usr/people/dev/maxwellwp/lib/libmx_collection.a
ar rv /usr/people/dev/maxwellwp/lib/libmx_collection.a /usr/people/dev/maxwellwp/tmp/node.o
a - /usr/people/dev/maxwellwp/tmp/node.o
rm -f /usr/people/dev/maxwellwp/tmp/node.o
/usr/people/dev/maxwellwp/lib/libmx_collection.a
/usr/people/dev/maxwellwp/lib/libmx_collection.a: syntax error at line 2 : `newline or ;' unexpected
gmake[2]: *** [/usr/people/dev/maxwellwp/lib/libmx_collection.a] Error 2
Now, the oddest thing here is maybe not the error but the fact that this happened twice before with other libraries but just re-running gmake over it beat the process into submission.
Even if this thing compiles, I bet in the end it crashes like a mofo all the time
edit 2 : Okay, I'm blind. But I can count to two ... wth ?
Code:
cc-1018 cc: ERROR File = Main/main.c, Line = 885
An unmatched left parentheses "(" appears in an expression.
GlobResources = NEW(c_Resource)(MainInterface->w_Hidden);
^
cc-1018 cc: ERROR File = Main/main.c, Line = 886
An unmatched left parentheses "(" appears in an expression.
GlobColormap = (c_Colormap *)NEW(c_Colormap)(display, (Widget)0,
^
cc-1018 cc: ERROR File = Main/main.c, Line = 888
An unmatched left parentheses "(" appears in an expression.
GlobCursor = (c_GCursor *)NEW(c_GCursor)(display);
^