Hello !
I am new to this list & sqwebmail. I am trying to compile sqwebmail on
my Mandrake 7.2 linux box
Compiler is:
[root@mail bdbobj]# gcc -v
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux/2.95.3/specs
gcc version 2.95.3 19991030 (prerelease)
./configure runs OK
but I get an error with make in the bdbobj directory:
[root@mail bdbobj]# make
gcc -DHAVE_CONFIG_H -I. -I. -I. -fhandle-exceptions -g -c testbdb.C
In file included from bdbobj.h:15,
from testbdb.C:1:
/usr/include/sys/types.h:28: parse error before string constant
In file included from /usr/include/sys/types.h:195,
from bdbobj.h:15,
from testbdb.C:1:
/usr/include/sys/select.h:40: parse error before string constant
/usr/include/sys/select.h:76: warning: `struct timeval' declared inside
parameter list
/usr/include/sys/select.h:76: warning: its scope is only this definition
or declaration, which is probably not what you want.
/usr/include/sys/select.h:76: parse error before `throw'
/usr/include/sys/select.h:76: warning: data definition has no type or
storage class
...
Any idea ?? (I succeeded in compiling this under debian/slink without
any problem but I really need to have it on my Mandrake bok)
Many thanks
Jacques