• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

kompilacja tfs 0.2.8.r88 bledy

Elenq

New Member
Joined
Jan 1, 2011
Messages
8
Reaction score
0
Hey.
Chciałem kompilować tfs 0.2.8.r88 lecz pokazują się błędy
LUA:
Kompilator: Default compiler
Building Makefile: "C:\Documents and Settings\Dom\Pulpit\0.2.8.r88\dev-cpp\Makefile.win"
Wykonywanie  make...
make.exe -f "C:\Documents and Settings\Dom\Pulpit\0.2.8.r88\dev-cpp\Makefile.win" all
g++.exe -c ../account.cpp -o obj//account.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include"  -I"C:/Dev-Cpp/include/c++/3.4.2/backward"  -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32"  -I"C:/Dev-Cpp/include/c++/3.4.2"  -I"C:/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__   -fexpensive-optimizations -O1

g++.exe -c ../actions.cpp -o obj//actions.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include"  -I"C:/Dev-Cpp/include/c++/3.4.2/backward"  -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32"  -I"C:/Dev-Cpp/include/c++/3.4.2"  -I"C:/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__   -fexpensive-optimizations -O1

In file included from ../creature.h:27,
                 from ../player.h:25,

                 from ../actions.cpp:23:
../map.h:28:32: boost/shared_ptr.hpp: No such file or directory
In file included from ../creature.h:27,
                 from ../player.h:25,
                 from ../actions.cpp:23:
../map.h:29: error: `boost' has not been declared
../map.h:29: error: expected nested-name-specifier before "shared_ptr"

../map.h:29: error: `shared_ptr' has not been declared

In file included from ../item.h:26,
                 from ../map.h:32,
                 from ../creature.h:27,
                 from ../player.h:25,
                 from ../actions.cpp:23:
../items.h:31:30: libxml/xmlmemory.h: No such file or directory
../items.h:32:27: libxml/parser.h: No such file or directory
In file included from ../item.h:26,
                 from ../map.h:32,
                 from ../creature.h:27,
                 from ../player.h:25,
                 from ../actions.cpp:23:
../items.h:290: error: expected `;' before '(' token

In file included from ../map.h:36,
                 from ../creature.h:27,
                 from ../player.h:25,
                 from ../actions.cpp:23:
../tools.h:34:31: boost/tokenizer.hpp: No such file or directory

In file included from ../map.h:36,
                 from ../creature.h:27,
                 from ../player.h:25,

etc all nie mogłem zamieścić

500 błędów ;/
 
biblioteki zainstalowałem (zadziałało lecz nadal parę błędów jest)
LUA:
Kompilator: Default compiler
Building Makefile: "C:\Documents and Settings\Dom\Moje dokumenty\Downloads\ots\dev-cpp\Makefile.win"
Wykonywanie  make...
make.exe -f "C:\Documents and Settings\Dom\Moje dokumenty\Downloads\ots\dev-cpp\Makefile.win" all
g++.exe -c ../otserv.cpp -o obj//otserv.o -I"C:/Documents and Settings/Dom/Moje dokumenty/Downloads/Stian's Repack Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__ -O2   -fexpensive-optimizations -O1

../otserv.cpp:33:25: openssl/rsa.h: No such file or directory
../otserv.cpp:34:24: openssl/bn.h: No such file or directory
../otserv.cpp:35:25: openssl/err.h: No such file or directory
../otserv.cpp:90: error: expected constructor, destructor, or type conversion before '*' token

../otserv.cpp: In function `void otserv(StringVec, ServiceManager*)':
../otserv.cpp:547: error: `g_RSA' was not declared in this scope
../otserv.cpp:547: error: `RSA_new' was not declared in this scope

../otserv.cpp:549: error: `BN_dec2bn' was not declared in this scope
../otserv.cpp:556: error: `RSA_check_key' was not declared in this scope

../otserv.cpp:561: error: `BN_CTX' was not declared in this scope
../otserv.cpp:561: error: `ctx' was not declared in this scope
../otserv.cpp:561: error: `BN_CTX_new' was not declared in this scope
../otserv.cpp:562: error: `BN_CTX_start' was not declared in this scope
../otserv.cpp:564: error: `BIGNUM' was not declared in this scope
../otserv.cpp:564: error: `r1' was not declared in this scope
../otserv.cpp:564: error: `BN_CTX_get' was not declared in this scope
../otserv.cpp:564: error: `r2' was not declared in this scope
../otserv.cpp:565: error: `BN_mod' was not declared in this scope
../otserv.cpp:568: error: `BN_mod_inverse' was not declared in this scope
../otserv.cpp:572: error: `RSA_check_key' was not declared in this scope
../otserv.cpp:577: error: `ERR_load_crypto_strings' was not declared in this scope
../otserv.cpp:578: error: `ERR_get_error' was not declared in this scope
../otserv.cpp:578: error: `ERR_error_string' was not declared in this scope

make.exe: *** [obj//otserv.o] Error 1

Wykonanie zakończone
 
Help -> About Dev -> Check for updates -> Devpak server: devpaks.org -> Check for updates -> z listy wybierz "OpenSSL" -> Download Selected
 
Back
Top