From: Adam Gregoire (no email)
Date: Tue Jan 01 2002 - 15:18:06 EST
The following output may be useful for gcc3.
ASPSeek v.1.2.8pre is now configured as follows:
C++ compiler: GNU g++ v.3.1
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 mimetype converter programs
* Store data in UNICODE format
* Support for https:// secure protocol
-------------------------------------------------------------
Now it's time to run make && make install.
If make fails, try to use gmake.
Thank you for using ASPSeek!
[root at ebola aspseek-cvs]# make
Making all in src
make[1]: Entering directory `/home/ebola/aspseek-cvs/src'
Making all in mysql
make[2]: Entering directory `/home/ebola/aspseek-cvs/src/mysql'
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I../../include -I/usr/include/mysql -g -O2 -D_REENTRANT -c
mysqldb.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/include/mysql -g -O2
-D_REENTRANT -Wp,-MD,.deps/mysqldb.pp -c mysqldb.cpp -fPIC -DPIC
In file included from ../../include/mysqldb.h:29,
from mysqldb.cpp:26:
../../include/defines.h:37:2: #error Neither 'long int' nor 'int' are
4-byte - please contact developers../../include/defines.h:44:2: #error
Size of 'short int' is not 2 - please contact developers
../../include/defines.h:50:2: #error Size of 'char' is not 1 - please
contact developers
In file included from ../../include/mysqldb.h:29,
from mysqldb.cpp:26:
../../include/defines.h:193: syntax error before `;' token
../../include/defines.h:208: 'ULONG' is used as a type, but is not
defined as a
type.
../../include/defines.h:209: 'ULONG' is used as a type, but is not
defined as a
type.
../../include/defines.h:210: 'ULONG' is used as a type, but is not
defined as a
type.
../../include/defines.h:211: 'ULONG' is used as a type, but is not
defined as a
type.
../../include/defines.h:216: 'ULONG' is used as a type, but is not
defined as a
type.
../../include/defines.h:217: 'ULONG' is used as a type, but is not
defined as a
type.
../../include/defines.h:222: 'ULONG' is used as a type, but is not
defined as a
type.
../../include/defines.h:223: 'WORD' is used as a type, but is not
defined as a
type.
In file included from ../../include/documents.h:29,
from ../../include/sqldb.h:37,
from ../../include/mysqldb.h:30,
from mysqldb.cpp:26:
../../include/event.h:85: `ULONG' was not declared in this scope
../../include/event.h:85: parse error before `=' token
../../include/event.h: In member function `int CEvent::Wait(...)':
../../include/event.h:94: `timeOut' undeclared (first use this function)
../../include/event.h:94: (Each undeclared identifier is reported only
once for
each function it appears in.)
|
|
|