View Single Post
  #1  
Old 04-23-2005, 09:04 PM
mollymillions's Avatar
mollymillions
Hill Giant
 
Join Date: May 2003
Posts: 176
Default Win32 apathing compile

Is apathing compileable on Win32 systems? If so, how do I get past the SOCKET errors?

e.g.
------ Build started: Project: apathing, Configuration: Debug Win32 ------
Compiling...

pathfinding.cpp
c:\mysql\include\mysql_com.h(116) : error C2146: syntax error : missing ';' before identifier 'fd'
c:\mysql\include\mysql_com.h(116) : error C2501: 'st_net::SOCKET' : missing storage-class or type specifiers
c:\mysql\include\mysql_com.h(116) : error C2501: 'st_net::fd' : missing storage-class or type specifiers
c:\mysql\include\mysql_com.h(180) : error C2065: 'SOCKET' : undeclared identifier
c:\mysql\include\mysql_com.h(180) : error C2146: syntax error : missing ')' before identifier 's'
c:\mysql\include\mysql_com.h(181) : error C2059: syntax error : ')'


I have tried various solutions found on web forums, but no success as yet. I am using the latest CVS source (Version.h: CURRENT_VERSION "0.6.1-DR1"). I can successfully compile World, Zone and EmuSharedMem.
Reply With Quote