Instalowałem od nowa chyba wszytskie boosty, libboosty. A to ciagle wywala jakies bledy. Mam debiana lenny. Za pomoc w skompilowaniu silnika zaplace ladna sumke. Prosze o tutorial co mam zrobic gdy przeinstaluja mi system (po reinstalce bedzie debian etch, a ja mam teraz lenny). Oto problem:
Code:
Configure complete, now you may type 'make'.
root@admin76:/home/0.3.3# make
make all-am
make[1]: Wejście do katalogu `/home/0.3.3'
g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D__REMOTE_CONTROL__ -D_THREAD_SAFE -D_REENTRANT -Wall -g -O1 -MT account.o -MD -MP -MF .deps/account.Tpo -c -o account.o account.cpp
mv -f .deps/account.Tpo .deps/account.Po
g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D__REMOTE_CONTROL__ -D_THREAD_SAFE -D_REENTRANT -Wall -g -O1 -MT actions.o -MD -MP -MF .deps/actions.Tpo -c -o actions.o actions.cpp
mv -f .deps/actions.Tpo .deps/actions.Po
g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D__REMOTE_CONTROL__ -D_THREAD_SAFE -D_REENTRANT -Wall -g -O1 -MT admin.o -MD -MP -MF .deps/admin.Tpo -c -o admin.o admin.cpp
In file included from admin.cpp:31:
connection.h:62: error: expected ';' before '(' token
connection.h:95: error: 'asio' has not been declared
connection.h:95: error: expected `)' before '&' token
connection.h:121: error: 'asio' has not been declared
connection.h:121: error: ISO C++ forbids declaration of 'socket' with no type
connection.h:121: error: expected ';' before '&' token
connection.h:122: error: expected `;' before 'uint32_t'
connection.h:140: error: expected ',' or '...' before '::' token
connection.h:140: error: ISO C++ forbids declaration of 'asio' with no type
connection.h:141: error: expected ',' or '...' before '::' token
connection.h:141: error: ISO C++ forbids declaration of 'asio' with no type
connection.h:144: error: expected ',' or '...' before '::' token
connection.h:144: error: ISO C++ forbids declaration of 'asio' with no type
connection.h:146: error: expected ',' or '...' before '::' token
connection.h:146: error: ISO C++ forbids declaration of 'asio' with no type
connection.h:147: error: expected ',' or '...' before '::' token
connection.h:147: error: ISO C++ forbids declaration of 'asio' with no type
connection.h:152: error: 'asio' has not been declared
connection.h:152: error: ISO C++ forbids declaration of 'socket' with no type
connection.h:152: error: expected ';' before 'm_socket'
make[1]: *** [admin.o] Błąd 1
make[1]: Opuszczenie katalogu `/home/0.3.3'
make: *** [all] Błąd 2
root@admin76:/home/0.3.3#
Last edited: