• 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 How to compile the latest Avesta?

Well, i tried also long time ago and i didnt succed. Asfar i can tell, its freakin out of date.
 
I get this error:
Compiler: Default compiler
Building Makefile: "C:\Users\nti\Desktop\source\trunk\src\compiler\Makefile.win"
Executing make...
make.exe -f "C:\Users\nti\Desktop\source\trunk\src\compiler\Makefile.win" all
g++.exe -c ../beds.cpp -o ../beds.o -I"include" D__WINDOWS__ D__USE_MYSQL__ D__76__ -O3

In file included from ../definitions.h:68,
from ../otpch.h:9,
from ../beds.cpp:21:
../compiler/gcc.h:81:27: warning: no newline at end of file
In file included from ../definitions.h:82,
from ../otpch.h:9,
from ../beds.cpp:21:
../compiler/workarounds.h:78:35: warning: no newline at end of file
In file included from ../item.h:26,
from ../beds.h:25,
from ../beds.cpp:23:
../thing.h: In member function `virtual std::string Thing::getXRayDescription() const':
../thing.h:121: error: aggregate `std::stringstream ret' has incomplete type and cannot be defined

In file included from ../player.h:25,
from ../house.h:27,
from ../beds.cpp:24:
../otsystem.h:60:24: sys/socket.h: No such file or directory
../otsystem.h:61:24: netinet/in.h: No such file or directory

../otsystem.h:62:23: arpa/inet.h: No such file or directory
../otsystem.h:63:19: netdb.h: No such file or directory

g++.exe: D__WINDOWS__: No such file or directory
g++.exe: D__USE_MYSQL__: No such file or directory
g++.exe: D__76__: No such file or directory

make.exe: *** [../beds.o] Error 1

Execution terminated
 
Back
Top