| Progress
I edited the file /sw/include/glib.h
arround line 66, I added the following:
#include /sw/lib/glib/include/glibconfig.h
and I completed the path (same file, next line).
it was:
#include glib.h
but now its:
#include /sw/include/glib.h
Those things have greater than and less than signs arround them, but I think that vbulliten would interperate them as html tags.
> < just a guess...
I'm now getting some different errors, though:
util.c:1304: bad macro argument list
(lkines 1304, 1298, and 1301).
And then I get some error at the end:
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
make: *** [util.lo] Error 1
I'm going to work at this all day. :-)
Any help would be great!
Thanks!
|