[vlc-devel] Leopard: setContentBorderThickness

Felix Paul Kühne fkuehne.videolan at googlemail.com
Sat Feb 21 16:36:10 CET 2009


Am 21.02.2009 um 15:58 schrieb Georg Seifert:

> I just did a new git clone and did everything as described in the wiki
> anf get this:

The wiki isn't up-to-date (to be updated soon...), so you can't know  
that llvm-gcc-4.2 as included in Xcode 3.1.2 (no earlier release  
supported) is required now. To make use of it, export the following in  
your shell before starting the configure script:

CC /Developer/usr/bin/llvm-gcc-4.2
CXX /Developer/usr/bin/llvm-g++-4.2
OBJC /Developer/usr/bin/llvm-gcc-4.2

Just use ./configure without any options afterwards (except for debug  
or nls if desired). Using any SDK settings isn't required (nor valid  
in fact).

This generates nice builds on both PowerPC and Intel based Macs (even  
if the buildbots may say differently), if top_builddir == top_srcdir.

Make sure that you are using yesterday's contribs package (version 5).


Best regards,

Felix



More information about the vlc-devel mailing list