In file included from Database/MySQLDatabase.cpp:27:
Database/MySQLDatabase.h:4:25: error: mysql/mysql.h: No such file or directory
In file included from Database/CreateInterface.cpp:6:
Database/MySQLDatabase.h:4:25: error: mysql/mysql.h: No such file or directory
./Database/Field.h: In member function ‘uint64 Field::GetUInt64()’:
./Database/Field.h:42: warning: format ‘%llu’ expects type ‘long long unsigned int*’, but argument 3 has type ‘uint64*’
./Database/Field.h: In member function ‘uint64 Field::GetUInt64()’:
./Database/Field.h:42: warning: format ‘%llu’ expects type ‘long long unsigned int*’, but argument 3 has type ‘uint64*’
Database/MySQLDatabase.h: At global scope:
Database/MySQLDatabase.h

error: ISO C++ forbids declaration of ‘MYSQL’ with no type
Database/MySQLDatabase.h

error: expected ‘;’ before ‘*’ token
Database/MySQLDatabase.h:47: error: expected `)' before ‘*’ token
Database/MySQLDatabase.h:53: error: ISO C++ forbids declaration of ‘MYSQL_RES’ with no type
Database/MySQLDatabase.h:53: error: expected ‘;’ before ‘*’ token
Database/MySQLDatabase.cpp: In member function ‘virtual bool MySQLDatabase::Initialize(const char*, unsigned int, const char*, const char*, const char*, uint*** uint32)’:
Database/MySQLDatabase.cpp:55: error: ‘MYSQL’ was not declared in this scope
Database/MySQLDatabase.cpp:55: error: ‘temp’ was not declared in this scope
Database/MySQLDatabase.cpp:55: error: ‘temp2’ was not declared in this scope
Database/MySQLDatabase.cpp:57: error: ‘my_bool’ was not declared in this scope
Database/MySQLDatabase.cpp:57: error: expected `;' before ‘my_true’
Database/MySQLDatabase.cpp:71: error: ‘mysql_init’ was not declared in this scope
Database/MySQLDatabase.cpp:72: error: ‘MYSQL_SET_CHARSET_NAME’ was not declared in this scope
Database/MySQLDatabase.cpp:72: error: ‘mysql_options’ was not declared in this scope
Database/MySQLDatabase.cpp:75: error: ‘MYSQL_OPT_RECONNECT’ was not declared in this scope
Database/MySQLDatabase.cpp:75: error: ‘my_true’ was not declared in this scope
Database/MySQLDatabase.cpp:75: error: ‘mysql_options’ was not declared in this scope
Database/MySQLDatabase.cpp:78: error: ‘mysql_real_connect’ was not declared in this scope
Database/MySQLDatabase.cpp:81: error: ‘mysql_error’ was not declared in this scope
Database/MySQLDatabase.cpp:86: error: ‘struct MySQLDatabaseConnection’ has no member named ‘MySql’
Database/MySQLDatabase.h: At global scope:
Database/MySQLDatabase.h

error: ISO C++ forbids declaration of ‘MYSQL’ with no type
Database/MySQLDatabase.h

