Page 1 of 1

Problem with shared libvlc

Posted: 03 Mar 2007 12:55
by kemro
Hi !

I have to make shared libvlc.so, in configure type

Code: Select all

--enable-shared-libvlc
And during make I have:

Code: Select all

gcc -Wsign-compare -Wall -march=pentium-m -Os -pipe -pipe -o libaccess_file_plugin.so -shared -fpic -fPIC ../../src/libvlc.so -u vlc_entry__0_8_6 libaccess_file_plugin.a -L/usr/lib -lpthread gcc: ../../src/libvlc.so: No such file or directory make[4]: *** [libaccess_file_plugin.so] Error 1
What's wrong ? :(

This is 0.8.6a version, (I tried 0.9.0 svn, but it doesn't work with wxwidgets 2.8.0 - after apply patch of course and 0.8.6 bugfix svn for today - the same error above)

Posted: 05 Mar 2007 10:24
by luca
Has anyone looked at this problem? I see it still exists in the 0.8.6-bugfix branch...

Luca

Posted: 11 Mar 2007 18:38
by kemro
No ideas ? :(


I really want to have vlc engine in amarok, and for that I need shared lib of vlc...

Posted: 12 Mar 2007 12:21
by glossolalie
Try using ./configure --enable-libtool