Please help ASAP 911...

admin

Administrator
Staff member
It only compiles half way.

I receive the same error messages for compiling sybase & freetds. Can someone please help A.S.A.P . I need this for a production system.

===========================================================
# make
gcc -g -O2 -O2 -I. -I. -I/opt/sybase/include -c internal_functions.c -o internal_functions.o
In file included from internal_functions.c:64:
functions/php3_sybase-ct.h:99: parse error before `CS_CONNECTION'
functions/php3_sybase-ct.h:99: warning: no semicolon at end of struct or union
functions/php3_sybase-ct.h:100: warning: data definition has no type or storage class
functions/php3_sybase-ct.h:102: parse error before `}'
functions/php3_sybase-ct.h:102: warning: data definition has no type or storage class
functions/php3_sybase-ct.h:109: parse error before `CS_INT'
functions/php3_sybase-ct.h:109: warning: no semicolon at end of struct or union
functions/php3_sybase-ct.h:110: warning: data definition has no type or storage class
functions/php3_sybase-ct.h:114: parse error before `sybct_field'
functions/php3_sybase-ct.h:114: warning: no semicolon at end of struct or union
functions/php3_sybase-ct.h:115: warning: data definition has no type or storage class
functions/php3_sybase-ct.h:118: parse error before `}'
functions/php3_sybase-ct.h:118: warning: data definition has no type or storage class
make: *** [internal_functions.o] Error 1
===========================================================
 
Back
Top