I'm currently trying to install tfs 3.6pl1 on my Ubuntu server 12.04.2...
I have went through the ubuntu tutorial, and also went through what the readme said that came with the distro yet I still am getting problems when i say the 'make' command. If someone knows anything about how I can solve it please let me know.
make all-am
make[1]: Entering directory `/home/ot/ot'
g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D_THREAD_SAFE -D_REENTRANT -Wall -g -O1 -MT luascript.o -MD -MP -MF .deps/luascript.Tpo -c -o luascript.o luascript.cpp
In file included from /usr/include/boost/filesystem/v3/config.hpp:29:0,
from /usr/include/boost/filesystem.hpp:34,
from luascript.cpp:21:
/usr/include/boost/system/api_config.hpp:28:5: error: #error user defined BOOST_POSIX_API or BOOST_WINDOWS_API not supported
luascript.cpp: In member function âbool LuaScriptInterface::loadDirectory(const string&, Npc*)â:
luascript.cpp:719:23: error: âclass boost::filesystem3::directory_entryâ has no member named âleafâ
make[1]: *** [luascript.o] Error 1
make[1]: Leaving directory `/home/ot/ot'
make: *** [all] Error 2
I have went through the ubuntu tutorial, and also went through what the readme said that came with the distro yet I still am getting problems when i say the 'make' command. If someone knows anything about how I can solve it please let me know.
make all-am
make[1]: Entering directory `/home/ot/ot'
g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D_THREAD_SAFE -D_REENTRANT -Wall -g -O1 -MT luascript.o -MD -MP -MF .deps/luascript.Tpo -c -o luascript.o luascript.cpp
In file included from /usr/include/boost/filesystem/v3/config.hpp:29:0,
from /usr/include/boost/filesystem.hpp:34,
from luascript.cpp:21:
/usr/include/boost/system/api_config.hpp:28:5: error: #error user defined BOOST_POSIX_API or BOOST_WINDOWS_API not supported
luascript.cpp: In member function âbool LuaScriptInterface::loadDirectory(const string&, Npc*)â:
luascript.cpp:719:23: error: âclass boost::filesystem3::directory_entryâ has no member named âleafâ
make[1]: *** [luascript.o] Error 1
make[1]: Leaving directory `/home/ot/ot'
make: *** [all] Error 2