View Single Post
  #4  
Old 09-24-2005, 10:14 AM
Dakaar
Sarnak
 
Join Date: Apr 2003
Posts: 53
Default

=( I just did a fresh virgin cvs pull and still the same error. Im gonna try refreshing my spells_en and spells_us.txt is there anything special i need to do when moving them from win to linux? they have the exact same filesize so i doubt it


I have the most success(ie no changes necessary just plugging in the right mysql paths in makefile) with this version of gcc

[deadpeople@serv1 ~]$ gcc33 --v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.4/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --disable-libunwind-exceptions --with-system-zlib --enable-__cxa_atexit --enable-languages=c,c++,objc,java,f77 --host=i386-redhat-linux
Thread model: posix
gcc version 3.3.4 20040817 (Red Hat Linux 3.3.4-2)

i changed the makefile ld and compiler to 'gcc33' so it should be fine.

I get no warnings in stock cvs.

if i run a ./zone . localhost 7999 localhost i get that error
World gives NO errors and runs properly

Last edited by Dakaar; 09-24-2005 at 06:48 PM..
Reply With Quote