GarageGames / Torque3D

MIT Licensed Open Source version of Torque 3D from GarageGames
http://torque3d.org
MIT License
3.35k stars 1.2k forks source link

[Linux Make_Ded] Undefined Reference to CreatePlatformWindowManager #1476

Open rasteron opened 8 years ago

rasteron commented 8 years ago

Hi,

Not sure what I am missing here but I'm getting these linker errors when building a dedicated server on Ubuntu 64 14.04. I'm using the latest 3.8 release source and followed the setup guide here: http://wiki.torque3d.org/coder:compiling-in-linux#toc10

Full error message: http://pastebin.com/VV4VdfxR

Similar thread reference: http://www.garagegames.com/community/forums/viewthread/138607

Any ideas?

rasteron commented 8 years ago

For reference, the first error that I have encountered is the missing SDL.h, so I made some changes with the 2 files mentioned here for the fix.

https://github.com/GarageGames/Torque3D/pull/1212

using SDL2/SDL.h since this was the default installation folder for SDL2 dev.