[vlc-devel] documentaion
Georg Seifert
georg.seifert at gmx.de
Tue Jun 9 22:05:53 CEST 2009
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.
Georg
More information about the vlc-devel
mailing list