error: expected ‘;’ before ‘*’ token
Database/MySQLDatabase.cpp: In member function ‘virtual std::string MySQLDatabase::EscapeString(std::string)’:
Database/MySQLDatabase.cpp:99: error: ‘struct MySQLDatabaseConnection’ has no member named ‘MySql’
Database/MySQLDatabase.cpp:99: error: ‘mysql_real_escape_string’ was not declared in this scope
Database/MySQLDatabase.h:47: error: expected `)' before ‘*’ token
Database/MySQLDatabase.h:53: error: ISO C++ forbids declaration of ‘MYSQL_RES’ with no type
Database/MySQLDatabase.h:53: error: expected ‘;’ before ‘*’ token
Database/MySQLDatabase.cpp: In member function ‘virtual void MySQLDatabase::EscapeLongString(const char*, uint*** std::stringstream&)’:
Database/MySQLDatabase.cpp:114: error: ‘struct MySQLDatabaseConnection’ has no member named ‘MySql’
Database/MySQLDatabase.cpp:114: error: ‘mysql_real_escape_string’ was not declared in this scope
Database/MySQLDatabase.cpp: In member function ‘virtual std::string MySQLDatabase::EscapeString(const char*, DatabaseConnection*)’:
Database/MySQLDatabase.cpp:127: error: ‘struct MySQLDatabaseConnection’ has no member named ‘MySql’
Database/MySQLDatabase.cpp:127: error: ‘mysql_real_escape_string’ was not declared in this scope
Database/MySQLDatabase.cpp: In member function ‘virtual bool MySQLDatabase::_SendQuery(DatabaseConnection*, const char*, bool)’:
Database/MySQLDatabase.cpp:143: error: ‘struct MySQLDatabaseConnection’ has no member named ‘MySql’
Database/MySQLDatabase.cpp:143: error: ‘mysql_query’ was not declared in this scope
Database/MySQLDatabase.cpp:146: error: ‘struct MySQLDatabaseConnection’ has no member named ‘MySql’make[3]: *** [CreateInterface.o] Error 1
make[3]: *** Waiting for unfinished jobs....
Database/MySQLDatabase.cpp:146: error: ‘mysql_errno’ was not declared in this scope
Database/MySQLDatabase.cpp:154: error: ‘struct MySQLDatabaseConnection’ has no member named ‘MySql’
Database/MySQLDatabase.cpp:154: error: ‘mysql_error’ was not declared in this scope
Database/MySQLDatabase.cpp: At global scope:
Database/MySQLDatabase.cpp:178: error: expected `)' before ‘*’ token
Database/MySQLDatabase.cpp: In destructor ‘virtual MySQLQueryResult::~MySQLQueryResult()’:
Database/MySQLDatabase.cpp:185: error: ‘mResult’ was not declared in this scope
Database/MySQLDatabase.cpp:185: error: ‘mysql_free_result’ was not declared in this scope
Database/MySQLDatabase.cpp: In member function ‘virtual bool MySQLQueryResult::NextRow()’:
Database/MySQLDatabase.cpp:191: error: ‘MYSQL_ROW’ was not declared in this scope
Database/MySQLDatabase.cpp:191: error: expected `;' before ‘row’
Database/MySQLDatabase.cpp:192: error: ‘row’ was not declared in this scope
Database/MySQLDatabase.cpp:196: error: ‘row’ was not declared in this scope
Database/MySQLDatabase.cpp: In member function ‘virtual QueryResult* MySQLDatabase::_StoreQueryResult(DatabaseConnectio n*)’:
Database/MySQLDatabase.cpp:205: error: ‘MYSQL_RES’ was not declared in this scope
Database/MySQLDatabase.cpp:205: error: ‘pRes’ was not declared in this scope
Database/MySQLDatabase.cpp:205: error: ‘struct MySQLDatabaseConnection’ has no member named ‘MySql’
Database/MySQLDatabase.cpp:205: error: ‘mysql_store_result’ was not declared in this scope
Database/MySQLDatabase.cpp:206: error: ‘struct MySQLDatabaseConnection’ has no member named ‘MySql’
Database/MySQLDatabase.cpp:206: error: ‘mysql_affected_rows’ was not declared in this scope
Database/MySQLDatabase.cpp:207: error: ‘struct MySQLDatabaseConnection’ has no member named ‘MySql’
Database/MySQLDatabase.cpp:207: error: ‘mysql_field_count’ was not declared in this scope
Database/MySQLDatabase.cpp:212: error: ‘mysql_free_result’ was not declared in this scope
Database/MySQLDatabase.cpp: In member function ‘bool MySQLDatabase::_Reconnect(MySQLDatabaseConnection* )’:
Database/MySQLDatabase.cpp:225: error: ‘MYSQL’ was not declared in this scope
Database/MySQLDatabase.cpp:225: error: ‘temp’ was not declared in this scope
Database/MySQLDatabase.cpp:225: error: ‘temp2’ was not declared in this scope
Database/MySQLDatabase.cpp:227: error: ‘mysql_init’ was not declared in this scope
Database/MySQLDatabase.cpp:228: error: ‘mysql_real_connect’ was not declared in this scope
Database/MySQLDatabase.cpp:231: error: ‘mysql_error’ was not declared in this scope
Database/MySQLDatabase.cpp:232: error: ‘mysql_close’ was not declared in this scope
Database/MySQLDatabase.cpp:236: error: ‘struct MySQLDatabaseConnection’ has no member named ‘MySql’
Database/MySQLDatabase.cpp:237: error: ‘struct MySQLDatabaseConnection’ has no member named ‘MySql’
Database/MySQLDatabase.cpp:237: error: ‘mysql_close’ was not declared in this scope
Database/MySQLDatabase.cpp:239: error: ‘struct MySQLDatabaseConnection’ has no member named ‘MySql’
make[3]: *** [MySQLDatabase.o] Error 1
make[3]: Leaving directory `/home/deadline/ascent/source/trunk/src/ascent-shared'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/deadline/ascent/source/trunk/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/deadline/ascent/source/trunk'
make: *** [all] Error 2
[deadline@fedora trunk]$
This happens when I try to do make . Ugh!!