Open rasteron opened 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.
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?