[vlc-devel] PATCH [OS X - extras/contrib make issue]
Brian Weaver
cmdrclueless at gmail.com
Fri Dec 18 14:37:10 CET 2009
I'm not building the contrib source. At least I don't believe I am building it since it downloads a bundle using curl and extracts it onto my system. I'm using the instructions on the OS X build page. I hit this issue using the following steps...
git clone git://git.vidoelan.org/vlc.git
cd vlc
cd extras/contrib
CONTRIB_RELEASE=no ./bootstrap
make
cd ../..
./bootstrap
export CC=/Developer/usr/bin/llvm-gcc-4.2
export CXX=/Developer/usr/bin/llvm-g++-4.2
export OBJC=/Developer/usr/bin/llvm-gcc-4.2
./configure --enable-debug --build=i686-apple-darwin10 CFLAGS="-arch i686" LDFLAGS="-arch i686" OBJCFLAGS="-arch i686" CXXFLAGS="-arch i686"
Note: I've had to do a lot of trial an error on the last configure, but the issue I submitted the patch for stopped me cold in the extras/contrib directory.
-- Weave
On Dec 18, 2009, at 2:22 AM, Pierre d'Herbemont wrote:
> Hey Brian,
>
> This has been pushed with a small modification. Note, unless you are
> building contrib from source this shouldn't be triggered.
>
> Pierre.
>
> On Fri, Dec 18, 2009 at 6:27 AM, Brian Weaver <cmdrclueless at gmail.com> wrote:
>> Attached is a patch for fixing a build issue that I've run into building the 32-bit version of VLC in the last few days. I believe this is related to the changes in commit 43dc8a8d99b061bb1551c55289d1cd30ec6a6285
>>
>> -- Cmdr Clueless
>>
>>
>> _______________________________________________
>> vlc-devel mailing list
>> To unsubscribe or modify your subscription options:
>> http://mailman.videolan.org/listinfo/vlc-devel
>>
>>
> _______________________________________________
> 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