[Seeks-users] seeks on NetBSD
Status: Beta
Brought to you by:
beniz
|
From: Erin N. <eri...@fr...> - 2010-07-11 23:30:04
|
hi all,
after seeing the project at the RMLL, I tried to install a seeks node on
my NetBSD server but failed... My first error was:
In file included from ../proxy/seeks_proxy.h:27,
from mrf.cpp:22:
../proxy/proxy_dts.h:42:38: error: pcreposix.h: No such file or directory
../proxy/proxy_dts.h:43:18: error: pcre.h: No such file or directory
../proxy/pcrs.h:146: error: ISO C++ forbids declaration of 'pcre' with
no type
../proxy/pcrs.h:146: error: expected ';' before '*' token
../proxy/pcrs.h:147: error: ISO C++ forbids declaration of 'pcre_extra'
with no type
../proxy/pcrs.h:147: error: expected ';' before '*' token
../proxy/pcrs.h: In constructor 'sp::pcrs_job::pcrs_job()':
../proxy/pcrs.h:137: error: class 'sp::pcrs_job' does not have any field
named '_pattern'
../proxy/pcrs.h:137: error: class 'sp::pcrs_job' does not have any field
named '_hints'
../proxy/proxy_dts.h: At global scope:
../proxy/proxy_dts.h:257: error: ISO C++ forbids declaration of
'regex_t' with no type
../proxy/proxy_dts.h:257: error: expected ';' before '*' token
../proxy/proxy_dts.h:258: error: ISO C++ forbids declaration of
'regex_t' with no type
../proxy/proxy_dts.h:258: error: expected ';' before '*' token
../proxy/proxy_dts.h: In constructor 'sp::url_spec::url_spec()':
../proxy/proxy_dts.h:227: error: class 'sp::url_spec' does not have any
field named '_preg'
../proxy/proxy_dts.h:227: error: class 'sp::url_spec' does not have any
field named '_tag_regex'
gmake[3]: *** [mrf.lo] Error 1
after some look in the Makefile, this error disappear by manually adding
the include path in AM_CPPFLAGS in the Makefile inside lsh directory (I
know, it's only a hack, a more permanent solution has to found... And I
will be happy to find it after succeeded to install a public node on my
server ^^), but a second error appear and I don't know what to do:
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -Wno-deprecated
-g -pipe -I../utils/ -I../proxy/ -I /usr/pkg/include/ -g -O2 -MT
LSHUniformHashTableHamming.lo -MD -MP -MF
.deps/LSHUniformHashTableHamming.Tpo -c LSHUniformHashTableHamming.cpp
-fPIC -DPIC -o .libs/LSHUniformHashTableHamming.o
LSHSystem.h:62: error: expected unqualified-id before numeric constant
LSHSystem.h: In constructor 'lsh::LSHSystem::LSHSystem(const unsigned
int&, const unsigned int&)':
LSHSystem.h:40: error: expected identifier before numeric constant
LSHSystem.h:40: error: expected `(' before numeric constant
LSHSystem.h:40: error: expected `{' before numeric constant
gmake[3]: *** [LSHUniformHashTableHamming.lo] Error 1
is there some solution for this one?
|