[vlc-devel] Broken Symbolic links in MacOS X build

Andre-John Mas ajmas at sympatico.ca
Thu Dec 24 17:58:38 CET 2009


Hi,

There appears to be an issue with symbolic links in the Contents/MacOS/lib folder of the VLC application on MacOS X:

-rw-r--r--@ 1 ajmas  staff   133696 21 Sep 18:52 libtwolame.0.dylib
-rw-r--r--@ 1 ajmas  staff   142612 21 Sep 18:52 libupnp.3.dylib
-rw-r--r--@ 1 ajmas  staff   120568 21 Sep 18:52 libvlc.2.dylib
lrwxr-xr-x  1 ajmas  staff       51 21 Sep 18:52 libvlc.dylib -> ./VLC-release.app/Contents/MacOS/lib/libvlc.2.dylib
-rw-r--r--@ 1 ajmas  staff   791032 21 Sep 18:52 libvlccore.2.dylib
lrwxr-xr-x  1 ajmas  staff       55 21 Sep 18:52 libvlccore.dylib -> ./VLC-release.app/Contents/MacOS/lib/libvlccore.2.dylib
-rw-r--r--@ 1 ajmas  staff   197744 21 Sep 18:52 libvorbis.0.dylib
-rw-r--r--@ 1 ajmas  staff  2140840 21 Sep 18:52 libvorbisenc.2.dylib
-rw-r--r--@ 1 ajmas  staff  1701152 21 Sep 18:52 libxml2.2.dylib
-rw-r--r--@ 1 ajmas  staff   467736 21 Sep 18:52 libzvbi.0.dylib

the relative paths for libvlc.dylib and libvlccore.dylin should only refer back to the current directory, such that:

libvlc.dylib -> ./libvlc.2.dylib
libvlccore -> ./libvlccore.2.dylib

André-John


More information about the vlc-devel mailing list