>Prepare for a screenful of errors.
I see a bunch of warning messages, not errors. The only relevent compiler
message appears to be:
./../SrcShared/Platform_NetLib_Sck.cpp:
In function `static SWord
Platform_NetLib::SocketOptionGet(short unsigned int, short int,
NetSocketOptLevelEnum, NetSocketOptEnum, void *, Word *, long int, Err
*)':
./../SrcShared/Platform_NetLib_Sck.cpp:587:
initializing non-const `const char *&' with `char *' will use a temporary
./../SrcShared/Platform_NetLib_Sck.cpp:116:
in passing argument 3 of `SocketsToNetLibOptions(int, int, const char *&,
int, NetSocketOptLevelEnum, NetSocketOptEnum, void *, short unsigned int)'
If that is indeed what's holding up your compile, then I'm not sure what's
wrong. The file compiles under CodeWarrior Pro 4, VC++ 5 & 6, and the egcs that
comes with RedHat Linux 5.2 and 6.0. You might want to play around with the
const-ness of the values involved to see if that fixes the problem.
-- Keith