[vlc-devel] Leopard: setContentBorderThickness
Georg Seifert
georg.seifert at gmx.de
Sat Feb 21 15:58:33 CET 2009
I just did a new git clone and did everything as described in the wiki
anf get this:
> /bin/sh ../../libtool --tag=CC --mode=link gcc -std=gnu99 -
> isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5
> `top_builddir="../.." ../../vlc-config --cflags plugin
> libx264_plugin.la` -I/Users/georg/Programmierung/vlc/vlc/./extras/
> contrib/include -D_INTL_REDIRECT_MACROS -
> DMACOSX_DEPLOYMENT_TARGET=10.5 -Wall -Wextra -Wsign-compare -Wundef -
> Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -
> Wmissing-prototypes -Werror-implicit-function-declaration -rpath '/
> Users/georg/Programmierung/vlc/vlc/vlc_install_dir/lib/vlc/codec' -
> avoid-version -module -export-symbol-regex ^vlc_entry -shrext .dylib
> -no-undefined `top_builddir="../.." ../../vlc-config --ldflags
> plugin libx264_plugin.la` -L/Users/georg/Programmierung/vlc/vlc/./
> extras/contrib/lib -Wl,-headerpad_max_install_names -o
> libx264_plugin.la libx264_plugin_la-x264.lo
> `top_builddir="../.." ../../vlc-config -libs plugin
> libx264_plugin.la` ../../src/libvlccore.la
> libtool: link: warning: `/Users/georg/Programmierung/vlc/vlc/./
> extras/contrib/lib/libgcrypt.la' seems to be moved
> libtool: link: warning: `/Users/georg/Programmierung/vlc/vlc/./
> extras/contrib/lib/libintl.la' seems to be moved
> gcc -std=gnu99 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-
> version-min=10.5 -o .libs/libx264_plugin.dylib -bundle .libs/
> libx264_plugin_la-x264.o -L///Users/georg/Programmierung/vlc/vlc/
> extras/contrib/lib -lx264 -L/Users/georg/Programmierung/vlc/vlc/./
> extras/contrib/lib -lpthread -lmx -lm ../../src/.libs/
> libvlccore.dylib /Users/georg/Programmierung/vlc/vlc/./extras/
> contrib/lib/libgcrypt.dylib /Users/georg/Programmierung/vlc/vlc/./
> extras/contrib/lib/libintl.dylib /usr/lib/libiconv.dylib /usr/lib/
> libc.dylib -mmacosx-version-min=10.5 -march=pentium-m -
> mtune=prescott -Wl,-read_only_relocs -Wl,suppress -Wl,-
> headerpad_max_install_names
> ld warning: in ///Users/georg/Programmierung/vlc/vlc/extras/contrib/
> lib/libx264.a, file is not of required architecture
> Undefined symbols:
> "_x264_encoder_close", referenced from:
> _Close in libx264_plugin_la-x264.o
> "_x264_encoder_encode", referenced from:
> _Encode in libx264_plugin_la-x264.o
> "_x264_encoder_open", referenced from:
> _Open in libx264_plugin_la-x264.o
> "_x264_encoder_headers", referenced from:
> _Open in libx264_plugin_la-x264.o
> "_x264_param_default", referenced from:
> _Open in libx264_plugin_la-x264.o
> "_x264_nal_encode", referenced from:
> _Open in libx264_plugin_la-x264.o
> _Encode in libx264_plugin_la-x264.o
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
> make[5]: *** [libx264_plugin.la] Error 1
> make[4]: *** [all-recursive] Error 1
> make[3]: *** [all] Error 2
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
>
Georg
> On Sat, Feb 21, 2009 at 12:42 PM, Georg Seifert
> <georg.seifert at gmx.de> wrote:
>> If anyone could try it out as I’m not able to build with the newest
>> git.
>
> Buildbots are green, you should be able to build VLC with the latest
> dev tools. hint: try with a clean copy.
>
> Pierre.
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list