<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16735" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=902524221-27102008>I've run into 
several cross-compile issues. I'm attempting to cross-compile for Windows on an 
Ubuntu 8.04 (hardy heron) system using the same configuration that the build bot 
is using. The errors I get are:</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=902524221-27102008></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=902524221-27102008><SPAN 
class=902524221-27102008>configure: error: libdirac >= 0.10.0 doesn't appear 
to be installed on your system.</SPAN></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=902524221-27102008>Creating library 
file: 
.libs/libgnutls_plugin.dll.a/usr/win32/lib/libgcrypt.a(libgcrypt_la-global.o):global.c:(.text+0x6b): 
undefined reference to `_gpg_err_code_from_errno'</SPAN></FONT><FONT face=Arial 
size=2><SPAN class=902524221-27102008><BR>ERROR   : dvdnav.c: 1426: 
 storage size of 'stat_info' isn't known<BR></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=902524221-27102008>And then another one 
for pulse audio.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=902524221-27102008></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=902524221-27102008>I'm using the latest 
contribs from j-b (<A 
href="http://people.videolan.org/~jb/Contribs/">http://people.videolan.org/~jb/Contribs/</A>).<BR></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=902524221-27102008>If I get a configure 
error, I disable that plugin and reconfigure.<BR><BR>Here's my 
configuration:<BR><BR>export CONTRIBS=/usr/win32 <BR>export 
PREFIX=/work/vlc/compiled/windows-x86-0.9.4/</SPAN></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=902524221-27102008>export 
PKG_CONFIG_PATH=$CONTRIBS/lib/pkgconfig<BR>export CPPFLAGS="-I$CONTRIBS/include 
-I$CONTRIBS/include/ebml" <BR>export LDFLAGS=-L$CONTRIBS/lib</SPAN></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=902524221-27102008>./configure 
\<BR>     --prefix=$PREFIX \<BR>     
--host=i586-mingw32msvc \<BR>     --build=i386-linux 
\<BR>     --enable-sdl \<BR>     
--with-sdl-config-path=/usr/win32/bin \<BR>     
--disable-gtk \<BR>     --disable-hal 
\<BR>     --disable-libcdio \<BR>     
--enable-nls  \<BR>     --enable-skins2  
\<BR>     --enable-ffmpeg \<BR>     
--with-ffmpeg-mp3lame \<BR>     --with-ffmpeg-faac 
\<BR>     --with-ffmpeg-zlib \<BR>     
--enable-faad \<BR>     --enable-flac 
\<BR>     --enable-theora \<BR>     
--enable-twolame \<BR>     --enable-dvdread 
\<BR>     --disable-vcdx \<BR>     
--disable-cddax \<BR>     --enable-mozilla 
\<BR>     --enable-live555 \<BR>     
--enable-caca \<BR>     --enable-goom 
\<BR>     --enable-quicktime \<BR>     
--enable-real \<BR>     --enable-realrtsp 
\<BR>     --enable-mkv \<BR>     
--disable-portaudio \<BR>     --enable-shout 
\<BR>     --enable-qt4</SPAN></FONT><FONT face=Arial 
size=2><SPAN class=902524221-27102008></DIV></SPAN></FONT></BODY></HTML>