aspseek-1.2.10 помогите поставить

T
На сайте с 20.05.2008
Offline
46
1189

Уважаемые гуру, две недели бьюсь немагу прикрутить эту радость...

FreeBsd 7

Вот такая ошибка:


> ./configure && make
./configure: Command not found.
> cd /downloads/aspseek-1.2.10
> ./configure && make
loading cache ./config.cache
checking host system type... i386-unknown-freebsd7.0
checking target system type... i386-unknown-freebsd7.0
checking build system type... i386-unknown-freebsd7.0
.....
creating man/index.1.ep
creating man/aspseek-sql.5.ep
creating include/aspseek-cfg.h
include/aspseek-cfg.h is unchanged

-------------------------------------------------------------
ASPseek v.1.2.10 is now configured as follows:

C++ compiler: GNU c++ v.c++ (GCC) 4.2.1 20070719 [FreeBSD]
Copyright (C) 2007 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_THREAD_SAFE -pthread -D_PTHREADS
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!

Making all in src
Making all in mysql
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I/usr/local/include/mysql -g -O2 -D_THREAD_SAFE -pthread -D_PTHREADS -c mysqldb.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I/usr/local/include/mysql -g -O2 -D_THREAD_SAFE -pthread -D_PTHREADS -c mysqldb.cpp -fPIC -DPIC
In file included from ../../include/ext/hashtable.h:4,
from /usr/include/c++/4.2/ext/hash_map:65,
from ../../include/sqldb.h:31,
from ../../include/mysqldb.h:30,
from mysqldb.cpp:26:
/usr/include/c++/4.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
In file included from ../../include/charsets.h:34,
from ../../include/ucharset.h:34,
from ../../include/sqldb.h:40,
from ../../include/mysqldb.h:30,
from mysqldb.cpp:26:
../../include/maps.h:23:2: error: #endif without #if
In file included from ../../include/config.h:33,
from ../../include/sqldbi.h:32,
from ../../include/mysqldbi.h:25,
from mysqldb.cpp:27:
../../include/maps.h:23:2: error: #endif without #if
In file included from ../../include/ext/hashtable.h:5,
from /usr/include/c++/4.2/ext/hash_map:65,
from ../../include/sqldb.h:31,
from ../../include/mysqldb.h:30,
from mysqldb.cpp:26:
../../include/ext/hashtable.h:17: error: expected unqualified-id before '/' token
In file included from /usr/include/c++/4.2/ext/hash_map:65,
from ../../include/sqldb.h:31,
from ../../include/mysqldb.h:30,
from mysqldb.cpp:26:
../../include/ext/hashtable.h:10: error: '__gnu_cxx::hash' has not been declared
../../include/ext/hashtable.h:11: error: '__gnu_cxx::hashtable' has not been declared
../../include/ext/hashtable.h:17: error: expected unqualified-id before '/' token
*** Error code 1

Stop in /downloads/aspseek-1.2.10/src/mysql.
*** Error code 1

Stop in /downloads/aspseek-1.2.10/src.
*** Error code 1

Stop in /downloads/aspseek-1.2.10.


Гдето видел инфу что проблема в компиляторе... но так и не смог разобратся, опыта мало...

Авторизуйтесь или зарегистрируйтесь, чтобы оставить комментарий