View Single Post
  #5  
Old 08-03-2003, 11:15 AM
Bigpull
Discordant
 
Join Date: Feb 2003
Posts: 305
Default Re: Linux error(s)

Quote:
Originally Posted by Ducky59
http://forums.eqemu.net/viewtopic.php?t=9642

there is a function near line 152 that needs to be either commented for linux, or put the #ifdef WIN32 around it. That fixxes the error that doesnt show in gcc232
Uhm it shows just fine


Quote:
parser.cpp: In function `char* itoa(int)':
parser.cpp:155: new declaration `char* itoa(int)'
../common/MiscFunctions.h:59: ambiguates old declaration `const char* itoa(int)
'
parser.cpp: In function `char* itoa(int)':
parser.cpp:155: invalid conversion from `const char*' to `char*'
Reply With Quote