Hi.
I've just downloaded the latest devel version pre5 and when i tryied to
compile, i got the following error, any advise will be greatly apreciated.
After reading RAEDME.oracle i edited voracle.h to match my oracle setup, and
precompiled it using: proc voracle.pc
# make
cd . && CONFIG_FILES= CONFIG_HEADERS=config.h /bin/sh
./config.status
creating config.h
config.h is unchanged
make all-recursive
Making all in cdb
( cat warn-auto.sh; echo CC=\'`head -1 conf-cc`\'; echo
LD=\'`head -1
conf-ld`\'; cat find-systype.sh; ) | sh > systype
( cat warn-auto.sh; echo 'main="$1"; shift'; echo 'rm -f
"$main"'; echo 'ar cr "$main" ${1+"$@"}'; case "`cat systype`" in
sunos-5.*) ;; unix_sv*) ;; irix64-*) ;; irix-*) ;; dgux-*) ;;
hp-ux-*) ;; sco*) ;; *) echo 'ranlib "$main"' ;; esac ) > makelib
chmod 755 makelib
( ( ./compile tryulong32.c && ./load tryulong32 && ./tryulong32 )
>/dev/null 2>&1 && cat uint32.h2 || cat uint32.h1 ) > uint32.h
rm -f tryulong32.o tryulong32
./compile cdb_hash.c
./compile cdb_unpack.c
./compile cdb_seek.c
./makelib cdb.a cdb_hash.o cdb_unpack.o cdb_seek.o
./compile cdbmake_pack.c
./compile cdbmake_hash.c
./compile cdbmake_add.c
./makelib cdbmake.a cdbmake_pack.o cdbmake_hash.o cdbmake_add.o
Target "all" is up to date.
cc -I. -I/home/oracle/precomp/public -g -c vpopmail.c
cc -I. -I/home/oracle/precomp/public -g -c md5.c
cc -I. -I/home/oracle/precomp/public -g -c bigdir.c
cc -I. -I/home/oracle/precomp/public -g -c vauth.c
"vauth.c", line 428.46: 1506-045 (S) Undeclared identifier SITE_SIZE.
"vauth.c", line 539.73: 1506-045 (S) Undeclared identifier SITE_SIZE.
"vauth.c", line 694.48: 1506-045 (S) Undeclared identifier SITE_SIZE.
"vauth.c", line 734.16: 1506-280 (S) Function argument assignment between
types
"void*" and "struct vqpasswd" is not allowed.
"vauth.c", line 948.46: 1506-045 (S) Undeclared identifier SITE_SIZE.
"vauth.c", line 1059.50: 1506-045 (S) Undeclared identifier SITE_SIZE.
"vauth.c", line 1173.58: 1506-045 (S) Undeclared identifier SITE_SIZE.
"vauth.c", line 1279.57: 1506-045 (S) Undeclared identifier SITE_SIZE.
"vauth.c", line 1536.48: 1506-045 (S) Undeclared identifier SITE_SIZE.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
Thanks in advance.
Jose Rodriguez Alarcon