Hi,<div><br></div><div>I'm trying to compile the latest git version on OSX and getting an error currently. I'm building on Snow Leopard and have the latest XCode installed.</div><div><br></div><div>I have run the following commands in order to build it...</div>
<div><br></div><div>git clone git://<a href="http://git.videolan.org/vlc.git">git.videolan.org/vlc.git</a></div><div>cd vlc/extras/contrib/</div><div>./bootstrap</div><div>make</div><div>cd ../../</div><div>./bootstrap</div>
<div>./configure --host=i386-apple-darwin10 CFLAGS="-arch i386" CXXFLAGS="-arch i386" LDFLAGS="-arch i386" OBJCFLAGS="-arch i386"</div><div>make</div><div><br></div><div>and am getting the following error after a couple of minutes.</div>
<div><br></div><div><div>Making all in src</div><div>  GEN    stamp-revision</div><div>make  all-recursive</div><div>Making all in .</div><div>  CCLD   <a href="http://libvlccore.la">libvlccore.la</a></div><div>libtool: link: warning: `/Users/mike/Documents/vlc/extras/contrib/hosts/i686-apple-darwin10/lib/<a href="http://libiconv.la">libiconv.la</a>' seems to be moved</div>
<div>i686-apple-darwin10-llvm-gcc-4.2: /Users/mike/Documents/vlc/extras/contrib/hosts/i686-apple-darwin10/lib//libiconv.dylib: No such file or directory</div><div>make[4]: *** [<a href="http://libvlccore.la">libvlccore.la</a>] Error 1</div>
<div>make[3]: *** [all-recursive] Error 1</div><div>make[2]: *** [all] Error 2</div><div>make[1]: *** [all-recursive] Error 1</div><div>make: *** [all] Error 2</div></div><div><br></div><div>The file certainly doesn't exist in that directory. Am I missing a step in the process to generate this file or should it be provided in the contribs package?</div>
<div><br></div><div>Thanks for your help!</div><div><br></div><div>Mike</div>