Kyle Lutze wrote:
actually, it's more of a thing that needs to be fixed. I would commit the code, but I have no idea how modified my cvs directory is right now and I don't want to do a commit and screw things up. Anyway, to the point:

file: glob2-cvs:/bootstrap

line 30:
- aclocal \
+ aclocal -I /usr/local/share/aclocal \

------------
To get glob2 to even get past bootstrap you need to add that line as that is where SDL puts it's .m4 macro file. It took me forever to solve that simple problem, I do not like makefiles :/

Please correct me if I'm wrong, but I don't believe that that will throw errors if the directory doesn't exist so it shouldn't be a problem.

cheers,
Kyle


actually I sent that off a bit hastily without reading the next error. So, that fixes one error, now I have this one.

-----------
appleboys-computer:~/Documents/glob2-cvs AppleBoy$ ./bootstrap
src/Makefile.am:214: LIBS was already defined in condition LINKSTATIC_TRUE, which is implied by condition TRUE
  LIBS (User, where = src/Makefile.am:214) =
  {
    LINKSTATIC_TRUE =>
  }
-------------

Any ideas?



_______________________________________________
glob2-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/glob2-devel

Reply via email to