[vlc-devel] Not able to build current git on Mac OS X 10.6

Vincent Lecours vincentlecours at theofan.net
Wed Jun 9 12:31:25 CEST 2010


Wow, Thanks a lot for pointing me to the VLC 1.1 branch . Too bad that 1.2 doesn't compile on a Mac.

The fact that a Mac is 32 or 64 bit doesn't matter for compiling VLC 1.1. I was able to build 64 bit using the instructions from the wiki with the 1.1 branch.

Thanks,

Vincent Lecours

On 2010-06-07, at 5:32 PM, Rohit Yadav wrote:

> Hi,
> 
> Yes, I did. Just few days back. 
> Is your Mac 64bit? Mine is 32 bit.
> 
> Make sure you are using the VLC 1.1-git maintainance branch. (not vlc.git...)
> Grab the latest here:
> $git clone git://git.videolan.org/vlc/vlc-1.1.git
> 
> And follow the steps to get Mac 3rd party contribs: (make sure you have subversion and wget) 
> [From http://wiki.videolan.org/OSXCompile]
> $ cd vlc/extras/contrib
> $ ./bootstrap
> $ make
> 
> And then, 
> $ cd ../.. 
> $ ./bootstrap 
> $ ./configure --enable-debug 
> $ make
> 
> If your system is 32 bit, before 'make' do: (just in case)
> $ ./configure --host=i386-apple-darwin10 CFLAGS="-arch i386" CXXFLAGS="-arch i386" LDFLAGS="-arch i386" OBJCFLAGS="-arch i386"
> 
> In my case I got stuck with libiconv.la linking, but then somehow I fixed it.
> Try once again, if that does n't seem to work, you may mail me.
> 
> Rohit Yadav
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20100609/dbdfaca2/attachment.html>


More information about the vlc-devel mailing list