| Problem with Debian |
Fri, 15 February 2008 09:52  |
Jisay Messages: 2
Registered: February 2008
|
Junior Member |
From: *167-200-80.adsl-dyn.isp.belgacom.be
|
|
Hello everybody,
I have a problem when I run "make" command after ./configure. Look at this :
------------------------------------------------------------ -
ASPseek v.1.2.10 is now configured as follows:
C++ compiler: GNU c++ v.c++ (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compilation flags: -g -O2 -D_REENTRANT
Installation path: /usr/local/aspseek
Supported database(s): MySQL
Features enabled:
* Limiting clones by site
* Fast clones lookup
* Support for external mime-type converter programs
* Store data in Unicode format
------------------------------------------------------------ -
Now it's time to run make && make install.
If make fails, try to use gmake.
Thank you for using ASPseek!
debian:/home/jc/aspseek-1.2.10# make
Making all in src
make[1]: Entering directory `/home/jc/aspseek-1.2.10/src'
Making all in mysql
make[2]: Entering directory `/home/jc/aspseek-1.2.10/src/mysql'
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I/usr/include/mysql -g -O2 -D_REENTRANT -c mysqldb.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I/usr/include/mysql -g -O2 -D_REENTRANT -c mysqldb.cpp -fPIC -DPIC
../../include/maps.h:38: error: 'std::hash_map' has not been declared
../../include/maps.h:39: error: 'std::hash_set' has not been declared
../../include/maps.h:42: error: 'hash' is not a template
../../include/maps.h: In member function 'size_t std::hash::operator()(const std::string&) const':
../../include/maps.h:45: error: '__stl_hash_string' was not declared in this scope
../../include/maps.h: At global scope:
../../include/maps.h:50: error: expected initializer before '<' token
../../include/maps.h:51: error: expected initializer before '<' token
../../include/maps.h:52: error: expected initializer before '<' token
../../include/charsets.h:38: error: 'std::hash_map' has not been declared
../../include/charsets.h:118: error: 'hash' is not a template
../../include/charsets.h:118: error: redefinition of 'struct std::hash'
../../include/maps.h:42: error: previous definition of 'struct std::hash'
../../include/charsets.h:188: error: expected template-name before '<' token
../../include/charsets.h:188: error: expected `{' before '<' token
../../include/charsets.h:188: error: expected unqualified-id before '<' token
../../include/charsets.h:209: error: expected template-name before '<' token
../../include/charsets.h:209: error: expected `{' before '<' token
../../include/charsets.h:209: error: expected unqualified-id before '<' token
../../include/charsets.h:228: error: invalid use of undefined type 'class CSgmlCharMap'
../../include/charsets.h:209: error: forward declaration of 'class CSgmlCharMap'
../../include/ucharset.h:38: error: 'std::hash_map' has not been declared
../../include/ucharset.h:227: error: ISO C++ forbids declaration of 'hash_map' with no type
../../include/ucharset.h:227: error: expected ';' before '<' token
../../include/ucharset.h: In member function 'virtual BYTE CCharsetU1::Code(WORD, BYTE)':
../../include/ucharset.h:254: error: 'hash_map' was not declared in this scope
../../include/ucharset.h:254: error: expected primary-expression before ',' token
../../include/ucharset.h:254: error: expected primary-expression before '*' token
../../include/ucharset.h:254: error: expected primary-expression before '>' token
../../include/ucharset.h:254: error: '::iterator' has not been declared
../../include/ucharset.h:254: error: expected `;' before 'it'
../../include/ucharset.h:255: error: 'it' was not declared in this scope
../../include/ucharset.h:255: error: 'm_reverseMap' was not declared in this scope
../../include/ucharset.h:259: error: 'it' was not declared in this scope
../../include/ucharset.h: At global scope:
../../include/ucharset.h:273: error: expected template-name before '<' token
../../include/ucharset.h:273: error: expected `{' before '<' token
../../include/ucharset.h:273: error: expected unqualified-id before '<' token
../../include/ucharset.h: In member function 'void CUFixedString<n>::operator=(const char*)':
../../include/ucharset.h:445: error: 'str' was not declared in this scope
../../include/ucharset.h: At global scope:
../../include/ucharset.h:482: error: 'hash' is not a template
../../include/ucharset.h:482: error: redefinition of 'struct std::hash'
../../include/maps.h:42: error: previous definition of 'struct std::hash'
../../include/ucharset.h:575: error: 'hash' is not a template
../../include/ucharset.h:575: error: redefinition of 'struct std::hash'
../../include/maps.h:42: error: previous definition of 'struct std::hash'
../../include/ucharset.h:583: error: expected template-name before '<' token
../../include/ucharset.h:583: error: expected `{' before '<' token
../../include/ucharset.h:583: error: expected unqualified-id before '<' token
../../include/sqldb.h:45: error: 'std::hash_set' has not been declared
../../include/sqldb.h:46: error: 'std::hash_map' has not been declared
../../include/sqldb.h:75: error: expected initializer before '<' token
../../include/config.h:41: error: 'std::hash_map' has not been declared
../../include/hrefs.h:35: error: 'std::hash_map' has not been declared
../../include/hrefs.h:91: error: 'hash' is not a template
../../include/hrefs.h:91: error: redefinition of 'struct std::hash'
../../include/maps.h:42: error: previous definition of 'struct std::hash'
../../include/hrefs.h:108: error: expected template-name before '<' token
../../include/hrefs.h:108: error: expected `{' before '<' token
../../include/hrefs.h:108: error: expected unqualified-id before '<' token
../../include/hrefs.h:147: error: expected initializer before '<' token
../../include/hrefs.h:148: error: 'CStringToHrefMap' does not name a type
../../include/squeue.h:36: error: 'std::hash_map' has not been declared
../../include/squeue.h:185: error: expected template-name before '<' token
../../include/squeue.h:185: error: expected `{' before '<' token
../../include/squeue.h:185: error: expected unqualified-id before '<' token
../../include/squeue.h:256: error: expected initializer before '<' token
../../include/sqldbi.h:48: error: field 'm_squeue' has incomplete type
../../include/sqldbi.h:52: error: ISO C++ forbids declaration of 'hash_map' with no type
../../include/sqldbi.h:52: error: expected ';' before '<' token
../../include/sqldbi.h:85: error: 'CIntSet' has not been declared
mysqldb.cpp: In member function 'virtual char* CMySQLDatabase::DispError()':
mysqldb.cpp:409: error: invalid conversion from 'const char*' to 'char*'
make[2]: *** [mysqldb.lo] Error 1
make[2]: Leaving directory `/home/jc/aspseek-1.2.10/src/mysql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jc/aspseek-1.2.10/src'
make: *** [all-recursive] Error 1
Please need help ! What can I do ?
Thank's for your help,
Jisay
|
|
|
|
|
|
|
|
| Re: Problem with Debian |
Wed, 09 September 2009 18:29   |
weker Messages: 2
Registered: September 2009
|
Junior Member |
From: 77.29.191*
|
|
|
What is the version of the Debian?
hostgator coupon hostgator coupon
|
|
|
|
| Re: Problem with Debian |
Sat, 31 July 2010 00:38   |
markjay50 Messages: 1
Registered: July 2010
|
Junior Member |
From: 112.198.64*
|
|
H...sarabon !!!!
i would like to ask you about the version of the Debian...??
make money online
|
|
|
| Re: Problem with Debian |
Mon, 23 August 2010 23:41  |
donabelle Messages: 1
Registered: August 2010
|
Junior Member |
From: 112.198.223*
|
|
|
its something interesting
luxury concierge
|
|
|