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 |
From: Ilia S. Y. <sk...@sk...> - 2004-11-29 19:22:25
|
Try use aspseek 1.2.11pre1 from CVS http://sourceforge.net/cvs/?group_id=18043 -----Original Message----- From: own...@li... [mailto:own...@li...] On Behalf Of Tom Brown Sent: Monday, November 29, 2004 9:16 PM To: ase...@li... Subject: [aseek-users] make error - aspseek-1.2.10 - mysql-max-4.0.18 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 |
From: Matt S. <ma...@su...> - 2004-11-29 21:45:57
|
Tom, Try building from current CVS (1.2.11pre1). Let us know how you get on. cheers Matt. On Mon, 29 Nov 2004 at 19:16:10 -0000, Tom Brown wrote: > 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 |
From: Tom B. <tom...@go...> - 2004-11-29 22:37:56
|
thanks all - anyone give me a step by step from setting my pserver to exporting the latest? I'm not sure on the module name thanks > Tom, > > Try building from current CVS (1.2.11pre1). > > Let us know how you get on. > > cheers > Matt. > > On Mon, 29 Nov 2004 at 19:16:10 -0000, Tom Brown wrote: > >> 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 > |
From: Matt S. <ma...@su...> - 2004-11-29 22:56:36
|
Tom, On Mon, 29 Nov 2004 at 22:37:01 -0000, Tom Brown wrote: > thanks all - anyone give me a step by step from setting my pserver to > exporting the latest? I'm not sure on the module name Module name is aspseek. So login with: cvs -d:pserver:ano...@cv...:/cvsroot/aspseek login Just hit return when asked for a password. Then checkout cvs head with: cvs -z3 -d:pserver:ano...@cv...:/cvsroot/aspseek co aspseek Once checkout is finished you will need to run the cvsprep script from within the source directory i.e. cd aspseek ./cvsprep Note: you will need to have correct auto* tools (automake, autoconf etc.) installed for cvsprep to work. Now configure and build as before. cheers Matt. |
From: Tom B. <tom...@go...> - 2004-11-30 10:31:28
|
That has done it thanks! What was omitted from the last stable release that broke this? thanks > Tom, > > On Mon, 29 Nov 2004 at 22:37:01 -0000, Tom Brown wrote: > >> thanks all - anyone give me a step by step from setting my pserver to >> exporting the latest? I'm not sure on the module name > > Module name is aspseek. > > So login with: > > cvs -d:pserver:ano...@cv...:/cvsroot/aspseek login > > Just hit return when asked for a password. > > Then checkout cvs head with: > > cvs -z3 -d:pserver:ano...@cv...:/cvsroot/aspseek co > aspseek > > Once checkout is finished you will need to run the cvsprep script from > within > the source directory i.e. > > cd aspseek > ./cvsprep > > Note: you will need to have correct auto* tools (automake, autoconf etc.) > installed for cvsprep to work. > > Now configure and build as before. > > cheers > Matt. > |
From: Matt S. <ma...@su...> - 2004-11-30 11:51:05
|
Tom, On Tue, 30 Nov 2004 at 10:30:05 -0000, Tom Brown wrote: > That has done it thanks! > > What was omitted from the last stable release that broke this? Compile problems are mostly related to newer gcc releases. Check the NEWS file for brief change history or try the following for gory details: cvs -z3 -d:pserver:ano...@cv...:/cvsroot/aspseek \ rdiff -u -kk -rv_1_2_10 -rHEAD aspseek cheers Matt. > thanks > > > Tom, > > > > On Mon, 29 Nov 2004 at 22:37:01 -0000, Tom Brown wrote: > > > >> thanks all - anyone give me a step by step from setting my pserver to > >> exporting the latest? I'm not sure on the module name > > > > Module name is aspseek. > > > > So login with: > > > > cvs -d:pserver:ano...@cv...:/cvsroot/aspseek login > > > > Just hit return when asked for a password. > > > > Then checkout cvs head with: > > > > cvs -z3 -d:pserver:ano...@cv...:/cvsroot/aspseek co > > aspseek > > > > Once checkout is finished you will need to run the cvsprep script from > > within > > the source directory i.e. > > > > cd aspseek > > ./cvsprep > > > > Note: you will need to have correct auto* tools (automake, autoconf etc.) > > installed for cvsprep to work. > > > > Now configure and build as before. > > > > cheers > > Matt. |