Here is my configure line.  The only thing I added for mozilla was the --enable-mozilla argument.  Is XulRunner the package it's looking for or are there others?  <br><br>thanks for your help!<br><br>./bootstrap && \<br>
 PKG_CONFIG_LIBDIR=/usr/win32/lib/pkgconfig \<br> CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \<br> LDFLAGS=-L/usr/win32/lib \<br> CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \<br> ./configure --host=i586-mingw32msvc --build=i386-linux \<br>
     --disable-gtk \<br>     --enable-nls --enable-sdl --with-sdl-config-path=/usr/win32/bin \<br>     --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \<br>     --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \<br>
     --with-wx-config-path=/usr/win32/bin \<br>     --with-freetype-config-path=/usr/win32/bin \<br>     --with-fribidi-config-path=/usr/win32/bin \<br>     --enable-live555 --with-live555-tree=/usr/win32/<a href="http://live.com">live.com</a> \<br>
     --enable-caca --with-caca-config-path=/usr/win32/bin \<br>     --with-xml2-config-path=/usr/win32/bin \<br>     --with-dvdnav-config-path=/usr/win32/bin \<br>     --disable-cddax --disable-vcdx --enable-goom \<br>     --enable-twolame --enable-dvdread \<br>
     --enable-debug --disable-libgcrypt  --disable-remoteosd \<br>     --disable-upnp --enable-mozilla<br><br><div class="gmail_quote">2011/10/20 Rémi Denis-Courmont <span dir="ltr"><<a href="mailto:remi@remlab.net">remi@remlab.net</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Le jeudi 20 octobre 2011 23:29:55 Shane Phelan, vous avez écrit :<br>
<div class="im">> I'm trying to cross compile vlc for windows on Ubuntu and I can't get the<br>
> mozilla plugin added.  The configuration step fails with the message that I<br>
> don't have the mozilla development tools installed.   I haven't been able<br>
> to figure out which mozilla development tools it's referring to.  Synaptic<br>
> shows that I have xulrunner 2.0 installed???<br>
<br>
</div>I am not sure the Ubuntu xulrunner package can be used for cross-compilation.<br>
In any case, your configure line probably is not pointing to it.<br>
<font color="#888888"><br>
--<br>
Rémi Denis-Courmont<br>
<a href="http://www.remlab.net/" target="_blank">http://www.remlab.net/</a><br>
<a href="http://fi.linkedin.com/in/remidenis" target="_blank">http://fi.linkedin.com/in/remidenis</a><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>
</font></blockquote></div><br>