• 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 in compilation

Vedovi

New Member
Joined
Jul 22, 2008
Messages
100
Reaction score
0
Help me error compiling source in linux ubuntu:

sources:
http://www.4shared.com/rar/xEOqyPCnba/SOURCE_106.html?

Error:
make all-am
make[1]: Entering directory `/home/sources'
CXX actions.o
CXX allocator.o
CXX beds.o
CXX chat.o
CXX combat.o
CXX baseevents.o
CXX condition.o
CXX connection.o
CXX configmanager.o
In file included from /usr/include/c++/4.4/chrono:35,
from otsystem.h:58,
from luascript.h:20,
from configmanager.h:20,
from otpch.h:40,
from combat.cpp:17:
/usr/include/c++/4.4/c++0x_warning.h:31:2: error: #error This file requires compiler and library support for the upcoming ISO C++ standard, C++0x. This support is currently experimental, and must be enabled with the -std=c++0x or -std=gnu++0x compiler options.
In file included from /usr/include/c++/4.4/chrono:35,
from otsystem.h:58,
from luascript.h:20,
from configmanager.h:20,
from otpch.h:40,
from beds.cpp:17:
/usr/include/c++/4.4/c++0x_warning.h:31:2: error: #error This file requires compiler and library support for the upcoming ISO C++ standard, C++0x. This support is currently experimental, and must be enabled with the -std=c++0x or -std=gnu++0x compiler options.
In file included from /usr/include/c++/4.4/chrono:35,
from otsystem.h:58,
from luascript.h:20,
from configmanager.h:20,
from otpch.h:40,
from allocator.cpp:17:
/usr/include/c++/4.4/c++0x_warning.h:31:2: error: #error This file requires compiler and library support for the upcoming ISO C++ standard, C++0x. This support is currently experimental, and must be enabled with the -std=c++0x or -std=gnu++0x compiler options.
In file included from /usr/include/c++/4.4/chrono:35,
from otsystem.h:58,
from luascript.h:20,
from configmanager.h:20,
from otpch.h:40,
from connection.cpp:18:
/usr/include/c++/4.4/c++0x_warning.h:31:2: error: #error This file requires compiler and library support for the upcoming ISO C++ standard, C++0x. This support is currently experimental, and must be enabled with the -std=c++0x or -std=gnu++0x compiler options.
In file included from /usr/include/c++/4.4/chrono:35,
from otsystem.h:58,
from luascript.h:20,
from configmanager.h:20,
from otpch.h:40,
from configmanager.cpp:17:
/usr/include/c++/4.4/c++0x_warning.h:31:2: error: #error This file requires compiler and library support for the upcoming ISO C++ standard, C++0x. This support is currently experimental, and must be enabled with the -std=c++0x or -std=gnu++0x compiler options.
In file included from /usr/include/c++/4.4/chrono:35,
from otsystem.h:58,
from luascript.h:20,
from configmanager.h:20,
from otpch.h:40,
from chat.cpp:17:
/usr/include/c++/4.4/c++0x_warning.h:31:2: error: #error This file requires compiler and library support for the upcoming ISO C++ standard, C++0x. This support is currently experimental, and must be enabled with the -std=c++0x or -std=gnu++0x compiler options.
In file included from /usr/include/c++/4.4/chrono:35,
from otsystem.h:58,
from luascript.h:20,
from configmanager.h:20,
from otpch.h:40,
from baseevents.cpp:17:
/usr/include/c++/4.4/c++0x_warning.h:31:2: error: #error This file requires compiler and library support for the upcoming ISO C++ standard, C++0x. This support is currently experimental, and must be enabled with the -std=c++0x or -std=gnu++0x compiler options.
In file included from /usr/include/c++/4.4/chrono:35,
from otsystem.h:58,
from luascript.h:20,
from configmanager.h:20,
from otpch.h:40,
from condition.cpp:17:
/usr/include/c++/4.4/c++0x_warning.h:31:2: error: #error This file requires compiler and library support for the upcoming ISO C++ standard, C++0x. This support is currently experimental, and must be enabled with the -std=c++0x or -std=gnu++0x compiler options.
In file included from /usr/include/c++/4.4/chrono:35,
from otsystem.h:58,
from luascript.h:20,
from configmanager.h:20,
from otpch.h:40,
from actions.cpp:17:
/usr/include/c++/4.4/c++0x_warning.h:31:2: error: #error This file requires compiler and library support for the upcoming ISO C++ standard, C++0x. This support is currently experimental, and must be enabled with the -std=c++0x or -std=gnu++0x compiler options.
make[1]: *** [allocator.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [baseevents.o] Error 1
make[1]: *** [beds.o] Error 1
make[1]: *** [configmanager.o] Error 1
make[1]: *** [combat.o] Error 1
make[1]: *** [condition.o] Error 1
make[1]: *** [actions.o] Error 1
make[1]: *** [chat.o] Error 1
make[1]: *** [connection.o] Error 1
make[1]: Leaving directory `/home/sources'
make: *** [all] Error 2
 
Debian 7:

error:
make all-am
make[1]: Entering directory `/home/testando'
CXX allocator.o
CXX actions.o
CXX beds.o
CXX baseevents.o
CXX chat.o
CXX combat.o
CXX condition.o
CXX configmanager.o
In file included from baseevents.h:22:0,
from raids.h:26,
from item.h:29,
from tile.h:23,
from map.h:26,
from game.h:26,
from condition.cpp:22:
luascript.h:33:18: fatal error: lua.h: No such file or directory
compilation terminated.
In file included from baseevents.h:22:0,
from raids.h:26,
from item.h:29,
from tile.h:23,
from map.h:26,
from creature.h:28,
from player.h:23,
from party.h:20,
from chat.h:24,
from chat.cpp:18:
luascript.h:33:18: fatal error: lua.h: No such file or directory
compilation terminated.
In file included from baseevents.h:22:0,
from actions.h:20,
from actions.cpp:20:
luascript.h:33:18: fatal error: lua.h: No such file or directory
compilation terminated.
In file included from baseevents.h:22:0,
from baseevents.cpp:20:
luascript.h:33:18: fatal error: lua.h: No such file or directory
compilation terminated.
In file included from baseevents.h:22:0,
from raids.h:26,
from item.h:29,
from beds.h:20,
from beds.cpp:19:
luascript.h:33:18: fatal error: lua.h: No such file or directory
compilation terminated.
In file included from configmanager.h:20:0,
from configmanager.cpp:20:
luascript.h:33:18: fatal error: lua.h: No such file or directory
compilation terminated.
In file included from baseevents.h:22:0,
from combat.h:22,
from combat.cpp:20:
luascript.h:33:18: fatal error: lua.h: No such file or directory
compilation terminated.
make[1]: *** [actions.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [chat.o] Error 1
make[1]: *** [baseevents.o] Error 1
make[1]: *** [configmanager.o] Error 1
make[1]: *** [condition.o] Error 1
make[1]: *** [beds.o] Error 1
make[1]: *** [combat.o] Error 1
make[1]: Leaving directory `/home/testando'
make: *** [all] Error 2
 
Back
Top