bug-vcdimager
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[VCDImager Bugs/Devel] Compile Errors In Versions 0.7.11+


From: Anthony J. Ciani
Subject: [VCDImager Bugs/Devel] Compile Errors In Versions 0.7.11+
Date: Fri, 11 Jan 2002 21:54:00 -0500 (EST)

On Redhet 7.0 (2.2.16) Kernel
Using gcc 2.95.4

0.7.10 compiled, and seems to work properly.
What causeed: assertion "_vcd_salloc_get_highestassertion
in the 0.6.2 release?  Mind describing it more than "you reached the
limits"?  I reached them day one (makeing SVCD)?

Anyway, here's relevant output from 0.7.11 from vcd_image_linuxcd.c
Also, there were some syntax errors in vcd_mmc_linux.c, but I don't have
them handy.

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..    -g -O2 -Wall -Wmissing-prototypes
-Wunused -Wpointer-arith -Wwrite-strings -c vcd_image_linuxcd.c
In file included from /usr/include/linux/byteorder/little_endian.h:11,
                 from /usr/include/asm/byteorder.h:45,
                 from /usr/include/linux/cdrom.h:14,
                 from vcd_image_linuxcd.c:44:
/usr/include/linux/byteorder/swab.h:100: warning: no previous prototype
for `__fswab16'
/usr/include/linux/byteorder/swab.h:104: warning: no previous prototype
for `__swab16p'
/usr/include/linux/byteorder/swab.h:108: warning: no previous prototype
for `__swab16s'
/usr/include/linux/byteorder/swab.h:113: warning: no previous prototype
for `__fswab32'
/usr/include/linux/byteorder/swab.h:117: warning: no previous prototype
for `__swab32p'
/usr/include/linux/byteorder/swab.h:121: warning: no previous prototype
for `__swab32s'
/usr/include/linux/byteorder/swab.h:127: warning: no previous prototype
for `__fswab64'
/usr/include/linux/byteorder/swab.h:137: warning: no previous prototype
for `__swab64p'
/usr/include/linux/byteorder/swab.h:141: warning: no previous prototype
for `__swab64s'
vcd_image_linuxcd.c: In function `__read_mode2':
vcd_image_linuxcd.c:170: structure has no member named `timeout'
make[2]: *** [vcd_image_linuxcd.o] Error 1
make[2]: Leaving directory
`/usr/src/redhat/SOURCES/vcdimager-0.7.11/libvcd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/SOURCES/vcdimager-0.7.11'
make: *** [all-recursive-am] Error 2


If -Wmissing-prototypes is removed, the warnings in swab.h dissappear, but
the error in __read_mode2 remains.  The warnings are present in the prior
versions, which compile properly.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]