View Single Post
  #5  
Old 11-19-2002, 12:48 AM
adrian
Fire Beetle
 
Join Date: Nov 2002
Posts: 1
Default net.cpp problem?

my net.cpp problem
I already copy the spell_en.txt to the zone directory,and make
change above.
anyone know where is the problem ?

[root@bulldog zone]# make
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Ws
trict-prototypes -Wnested-externs -Wcomment -Wcast-align -O -ggdb -march=i486 -p
thread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/mysql/in
clude net.cpp -o net.o
In file included from /usr/local/include/c++/3.2/backward/iostream.h:31,
from net.cpp:19:
/usr/local/include/c++/3.2/backward/backward_warning.h:32:2: warning: #warning T
his file includes at least one deprecated or antiquated header. Please consider
using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examp
les include substituting the <X> header for the <X.h> header for C++ includes, o
r <sstream> instead of the deprecated header <strstream.h>. To disable this warn
ing use -Wno-deprecated.
In file included from ../common/Mutex.h:24,
from ../common/EQNetwork.h:29,
from net.cpp:36:
../common/unix.h:32:7: warning: no newline at end of file
In file included from zone.h:27,
from client.h:34,
from net.cpp:43:
../common/eqtime.h:39:7: warning: no newline at end of file
In file included from net.cpp:78:
../common/unix.h:32:7: warning: no newline at end of file
net.cpp: In function `void LoadSPDat()':
net.cpp:369: `nocreate' is not a member of type `std::basic_ios<char,
std::char_traits<char> >'
net.cpp:369: `openprot' is not a member of type `std::basic_filebuf<char,
std::char_traits<char> >'
make: *** [net.o] Error 1
Reply With Quote