Thanks for the help! I have now managed to get past that bit and further in the make. I have now come across 2 other problems compiling.<div><br></div><div>The first time it failed was during the dirac compilation with the following error.</div>
<div><br></div><div><div>make  all-am</div><div>make[6]: Nothing to be done for `all-am'.</div><div>  CC     libdirac_plugin_la-dirac.lo</div><div>dirac.c:45:44: error: libdirac_encoder/dirac_encoder.h: No such file or directory</div>
<div>dirac.c:331: error: expected specifier-qualifier-list before 'dirac_encoder_t'</div><div>dirac.c:353: error: expected specifier-qualifier-list before 'VideoFormat'</div><div>dirac.c:356: error: 'VIDEO_FORMAT_CUSTOM' undeclared here (not in a function)</div>
</div><div>....snip....</div><div><br></div><div>Currently I'm not interested in dirac decoding so I re-ran the configure with --disable-dirac added and it then failed during the libmpeg compilation with this error.</div>
<div><br></div><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>ld: warning: duplicate dylib /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libm.dylib</div>
<div>warning: no debug symbols in executable (-arch i386)</div><div>  CC     liblibmpeg2_plugin_la-libmpeg2.lo</div><div>libmpeg2.c:40:19: error: mpeg2.h: No such file or directory</div><div>libmpeg2.c:60: error: expected specifier-qualifier-list before 'mpeg2dec_t'</div>
<div><div>libmpeg2.c:106:5: warning: "MPEG2_RELEASE" is not defined</div><div>libmpeg2.c:106:22: warning: "MPEG2_VERSION" is not defined</div></div><div>....snip....</div><div><br></div><div>The header files are in the contribs dirs but it looks like the include path for these are wrong.</div>
<div><br></div><div>Looking at the Makefiles in modules/codec/ and it's subdirectories there are a load of entries for includes and libs with the path...</div><div><br></div><div>/Users/videolan/fpk/master/extras/contrib/hosts/i686-apple-darwin9/</div>
<div><br></div><div>instead of...</div><div><br></div><div>/Users/mike/Documents/vlc/./extras/contrib/hosts/i686-apple-darwin10</div><div><br></div><div>Which looks like it would be the cause. I've tried changing the Makefile and running make again but that wasn't enough. Unfortunately that's pretty much all of my knowledge used up!</div>
<div><div><br></div></div><div>Mike</div><br><div class="gmail_quote">On Tue, Feb 16, 2010 at 3:57 PM, Pierre d'Herbemont <span dir="ltr"><<a href="mailto:pdherbemont@free.fr">pdherbemont@free.fr</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br><br><div class="gmail_quote"><div class="im">On Tue, Feb 16, 2010 at 2:36 PM, Michael Ditum <span dir="ltr"><<a href="mailto:mike@mikeditum.co.uk" target="_blank">mike@mikeditum.co.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
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" target="_blank">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></blockquote><div><br></div></div>
<div>
Should be fixed. </div></div><br>
<br>_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
<br></blockquote></div><br></div>