glob2-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [glob2-devel] the beginning of mac OS X development


From: Kyle Lutze
Subject: Re: [glob2-devel] the beginning of mac OS X development
Date: Sun, 25 Mar 2007 18:53:41 -0700
User-agent: Thunderbird 1.5.0.10 (Macintosh/20070221)

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?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]