Hi Jason

dvdbackup fails to compile with recent libdvdread.3 versions:

Setting up fink-buildlock-dvdbackup-0.1.1-3 (2008.05.02-08.06.51) ...
gzip -dc /sw/src/dvdbackup-0.1.1.tar.gz | /sw/bin/tar -xf - --no-same- owner --no-same-permissions
gcc -O -o dvdbackup -I/sw/include -L/sw/lib -ldvdread src/dvdbackup.c
In file included from /sw/include/dvdread/ifo_read.h:24,
                 from src/dvdbackup.c:34:
/sw/include/dvdread/ifo_types.h:32:2: error: #error "Must include <inttypes.h> or <stdint.h> before any libdvdread header."
In file included from /sw/include/dvdread/ifo_read.h:24,
                 from src/dvdbackup.c:34:
... errors resulting from the previous one ...


The error msg from libdvdread says it all. adding #include <stdint.h> as the first line in dvdbackup.c is enough.

I'll attach an updated dvdbackup.info which just add the #include preprocessor directive.

cheers
 Matthias

Attachment: dvdbackup.info
Description: Binary data


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to