From: Tom B. <tom...@go...> - 2004-11-29 19:17:52
|
Hi Trying to install on.. aspseek-1.2.10 mysql-max-4.0.18 whitebox-respin1 I can configure fine with the following.. ./configure --prefix=/opt/aspseek-1.2.10 --with-mysql=/opt/mysql however when i run the make it errors with ./../include/squeue.h:208: syntax error before `}' token ../../include/squeue.h:210: destructors must be member functions ../../include/squeue.h:223: syntax error before `}' token ../../include/squeue.h:256: syntax error before `;' token In file included from ../../include/mysqldbi.h:25, from mysqldb.cpp:27: ../../include/sqldbi.h:48: 'CSitesQueue' is used as a type, but is not defined as a type. ../../include/sqldbi.h:52: 'hash_map' is used as a type, but is not defined as a type. ../../include/sqldbi.h:85: type specifier omitted for parameter `CIntSet' ../../include/sqldbi.h:85: syntax error before `*' token mysqldb.cpp: In member function `virtual char* CMySQLDatabase::DispError()': mysqldb.cpp:409: invalid conversion from `const char*' to `char*' make[2]: *** [mysqldb.lo] Error 1 make[2]: Leaving directory `/home/tbrown/aspseek-1.2.10/src/mysql' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/tbrown/aspseek-1.2.10/src' make: *** [all-recursive] Error 1 I've google'd this but the only fix i found does not seem to work. Anyone know a work around to this so i can get it installed? thanks |