Subject: | dbdimp.c:1092: warning: assignment makes integer from pointer without a cast |
DBD-Sybase-1.11
Linux cffialxprd362 2.6.9-74.ELsmp #1 SMP Tue Jun 17 16:53:55 EDT 2008
i686 i686 i386 GNU/Linux
Red Hat Enterprise Linux AS release 4 (Nahant Update 6)
When running make, I get the following error output:
gcc -c -I/opt/sybclient-12.5/OCS-12_5/include
-I/home/nypntdev/iprs_perl/lib/site_perl/5.12.1/i686-linux/auto/DBI
-fPIC -fno-strict-aliasing -pipe -I/usr/local/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.11\"
-DXS_VERSION=\"1.11\" -fPIC
"-I/home/nypntdev/iprs_perl/lib/5.12.2/i686-linux/CORE" dbdimp.c
dbdimp.c: In function `syb_db_login':
dbdimp.c:1092: warning: assignment makes integer from pointer without a cast
dbdimp.c: In function `syb_st_fetch':
dbdimp.c:4017: error: `CS_UNITEXT_TYPE' undeclared (first use in this
function)
dbdimp.c:4017: error: (Each undeclared identifier is reported only once
dbdimp.c:4017: error: for each function it appears in.)
make: *** [dbdimp.o] Error 1
I was able to build 1.10 with no problem.