Trouble building Egoboo on my Mac

Help regarding development/scripting, troubleshooting or just general gameplay -- anything that hasn't already been answered in the Wiki or pinned FAQs.

Moderator: Developers

Post Reply
lexations
Acid Blob (New member)
Acid Blob (New member)
Posts: 1
Joined: Sat Apr 09, 2011 8:59 pm

Trouble building Egoboo on my Mac

Post by lexations »

Hi, so I downloaded Egoboo recently and have been trying since to get it to work, I'm completely new to Xcode so I really have no idea what I'm doing but every time I try and build it I end up with this error. I'm using Xcode 4 on a Mac 10.6.7.

CompileC build/Egoboo.build/Debug/Egoboo.build/Objects-normal/i386/font.o ../game/font.c normal i386 c com.apple.compilers.llvmgcc42
cd /Users/Alex/Desktop/stuff/games/egoboo-2.8.1/src/osx
setenv LANG en_US.US-ASCII
/Developer/usr/bin/llvm-gcc-4.2 -x c -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -O0 -Wreturn-type -Wunused-variable -DPATH_MAX=1024 -DHAS_SOCKLEN_T -fasm-blocks -gdwarf-2 -fvisibility=hidden -I/Users/Alex/Desktop/stuff/games/egoboo-2.8.1/src/osx/build/Egoboo.build/Debug/Egoboo.build/Egoboo.hmap -I../enet/include -I/Users/Alex/Desktop/stuff/games/egoboo-2.8.1/src/osx/../include -I/Users/Alex/Library/Frameworks/SDL_ttf.framework/Headers -I/Users/Alex/Library/Frameworks/SDL_mixer.framework/Headers -I/Users/Alex/Library/Frameworks/SDL_image.framework/Headers -I/Users/Alex/Library/Frameworks/SDL.framework/Headers -I/Library/Frameworks/SDL_ttf.framework/Headers -I/Library/Frameworks/SDL_mixer.framework/Headers -I/Library/Frameworks/SDL_image.framework/Headers -I/Library/Frameworks/SDL.framework/Headers -I/opt/local/include -I/Users/Alex/Desktop/stuff/games/egoboo-2.8.1/src/osx/build/Egoboo.build/Debug/Egoboo.build/DerivedSources/i386 -I/Users/Alex/Desktop/stuff/games/egoboo-2.8.1/src/osx/build/Egoboo.build/Debug/Egoboo.build/DerivedSources -Wall -F/Users/Alex/Desktop/stuff/games/egoboo-2.8.1/src/osx/.. -F/Users/Alex/Library/Frameworks -F/Library/Frameworks -c /Users/Alex/Desktop/stuff/games/egoboo-2.8.1/src/osx/../game/font.c -o /Users/Alex/Desktop/stuff/games/egoboo-2.8.1/src/osx/build/Egoboo.build/Debug/Egoboo.build/Objects-normal/i386/font.o

i686-apple-darwin10-llvm-gcc-4.2: /Users/Alex/Desktop/stuff/games/egoboo-2.8.1/src/osx/../game/font.c: No such file or directory
i686-apple-darwin10-llvm-gcc-4.2: warning: '-x c' after last input file has no effect
i686-apple-darwin10-llvm-gcc-4.2: no input files
Command /Developer/usr/bin/llvm-gcc-4.2 failed with exit code 1

I have literally no idea where to go from here, sorry it's probably obvious but like I said I'm new to the whole thing.
Thanks
User avatar
Zefz
Squirrel Knight (Administrator)
Squirrel Knight (Administrator)
Posts: 3820
Joined: Wed Jul 23, 2008 1:27 am
Location: Norway
Contact:

Re: Trouble building Egoboo on my Mac

Post by Zefz »

It has been a while tha mac has been updated for Egoboo. There are probably some makefile issues.
Post Reply