added dependency?

Support for HandBrake on Linux, Solaris, and other Unix-like platforms
Forum rules
An Activity Log is required for support requests. Please read How-to get an activity log? for details on how and why this should be provided.
Post Reply
Polygon
Novice
Posts: 72
Joined: Wed Oct 24, 2007 1:36 pm

added dependency?

Post by Polygon »

I was compiling handbrake from source for a while now, but then yesterday, it no longer compiles:

Code: Select all

./libhb/libhb.a(dvdnav.o): In function `hb_dvdnav_chapter':
dvdnav.c:(.text+0xe6): undefined reference to `dvdnav_current_title_program'
./libhb/libhb.a(dvdnav.o): In function `hb_dvdnav_start':
dvdnav.c:(.text+0x469): undefined reference to `dvdnav_program_play'
./libhb/libhb.a(dvdnav.o): In function `hb_dvdnav_read':
dvdnav.c:(.text+0x2017): undefined reference to `dvdnav_current_title_program'
collect2: ld returned 1 exit status
make: *** [HandBrakeCLI] Error 1
I assumed from those errors that i was missing libdvdnav4 or libdvdnav-dev or something, but i already have both of them installed. What dependency am i missing?

i am running ubuntu 9.04
bradycl
Novice
Posts: 74
Joined: Fri Jan 16, 2009 8:10 pm

Re: added dependency?

Post by bradycl »

I got this a few days ago--no new dependency, but I did have to nuke my source directory and check-out fresh with subversion. After doing so I compiled fine.
Polygon
Novice
Posts: 72
Joined: Wed Oct 24, 2007 1:36 pm

Re: added dependency?

Post by Polygon »

yeah, that worked. Thanks!
Post Reply