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

Rohit Yadav rohityadav89 at gmail.com
Mon Jun 7 17:32:48 CEST 2010


Hi,

On Mon, 7 Jun 2010 16:15:08 +0200, Vincent Lecours
> <vincentlecours at theofan.net> wrote:
> > Is someone able to compile the code from the current git repository on
> Mac
>
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20100607/c0257f17/attachment.html>


More information about the vlc-devel mailing list