Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - mySQL: setting up a build
Seems that I am not even that far yet (link error.) I am using the C API of mySQL and have no trouble within VC++. Yet with DMC++, I get syntax erors within the mysql headers: example sc test.cpp -mn -C -WA -S -3 -a8 -c -gf -D_CONSOLE=1 -Ic:\mysql\include -otest.obj Error: c:\mysql\include\mysql_com.h(118): ';' expected following declaration of struct member Lines Processed: 936 Errors: 1 Warnings: 0 Build failed Specifically, not recognizing typedefs that it should namely, my_socket fd; [offending line in mysql_com.h] So, what obvious thing did I miss? Ben Mar 16 2003
In article <b53hc4$157u$1 digitaldaemon.com>, Ben Jones says...Error: c:\mysql\include\mysql_com.h(118): ';' expected following declaration Mar 17 2003
|