<br><br><div class="gmail_quote">On Wed, Feb 17, 2010 at 11:57 AM, Michael Ditum <span dir="ltr"><<a href="mailto:mike@mikeditum.co.uk">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;">
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 class="im"><div>libtool: link: warning: `/Users/mike/Documents/vlc/./extras/contrib/hosts/i686-apple-darwin10/lib/<a href="http://libiconv.la" target="_blank">libiconv.la</a>' seems to be moved</div>
</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 class="im"><div><br></div><div>/Users/mike/Documents/vlc/./extras/contrib/hosts/i686-apple-darwin10</div><div><br></div></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></blockquote><div><br></div><div>humm. Nice one.</div><div><br></div><div>Seems like our script that build the tar ball is messed up, or something goes wrong. I'll try to investigate. Felix, any idea?</div><div>
<br></div><div>Pierre. </div></div><br>