syntax error :
missing ';' before identifier 'fd'
You have just a few syntax errors being picked up. Like the one shown there, 
find that 'fd' and look for a missing ; at the end of one of your statements 
nearby. That error may be responsible for several of the errors you sent.
Sent from my Verizon Wireless 4G LTE smartphone

-------- Original message --------
From: SK G <skillersgam...@gmail.com> 
Date: 11/11/2015  7:08 PM  (GMT-05:00) 
To: hlcoders@list.valvesoftware.com 
Subject: [hlcoders] Fwd: Source SDK 2013 - MP 

---------- Forwarded message ----------
From: SK G <skillersgam...@gmail.com>
Date: 2015-11-11 20:53 GMT-03:00
Subject: Source SDK 2013 - MP
To: hlcoders@list.valvesoftware.com


hi I have a problem compiling with MySQL++

I'm getting this errors

5>e:\mysql server 5.5\include\mysql_com.h(291): error C2146: syntax error :
missing ';' before identifier 'fd'
5>e:\mysql server 5.5\include\mysql_com.h(291): error C4430: missing type
specifier - int assumed. Note: C++ does not support default-int
5>e:\mysql server 5.5\include\mysql_com.h(475): error C2065: 'SOCKET' :
undeclared identifier
5>e:\mysql server 5.5\include\mysql_com.h(475): error C2146: syntax error :
missing ')' before identifier 's'
5>e:\mysql server 5.5\include\mysql_com.h(476): error C2059: syntax error :
')'

5>e:\skg
studios\warplay\src\game\server\mysql\mysql++-3.2.2\lib\exceptions.h(46):
warning C4275: non dll-interface class 'std::exception' used as base for
dll-interface class 'mysqlpp::Exception'
5>          c:\program files (x86)\microsoft visual studio
12.0\vc\include\exception(90) : see declaration of 'std::exception'
5>          e:\skg
studios\warplay\src\game\server\mysql\mysql++-3.2.2\lib\exceptions.h(45) :
see declaration of 'mysqlpp::Exception'
5>e:\skg
studios\warplay\src\game\server\mysql\mysql++-3.2.2\lib\sqlstream.h(47):
warning C4275: non dll-interface class 'std::ios_base' used as base for
dll-interface class 'std::basic_ios<char,std::char_traits<char>>'
5>          c:\program files (x86)\microsoft visual studio
12.0\vc\include\xiosbase(200) : see declaration of 'std::ios_base'
5>
5>Build FAILED.

Help please :(

Best regards.
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlcoders
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlcoders

Reply via email to