GarageGames / Torque2D

MIT Licensed Open Source version of Torque 2D game engine from GarageGames
MIT License
1.67k stars 1.56k forks source link

Linking error #346

Closed yurembo closed 8 years ago

yurembo commented 8 years ago

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

greenfire27 commented 8 years ago

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.

yurembo commented 8 years ago

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

greenfire27 commented 8 years ago

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.

yurembo commented 8 years ago

I have downloaded last development-branch engine

yurembo commented 8 years ago

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

yurembo commented 8 years ago

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

yurembo commented 8 years ago

Already you've got the solution: here

greenfire27 commented 8 years ago

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