PDA

View Full Version : another compile prb, not lib related afaik


GwarM
06-14-2002, 05:40 AM
worldserver.cpp: In method `bool WorldServer::ReceiveData()':
worldserver.cpp:767: variable `struct timeval tvtimeout' has initializer but incomplete type
worldserver.cpp:772: confused by earlier errors, bailing out
cpp: output pipe has been closed
make: *** [worldserver.o] Error 1

this is what i get.
anyone seent this already

i'm compiling on Mandrake 7.1

Trumpcard
06-14-2002, 07:29 AM
I bet you have an error farther up in your output somewhere...

Check and see if you can find anything else..
What version of gcc, mysql, etc?

GwarM
06-14-2002, 11:57 PM
sorry, here goes

>gcc -v
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux/2.95.3/specs
gcc version 2.95.3 19991030 (prerelease)

>mysql --version
./mysql Ver 11.15 Distrib 3.23.43, for pc-linux-gnu (i586)

thanks to anyone having any idea :)

Trumpcard
06-15-2002, 11:41 AM
Hmm... Shouldnt have a problem because of the compiler or mysql version as long as the compiler can find the mysql header and libs... i'd compile again and scrutinize the logs a little more, I bet theres another compile error thats more descriptive earlier in the build..