Hi,<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
On Mon, 7 Jun 2010 16:15:08 +0200, Vincent Lecours<br>
<<a href="mailto:vincentlecours@theofan.net">vincentlecours@theofan.net</a>> wrote:<br>
> Is someone able to compile the code from the current git repository on<br>
Mac<br></blockquote><div>Yes, I did. Just few days back. </div><div>Is your Mac 64bit? Mine is 32 bit.</div><div><br></div><div>Make sure you are using the VLC 1.1-git maintainance branch. (not vlc.git...)<br>Grab the latest here:<br>

</div></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div class="gmail_quote"><div><font class="Apple-style-span" color="#990000">$git clone git://<a href="http://git.videolan.org/vlc/vlc-1.1.git">git.videolan.org/vlc/vlc-1.1.git</a></font></div>

</div></blockquote><div class="gmail_quote"><div><font class="Apple-style-span" color="#990000"><br></font></div><div>And follow the steps to get Mac 3rd party contribs: (make sure you have subversion and wget) </div><div>

[From <a href="http://wiki.videolan.org/OSXCompile">http://wiki.videolan.org/OSXCompile</a>]</div></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div class="gmail_quote">

<div><font class="Apple-style-span" color="#990000">$ cd vlc/extras/contrib</font></div></div><div class="gmail_quote"><div><font class="Apple-style-span" color="#990000">$ ./bootstrap</font></div></div><div class="gmail_quote">

<div><font class="Apple-style-span" color="#990000">$ make</font></div></div></blockquote><div class="gmail_quote"><div><br></div><div>And then, </div></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;">

<div class="gmail_quote"><font class="Apple-style-span" color="#990000">$ cd ../.. </font></div><div class="gmail_quote"><font class="Apple-style-span" color="#990000">$ ./bootstrap </font></div><div class="gmail_quote">
<font class="Apple-style-span" color="#990000">$ ./configure --enable-debug </font></div>
<div class="gmail_quote"><font class="Apple-style-span" color="#990000">$ make</font></div><br></blockquote><div>If your system is 32 bit, before 'make' do: (just in case)</div><font class="Apple-style-span" color="#990000">$ ./configure --host=i386-apple-darwin10 CFLAGS="-arch i386" CXXFLAGS="-arch i386" LDFLAGS="-arch i386" OBJCFLAGS="-arch i386"</font><br>

<meta http-equiv="content-type" content="text/html; charset=utf-8"><div><br></div>In my case I got stuck with <a href="http://libiconv.la">libiconv.la</a> linking, but then somehow I fixed it.<div>Try once again, if that does n't seem to work, you may mail me.</div>

<div><br></div><div>Rohit Yadav</div>