• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling error Trunk 3777 Ubuntu

Status
Not open for further replies.

villelagui

C++ Programmer
Joined
May 16, 2009
Messages
25
Reaction score
3
Location
Brasil
root@duck:/home/villela/distro/trunk.r3777# make -j2
make all-am
make[1]: Entering directory `/home/villela/distro/trunk.r3777'
g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -O2 - fomit-frame-pointer -D__USE_MYSQL__ -D_THREAD_SAFE -D_REENTRANT -Wall -Wextr a -Wno-strict-aliasing -pipe -MT game.o -MD -MP -MF .deps/game.Tpo -c -o game.o game.cpp
g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -O2 - fomit-frame-pointer -D__USE_MYSQL__ -D_THREAD_SAFE -D_REENTRANT -Wall -Wextr a -Wno-strict-aliasing -pipe -MT iomapserialize.o -MD -MP -MF .deps/iomapseriali ze.Tpo -c -o iomapserialize.o iomapserialize.cpp
mv -f .deps/iomapserialize.Tpo .deps/iomapserialize.Po
g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -O2 - fomit-frame-pointer -D__USE_MYSQL__ -D_THREAD_SAFE -D_REENTRANT -Wall -Wextr a -Wno-strict-aliasing -pipe -MT item.o -MD -MP -MF .deps/item.Tpo -c -o item.o item.cpp
game.cpp: In constructor âGame::Game()â:
game.cpp:80:22: warning: array subscript is above array bounds [-Warray-bounds]
game.h: In member function âvoid Game::globalSave()â:
game.h:613:76: warning: array subscript is above array bounds [-Warray-bounds]
game.cpp: In member function âvoid Game:repareGlobalSave()â:
game.cpp:6138:30: warning: array subscript is above array bounds [-Warray-bounds ]
game.cpp:6140:22: warning: array subscript is above array bounds [-Warray-bounds ]
mv -f .deps/game.Tpo .deps/game.Po
g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -O2 - fomit-frame-pointer -D__USE_MYSQL__ -D_THREAD_SAFE -D_REENTRANT -Wall -Wextr a -Wno-strict-aliasing -pipe -MT itemattributes.o -MD -MP -MF .deps/itemattribut es.Tpo -c -o itemattributes.o itemattributes.cpp
mv -f .deps/item.Tpo .deps/item.Po
g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -O2 - fomit-frame-pointer -D__USE_MYSQL__ -D_THREAD_SAFE -D_REENTRANT -Wall -Wextr a -Wno-strict-aliasing -pipe -MT items.o -MD -MP -MF .deps/items.Tpo -c -o items .o items.cpp
mv -f .deps/itemattributes.Tpo .deps/itemattributes.Po
g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -O2 - fomit-frame-pointer -D__USE_MYSQL__ -D_THREAD_SAFE -D_REENTRANT -Wall -Wextr a -Wno-strict-aliasing -pipe -MT luascript.o -MD -MP -MF .deps/luascript.Tpo -c -o luascript.o luascript.cpp
mv -f .deps/items.Tpo .deps/items.Po
g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -O2 - fomit-frame-pointer -D__USE_MYSQL__ -D_THREAD_SAFE -D_REENTRANT -Wall -Wextr a -Wno-strict-aliasing -pipe -MT mailbox.o -MD -MP -MF .deps/mailbox.Tpo -c -o m ailbox.o mailbox.cpp
luascript.cpp: In member function âbool LuaInterface::loadDirectory(const string &, Npc*)â:
luascript.cpp:741:23: error: âclass boost::filesystem3::directory_entryâ has no member named âleafâ
make[1]: *** [luascript.o] Error 1
make[1]: *** Waiting for unfinished jobs....
mv -f .deps/mailbox.Tpo .deps/mailbox.Po
make[1]: Leaving directory `/home/villela/distro/trunk.r3777'
make: *** [all] Error 2
root@duck:/home/villela/distro/trunk.r3777#

A friend told me it's because the trunk3777 uses filesystem2 and the new BOOST version is not compatible only with filesystem3 he told me that i just need to change some lines on some files, please someone help ...
 
Status
Not open for further replies.
Back
Top