hi, i was wondering why i can't get aspseek to compile on my freebsd
system.  i have included the error messages below.  thanks,

--mark

using the latest code from cvs i get

Making all in src
"Makefile", line 411: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1
Stop in /home/mark/search/aspseek.

using the 1.2.6 code i get

Making all in src
Making all in mysql
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include 
-I/usr/local/include/mysql    -g -O2 -D_THREAD_SAFE -pthread -c mysqldb.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/local/include/mysql -g -O2 
-D_THREAD_SAFE -pthread -c mysqldb.cpp    -fPIC -DPIC
In file included from /usr/include/sys/user.h:46,
                 from ../../include/buddy.h:26,
                 from ../../include/content.h:32,
                 from ../../include/sqldbi.h:29,
                 from ../../include/mysqldbi.h:25,
                 from mysqldb.cpp:27:
/usr/include/sys/ucred.h:50: `NGROUPS' was not declared in this scope
In file included from /usr/include/sys/user.h:48,
                 from ../../include/buddy.h:26,
                 from ../../include/content.h:32,
                 from ../../include/sqldbi.h:29,
                 from ../../include/mysqldbi.h:25,
                 from mysqldb.cpp:27:
/usr/include/sys/proc.h:66: `MAXLOGNAME' was not declared in this scope
/usr/include/sys/proc.h:66: implicit declaration of function `int roundup(...)'
/usr/include/sys/proc.h:222: `MAXCOMLEN' was not declared in this scope
In file included from /usr/include/sys/user.h:53,
                 from ../../include/buddy.h:26,
                 from ../../include/content.h:32,
                 from ../../include/sqldbi.h:29,
                 from ../../include/mysqldbi.h:25,
                 from mysqldb.cpp:27:
/usr/include/vm/vm_map.h: In function `int _vm_map_lock_upgrade(vm_map *, proc *)':
/usr/include/vm/vm_map.h:272: ANSI C++ forbids implicit conversion from `void *' in 
argument passing
In file included from ../../include/buddy.h:26,
                 from ../../include/content.h:32,
                 from ../../include/sqldbi.h:29,
                 from ../../include/mysqldbi.h:25,
                 from mysqldb.cpp:27:
/usr/include/sys/user.h: At top level:
/usr/include/sys/user.h:90: `MAXLOGNAME' was not declared in this scope
In file included from ../../include/content.h:32,
                 from ../../include/sqldbi.h:29,
                 from ../../include/mysqldbi.h:25,
                 from mysqldb.cpp:27:
../../include/buddy.h:43: `PAGE_SHIFT' was not declared in this scope
*** Error code 1
Stop in /home/mark/search/aspseek-1.2.6/src/mysql.
*** Error code 1
Stop in /home/mark/search/aspseek-1.2.6/src.
*** Error code 1
Stop in /home/mark/search/aspseek-1.2.6.

Reply via email to