<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello,<br><br>I've been working on a small app using VLCKit. I've never actually successfully built VLCKit, so the framework I am using at the moments was copied from inside the latest Lunettes.app.<div><br></div><div>I'd like to update my VLCKit to the latest so I am having another go at building VLC and VLCKit.</div><div><br></div><div>I am trying to follow <a href="http://wiki.videolan.org/OSXCompile">http://wiki.videolan.org/OSXCompile</a>, but having some trouble.<br><br>The environment is:<br><br>Mac OS 10.6.4<br>XCode 3.2.2<br>MacBook Pro 2.53<br><br>Here are my steps:<br><br><br><b>cd ~/<br><br>export CC=/Developer/usr/bin/llvm-gcc-4.2<br>export CXX=/Developer/usr/bin/llvm-g++-4.2<br>export OBJC=/Developer/usr/bin/llvm-gcc-4.2<br><br>git clone <a href="git://git.videolan.org/vlc-1.1.git">git://git.videolan.org/vlc-1.1.git</a><br><br>mv vlc-1.1 vlc<br><br>cd vlc/extras/contrib<br><br>./bootstrap x86_64-apple-darwin10<br><br>make<br><br>cd ../..<br><br>./bootstrap</b><br><br>Up to this point, everything looks fine, however when I run:<br><br><b>./configure --enable-debug  --build=x86_64-apple-darwin10<br></b><br>It exits with this error:<br><br>configure: error: libmodplug version 0.8.8 will not work. Please upgrade to 0.8.8.1 or later (or downgrade to 0.8.7)!<br><br><div>I tried to get libmodplug from <a href="http://sourceforge.net/projects/modplug-xmms/files/libmodplug/0.8.8.1/">http://sourceforge.net/projects/modplug-xmms/files/libmodplug/0.8.8.1/</a>, but couldn't work out what to do next.<br><br>Any suggestions?<br><br>Thanks<br><br>David</div></div></body></html>