[vlc-devel] documentaion

Georg Seifert georg.seifert at gmx.de
Tue Jun 9 22:17:21 CEST 2009


Am 09.06.2009 um 22:12 schrieb Pierre d'Herbemont:

> On Tue, Jun 9, 2009 at 1:05 PM, Georg Seifert<georg.seifert at gmx.de>  
> wrote:
>> Hello,
>>
>> on the "OSXCompile" wiki page there is a section for setting the  
>> compiler.
>> It says:
>>
>> setenv CC /Developer/usr/bin/llvm-gcc-4.2
>> setenv CXX /Developer/usr/bin/llvm-g++-4.2
>> setenv OBJC /Developer/usr/bin/llvm-gcc-4.2
>>
>> This does not work from the Terminal (witch I use to build vlc) You  
>> need to
>> use (I found this on the forum):
>>
>> export CC="/Developer/usr/bin/llvm-gcc-4.2"
>> export OBJC="/Developer/usr/bin/llvm-gcc-4.2"
>> export CXX="/Developer/usr/bin/llvm-g++-4.2"
>>
>> I could at least be mentioned in the wiki.
>
> The wiki is especially saying that it is if you use a C-Shell, and it
> instructs what to use on a Bourne shell.
>
I just wanted to add:
(if you are using Terminal than use ... instead.)

Georg

> I would default the bourne shell, given that this is what is being
> used by default on Mac OS X.
>
> BTW, could the OSXCompile page be made read-write for members?
>
> 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