GarageGames / Torque2D

MIT Licensed Open Source version of Torque 2D game engine from GarageGames

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linking error

yurembo opened this issue · comments

on OS X a compilation processes fine but linking is error,
older engine versions were build well,
do you know what is the problem?

What's the linking error? We added a number of files in the last release. The new project file should include these but it's possible that you might need to add them for some reason.

Here's a error:
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I searched an info: somebody says that there are dublicates of included files

Did you hand merge your project file? You probably don't have a needed file included. The 3.3 updated added new files for the audio stuff and the font stuff. Look at #338 to see what files were added and removed from the Xcode project file and then make sure your project file includes the same files.

I have downloaded last development-branch engine

My project file is equivalent to this file and other files are taken place.
Does anybody try to compile Torque 2D from OS X?

for iOS build is well,
but for OS X build is failed

Already you've got the solution: here

Right, that slipped my mind. I should have pointed you there. Glad you found the solution!