[vlc-devel] libcddax_plugin.so: undefined symbol: cdio_paranoia_modeset

C.Y.M cym at syphir.sytes.net
Fri Jan 28 14:50:18 CET 2005


C.Y.M wrote:
> R. Bernstein wrote:
> 
>> You may have to do whatever the magic is to have Makefile and
>> Makefile.in get recreated. In particular, your 
>> vlc-trunk/modules/access/cdda/ should have:
>>
>>   LIBCDIO_CFLAGS = @LIBCDIO_CFLAGS@
>>   LIBCDIO_LIBS = @LIBCDIO_LIBS@
>>   LIBCDIO_PARANOIA_CFLAGS = @LIBCDIO_PARANOIA_CFLAGS@
>>   LIBCDIO_PARANOIA_LIBS = @LIBCDIO_PARANOIA_LIBS@
>>   
>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                          

I have gone back a few days and all my problems have been fixed.  It seems that 
something recently changed.  Perhaps this:

--SNIP--

r9844 | hartman | 2005-01-28 02:04:58 +0100 (Fri, 28 Jan 2005) | 2 lines
Changed paths:
    M /trunk/modules/access/cdda/access.c

* cdda/access.c: removed #include <cdio/cdda.h> since it's a new header that 
isn't always available and wasn't version ifdef'ed. An already version ifdef'ed 
include already exists in cdda/cdda.h

--SNIP--

The following version works for me with the current cvs of libcdio:

svn co -r {"2005-01-26"} svn://svn.videolan.org/vlc/trunk vlc-trunk

Going back has also fixed the recent breakage from modules/access/smb.c under Linux.

Regards,

P.S. I am using the debian package/build rules contained on the src tree which 
sets all my switches and does a distclean and configure before each build takes 
place.

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list