<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7036.0">
<TITLE>Questions on building using pre-compiled contribs package on Cygwin</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->
<P><FONT FACE="Times New Roman">A couple of oddities that I've run into, using the following startup:</FONT>
<BR><FONT FACE="Times New Roman"> ./bootstrap && \</FONT>
<BR><FONT FACE="Times New Roman"> PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig \</FONT>
<BR><FONT FACE="Times New Roman"> CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \</FONT>
<BR><FONT FACE="Times New Roman"> LDFLAGS=-L/usr/win32/lib \</FONT>
<BR><FONT FACE="Times New Roman"> CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \</FONT>
<BR><FONT FACE="Times New Roman"> ./configure --build=i686-pc-cygwin \</FONT>
<BR><FONT FACE="Times New Roman"> --disable-gtk \</FONT>
<BR><FONT FACE="Times New Roman"> --enable-nls --enable-sdl --with-sdl-config-path=/usr/win32/bin \</FONT>
<BR><FONT FACE="Times New Roman"> --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \</FONT>
<BR><FONT FACE="Times New Roman"> --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \</FONT>
<BR><FONT FACE="Times New Roman"> --with-wx-config-path=/usr/win32/bin \</FONT>
<BR><FONT FACE="Times New Roman"> --with-freetype-config-path=/usr/win32/bin \</FONT>
<BR><FONT FACE="Times New Roman"> --with-fribidi-config-path=/usr/win32/bin \</FONT>
<BR><FONT FACE="Times New Roman"> --enable-live555 --with-live555-tree=/usr/win32/live.com \</FONT>
<BR><FONT FACE="Times New Roman"> --enable-caca --with-caca-config-path=/usr/win32/bin \</FONT>
<BR><FONT FACE="Times New Roman"> --with-xml2-config-path=/usr/win32/bin \</FONT>
<BR><FONT FACE="Times New Roman"> --with-dvdnav-config-path=/usr/win32/bin \</FONT>
<BR><FONT FACE="Times New Roman"> --disable-cddax --disable-vcdx --enable-goom \</FONT>
<BR><FONT FACE="Times New Roman"> --enable-twolame --enable-dvdread \</FONT>
<BR><FONT FACE="Times New Roman"> --enable-real --enable-realrtsp --enable-qt4 \</FONT>
<BR><FONT FACE="Times New Roman"> --disable-mkv \</FONT>
<BR><FONT FACE="Times New Roman"> --disable-caca \</FONT>
<BR><FONT FACE="Times New Roman"> --disable-galaktos \</FONT>
<BR><FONT FACE="Times New Roman"> --disable-skins2 \</FONT>
<BR><FONT FACE="Times New Roman"> --enable-wxwidgets \</FONT>
<BR><FONT FACE="Times New Roman"> --enable-quicktime \</FONT>
<BR><FONT FACE="Times New Roman"> --enable-optimizations --enable-release \</FONT>
<BR><FONT FACE="Times New Roman"> --disable-debug</FONT>
</P>
<P><FONT FACE="Arial">checking for libmpeg2.a in /home/mfm/vlc-trunk/./extras/contrib/src/mpeg2dec.../home/mfm/vlc-trunk/extras/contrib/src/mpeg2dec/libmpeg2/.libs/libmpeg2.a </FONT></P>
<P><FONT FACE="Arial"> Do I need some kind of --with-mpeg2-path statement to tell it to use usr/win32?</FONT>
</P>
<P><FONT FACE="Arial">configure: checking for mpcdec/mpcdec.h... yes </FONT>
<BR><FONT FACE="Arial">configure: WARNING: only static linking is available, you must provide a gme-tree </FONT>
<BR><FONT FACE="Arial"> What, pray tell, is a gme-tree? Do I need one?</FONT><FONT FACE="Arial"> </FONT>
</P>
<P><FONT FACE="Arial">checking for libgoom2.a in /home/mfm/vlc-trunk/./extras/contrib/src/goom... /hom</FONT>
<BR><FONT FACE="Arial">e/mfm/vlc-trunk/extras/contrib/src/goom/src/.libs/libgoom2.a</FONT>
<BR><FONT FACE="Arial"> Another case of why-is-it-going-to-extras/contrib?</FONT>
</P>
<P><FONT FACE="Arial">checking for wx-config... /usr/win32/bin/wx-config</FONT>
<BR><FONT FACE="Arial">checking if $CXX accepts -fpermissive... yes</FONT>
</P>
<P><FONT FACE="Arial"> Warning: No config found to match: /usr/win32/bin/wx-config --unicode</FONT>
<BR><FONT FACE="Arial"> in /usr/win32/lib/wx/config</FONT>
<BR><FONT FACE="Arial"> If you require this configuration, please install the desired</FONT>
<BR><FONT FACE="Arial"> library build. If this is part of an automated configuration</FONT>
<BR><FONT FACE="Arial"> test and no other errors occur, you may safely ignore it.</FONT>
<BR><FONT FACE="Arial"> You may use wx-config --list to see all configs available in</FONT>
<BR><FONT FACE="Arial"> the default prefix.</FONT>
<BR><FONT FACE="Arial"> Is the pre-compiled contribs wxwidgets not correct? </FONT>
</P>
<BR>
</BODY>
</HTML>