Jump to content

can't compile dvdbackup [SOLVED]


Recommended Posts

Hi

 

I am trying to compile dvdbackup from here

 

but I get errors relating to missing UDFFindFile.

 

[richard@localhost src]$ gcc -o dvdbackup -ldvdread -ldvdnav dvdbackup.c

/home/richard/tmp/ccNJC1KY.o(.text+0x350f): In function `DVDGetFileSet':

: undefined reference to `UDFFindFile'

/home/richard/tmp/ccNJC1KY.o(.text+0x3579): In function `DVDGetFileSet':

: undefined reference to `UDFFindFile'

/home/richard/tmp/ccNJC1KY.o(.text+0x35d4): In function `DVDGetFileSet':

: undefined reference to `UDFFindFile'

/home/richard/tmp/ccNJC1KY.o(.text+0x3727): In function `DVDGetFileSet':

: undefined reference to `UDFFindFile'

/home/richard/tmp/ccNJC1KY.o(.text+0x37c5): In function `DVDGetFileSet':

: undefined reference to `UDFFindFile'

/home/richard/tmp/ccNJC1KY.o(.text+0x3873): more undefined references to `UDFFindFile' follow

collect2: ld returned 1 exit status

 

I have dvdread and dvdnav installed on Mandrake 10.1 official

 

libdvdnav4-0.1.10-1mdk

libdvdnav4-devel-0.1.10-1mdk

libdvdread3-0.9.4-3mdk

libdvdread3-devel-0.9.4-3mdk

 

Any ideas? Or Mandrake rpm's of dvdbackup?

 

Thanks

Rich

 

 

 

Moved from Software Forum to Terminal Shell Commands, Kernel and Programming - Artificial Intelligence

Edited by richie
Link to comment
Share on other sites

Hi

 

I have found out it is a problem with libdvdread, the version with 10.1 does not work,

 

libdvdread3-0.9.4-3mdk

libdvdread3-devel-0.9.4-3mdk

 

but with the older rpm's it does work,

 

libdvdread3-devel-0.9.4-2mdk.i586.rpm

libdvdread3-0.9.4-2mdk

 

note the 2 on the end of the rpm files.

 

The header files in the devel rpm's are the same, but the library files in libdvdread3-0.9.4-3mdk have a change that is stopping compiling.

 

Any thoughts, is this a bug in libdvdread3-0.9.4-3mdk ?

 

Rich

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...