View Single Post
  #23  
Old 02-14-2002, 07:49 AM
flipper
Sarnak
 
Join Date: Jan 2002
Location: California
Posts: 94
Default

During compilation of any of the modules (world/zone/login), I'm getting flooded with a billion messages along the lines of:

Code:
../common/database.cpp: In method `bool Database::GetPlayerProfile 
(unsigned int, char *, PlayerProfile_Struct *)':
../common/database.cpp:850: parse error before `;'
../common/database.cpp: In method `bool Database::SetPlayerProfile 
(unsigned int, char *, PlayerProfile_Struct *)':
../common/database.cpp:901: parse error before `;'
../common/database.cpp: In method `int32 Database::GetAccountIDByChar 
(char *)':
I have MySQL and libmysql installed. My libmysqlclient is installed in /usr/lib, which seems to jive with the makefiles. Anyone know why I'm getting all these parse errors?

Thanks,
==Flipper==
Reply With Quote