Compiling on Debian 5 x64
Added by backbone almost 5 years ago
Hi
i cant compile the server.. but no error ?
can somebody help ?
sry. my english is bad ;-)
http://www.deluxe-irc.eu/make_all_error.log
http://www.deluxe-irc.eu/make_all_info.log
make_all_error.log (3.1 MB)
make_all_info.log (402.6 kB)
Replies (4)
RE: Compiling on Debian 5 x64 - Added by vl almost 5 years ago
I don't see where the error is in the log.
Perhaps you can run "make" in the ryzom/server/src directory and paste the output
RE: Compiling on Debian 5 x64 - Added by backbone almost 5 years ago
Hi
here is the output
ryzom@h1742792:~/ryzom/code/ryzom/server/src$ make
make -k -C server_share all
make1: Entering directory `/home/ryzom/ryzom/code/ryzom/server/src/server_share'
Dependencies found [OK]
make1: Leaving directory `/home/ryzom/ryzom/code/ryzom/server/src/server_share'
make -k -C ai_share all
make1: Entering directory `/home/ryzom/ryzom/code/ryzom/server/src/ai_share'
Dependencies found [OK]
make1: Leaving directory `/home/ryzom/ryzom/code/ryzom/server/src/ai_share'
make -k -C admin_modules all
make1: Entering directory `/home/ryzom/ryzom/code/ryzom/server/src/admin_modules'
Dependencies found [OK]
make1: Leaving directory `/home/ryzom/ryzom/code/ryzom/server/src/admin_modules'
make -k -C ryzom_admin_service all
make1: Entering directory `/home/ryzom/ryzom/code/ryzom/server/src/ryzom_admin_service'
Dependencies found [OK]
make1: Leaving directory `/home/ryzom/ryzom/code/ryzom/server/src/ryzom_admin_service'
make -k -C ryzom_naming_service all
make1: Entering directory `/home/ryzom/ryzom/code/ryzom/server/src/ryzom_naming_service'
Dependencies found [OK]
make1: Leaving directory `/home/ryzom/ryzom/code/ryzom/server/src/ryzom_naming_service'
make -k -C mirror_service all
make1: Entering directory `/home/ryzom/ryzom/code/ryzom/server/src/mirror_service'
Dependencies found [OK]
make1: * Keine Regel vorhanden, um das Target »/common/src/game_share/libgame_share.a«,
benötigt von »mirror_service«, zu erstellen.
make1: Das Target »all« wurde wegen Fehlern nicht aktualisiert.
make1: Leaving directory `/home/ryzom/ryzom/code/ryzom/server/src/mirror_service'
make: * [mirror_service-all] Fehler 2
ryzom@h1742792:~/ryzom/code/ryzom/server/src
RE: Compiling on Debian 5 x64 - Added by vl almost 5 years ago
try a "make" in the ryzom/common directory and paste the output
btw, i don't understand german so your error message will not be easy to understand
RE: Compiling on Debian 5 x64 - Added by backbone almost 5 years ago
Hi sry. i can translate by other errors ;-)
ryzom@h1742792:~/ryzom/code/ryzom/common$ make
make -j2 -k -C src night CXX=g++
make1: Entering directory `/home/ryzom/ryzom/code/ryzom/common/src'
make -k -C game_share all
make2: Entering directory `/home/ryzom/ryzom/code/ryzom/common/src/game_share'
Dependencies found [OK]
make2: Leaving directory `/home/ryzom/ryzom/code/ryzom/common/src/game_share'
make1: Leaving directory `/home/ryzom/ryzom/code/ryzom/common/src'
no error ;-)
Edit i have found this error in my error log
../update_packed_sheets.sh: line 32: 16630 Speicherzugriffsfehler $EXE_NAME $PACK_SHEETS_FLAGS
make2: * [packed_sheets] Fehler 139
make2: Das Target »all« wurde wegen Fehlern nicht aktualisiert.
make1: * [entities_game_service-all] Fehler 2
English:
../update_packed_sheets.sh: line 32: 16630 Segmentation fault $EXE_NAME $PACK_SHEETS_FLAGS
make2: * [packed_sheets] Error 139
make2: Target `all' not remade because of errors.
make1: * [entities_game_service-all] Error 2
(1-4/4)