Message Boards

Topic: Odamex does not build on Xcode again  (Read 3698 times)

Offline NovaFlame

  • Posts: 16
    • View Profile
Odamex does not build on Xcode again
« on: May 17, 2008, 12:10:54 »
With the latest revision as of May 17 2008, Odamex once again does not build on Xcode on a iBook G4.

I am trying to build r766, but I keep getting this error

Linking /Users/setbc/build/odamex.build/Release/odamex.build/Objects-normal/i386/odamex
/Developer/usr/bin/../libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning -L: directory name (/Users/setbc/build/Release) does not exist
/Developer/usr/bin/../libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning -F: directory name (/Users/setbc/build/Release) does not exist
/Developer/usr/bin/../libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols:
BELONG(unsigned int)
/Users/setbc/build/odamex.build/Release/odamex.build/Objects-normal/i386/farchive.o reference to undefined BELONG(unsigned int)
collect2: id returned 1 exit status

Weird thing is, about four revisions back (r762 for example) I was able to build just fine and not get this error. Also, the first three or so lines in this error which says it can't find this Release directory, even if I make that directory I still get this error, but it just removes those two lines. Plus there already is a Release directory, just in a different spot.

Help please :(

Offline NovaFlame

  • Posts: 16
    • View Profile
Re: Odamex does not build on Xcode again
« Reply #1 on: May 17, 2008, 15:43:50 »
Fixed r767. Thanks denis!