• 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 na Ubuntu

Ldrozd

Piszę skrypty w zeszycie.
Joined
Dec 13, 2008
Messages
430
Reaction score
2
Location
Guess where!
Czesc przy kompilacji 0.3.6pl1 pod koniec kompilacji tj. po wpisaniu `make` pojawia mi sie error i nie wiem o co biega.

Code:
make  all-am
make[1]: Wejście do katalogu `/home/noob/forgottenserver/source'
g++ -DHAVE_CONFIG_H -I.    -I/usr/include/libxml2  -I/usr/include/lua5.1     -D__USE_SQLITE__    -D__ENABLE_SERVER_DIAGNOSTIC__ -D_THREAD_SAFE -D_REENTRANT -Wall -g -O1 -MT creature.o -MD -MP -MF .deps/creature.Tpo -c -o creature.o creature.cpp
mv -f .deps/creature.Tpo .deps/creature.Po
g++ -DHAVE_CONFIG_H -I.    -I/usr/include/libxml2  -I/usr/include/lua5.1     -D__USE_SQLITE__    -D__ENABLE_SERVER_DIAGNOSTIC__ -D_THREAD_SAFE -D_REENTRANT -Wall -g -O1 -MT creatureevent.o -MD -MP -MF .deps/creatureevent.Tpo -c -o creatureevent.o creatureevent.cpp
In file included from creatureevent.h:22,
                 from creatureevent.cpp:22:
baseevents.h: In destructor ‘virtual BaseEvents::~BaseEvents()’:
baseevents.h:30: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.4/README.Bugs> for instructions.
make[1]: *** [creatureevent.o] Błąd 1
make[1]: Opuszczenie katalogu `/home/noob/forgottenserver/source'
make: *** [all] Błąd 2

Dodam, ze wykonalem komendy dodatkowe w README, ale nie pomogly zbytnio. Prosze o pomoc :)
 
./autogen.sh && ./configure --enable-mysql --enable-server-diag && make
 
Fajnie. Ogarnij, ze to sa tylko polaczone 3 polecenia, ktore robia to samo co wpisywane osobno.
BUMP
 
Back
Top