Compiling on OSX

All development conversation and discussion takes place here

Moderator: Moderator

Post Reply
Message
Author
Jamwillinob
Posts: 1
Joined: Thu Feb 06, 2014 7:24 pm

Compiling on OSX

#1 Post by Jamwillinob »

I'm trying to compile the latest te4 build under OSX 10.9. I've been following this http://te4.org/wiki/How_to_compile and doing okay but I can't figure out how to fix this error:

Code: Select all

Running post-build commands
cp ../bin/Debug/t-engine ../
cp: ../bin/Debug/t-engine: No such file or directory
make[1]: *** [t-engine.app/Contents/MacOS/t-engine] Error 1
make: *** [TEngine] Error 2

Post Reply