Compilation Question/ Help Request

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
Zeman4323
Newly Registered User
Posts: 1
Joined: 07 Apr 2012, 01:22

Compilation Question/ Help Request

Post by Zeman4323 »

Hey all-

It looks like people have successfully been able to get this to build. I have been trying, but I am not having any luck so I thought I would post any see if anyone had some ideas.

I am running Mountain Lion and XCode 4.4 (Maybe this is the problem)

I have installed all of the libraries mentioned here: http://wiki.themanaworld.org/index.php/MacOSX_port

I have also compile guichan with SDL support.

I have then pointed XCode to my relevant include and library paths so that everything should be able to compile.

However I keep getting an error

Code: Select all

saying that 'assert' is not defined in this scope
Just for kicks I commented out all of the asserts, but once it got through all of the compiling my linking blew up:

ld: framework not found guichan
collect2: ld returned 1 exit status
Command /Applications/Xcode.app/Contents/Developer/usr/bin/llvm-g++-4.2 failed with exit code 1

I do have guichan linked though so I am quite confused on both fronts.

I tried both CLANG and GCC but had no luck with either.

One thing I did notice was the directory: ../src/cpp0x_compat in the include paths. Maybe I need these headers for the assert problem?

Anyway I am going to try this out on xcode 4.3 with lion and see if I have better luck.

Any ideas/suggestions are most appreciated. I am idling in #mana as well (Zeman4323)

Thanks!
Post Reply