| Bug #80644 | Compilation failed | ||
|---|---|---|---|
| Submitted: | 7 Mar 2016 14:01 | Modified: | 7 Mar 2016 14:38 |
| Reporter: | FRANCIS ANDRE | Email Updates: | |
| Status: | Not a Bug | Impact on me: | |
| Category: | MySQL Server: C API (client library) | Severity: | S2 (Serious) |
| Version: | 5.6 | OS: | Windows |
| Assigned to: | CPU Architecture: | Any | |
[7 Mar 2016 14:38]
MySQL Verification Team
We're sorry, but the bug system is not the appropriate forum for asking help on using MySQL products. Your problem is not the result of a bug. Support on using our products is available both free in our forums at http://forums.mysql.com/ and for a reasonable fee direct from our skilled support engineers at http://www.mysql.com/support/ Thank you for your interest in MySQL.

Description: c:\program files\mysql\mysql server 5.6\include\mysql_com.h(320): error C2146: syntax error : missing ';' before identifier 'fd' c:\program files\mysql\mysql server 5.6\include\mysql_com.h(320): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int How to repeat: Compile the following program #include <mysql.h> int main(int argc, char**argv) { return 0; }