View Single Post
  #2  
Old July 27th, 2001, 06:24 PM
kilowatt's Avatar
kilowatt kilowatt is offline
mach-o mach-o man
 
Join Date: Mar 2001
Location: irc.lfnet.net #kilonet
Posts: 984
Thanks: 0
Thanked 0 Times in 0 Posts
kilowatt is on a distinguished road
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.
&gt &lt 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!
Reply With Quote