2010-11-17 07:02:16 PST
All right, thank you very much.
Now I have a second problem.
I formated my debian server, and now when i make
./make.sh I got some errors :
In file included from ../misc/sql/database.h:8,
from server.h:8,
from peer_link.cpp:5:
../misc/sql/sql_result.h: In member function 'long long
int Csql_field::i(long long int) const':
../misc/sql/sql_result.h:70: error: 'atoll' was not
declared in this scope
In file included from ../misc/sql/database.h:8,
from server.h:8,
from server.cpp:2:
../misc/sql/sql_result.h: In member function 'long long
int Csql_field::i(long long int) const':
../misc/sql/sql_result.h:70: error: 'atoll' was not
declared in this scope
In file included from ../misc/sql/database.h:8,
from server.h:8,
from tcp_listen_socket.cpp:4:
../misc/sql/sql_result.h: In member function 'long long
int Csql_field::i(long long int) const':
../misc/sql/sql_result.h:70: error: 'atoll' was not
declared in this scope
In file included from ../misc/sql/database.h:8,
from server.h:8,
from transaction.h:8,
from transaction.cpp:2:
../misc/sql/sql_result.h: In member function 'long long
int Csql_field::i(long long int) const':
../misc/sql/sql_result.h:70: error: 'atoll' was not
declared in this scope
etc...
Have you an idea about my problem?
Thanks in advance for your advices.