[vlc-devel] Re: Wxwindows not getting built by default?
Mark Moriarty
mfmbusiness at earthlink.net
Mon Mar 7 13:19:17 CET 2005
Something is broken. My environment in Cygwin on WinXP, stable, had been
building fine until this past week. I:
-Completely deleted my existing vlc-trunk, then obtained a full new load
from subversion (again)
-Completely deleted usr/win32, redownloaded and installed the newest contrib
package.
-Explicitly added --enable-wxwindows \ to my config_setup script, the one I
have used for many months
My config_setup is:
./bootstrap && \
CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
LDFLAGS="-L/usr/win32/lib" \
CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \
./configure \
--disable-sdl --disable-gtk \
--enable-nls \
--enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \
--with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \
--with-wx-config-path=/usr/win32/bin \
--with-freetype-config-path=/usr/win32/bin \
--with-fribidi-config-path=/usr/win32/bin \
--enable-livedotcom --with-livedotcom-tree=/usr/win32/live.com \
--enable-caca --with-caca-config-path=/usr/win32/bin \
--with-xml2-config-path=/usr/win32/bin \
--with-dvdnav-config-path=/usr/win32/bin \
--disable-cddax --disable-vcdx --enable-goom \
--enable-toolame --enable-dvdread \
--enable-debug \
--disable-galaktos \
--disable-skins2 \
--enable-wxwindows \
--enable-quicktime \
--enable-optimizations \
--enable-release
make
make package-win32-base
When I run it, the lines referring to wxwindows are:
checking wx/wxprec.h usability... no
checking wx/wxprec.h presence... no
checking for wx/wxprec.h... no
Cannot find wxWindows development headers.
Then:
config.status: creating modules/gui/wxwindows/Makefile
Then:
Making all in wxwindows
make[5]: Entering directory `/home/mfm/vlc-trunk/modules/gui/wxwindows'
make all-recursive
make[6]: Entering directory `/home/mfm/vlc-trunk/modules/gui/wxwindows'
make[7]: Entering directory `/home/mfm/vlc-trunk/modules/gui/wxwindows'
make[7]: Nothing to be done for `all-am'.
make[7]: Leaving directory `/home/mfm/vlc-trunk/modules/gui/wxwindows'
make[6]: Leaving directory `/home/mfm/vlc-trunk/modules/gui/wxwindows'
make[5]: Leaving directory `/home/mfm/vlc-trunk/modules/gui/wxwindows'
Making all in wince
-----Original Message-----
From: vlc-devel-bounce at videolan.org [mailto:vlc-devel-bounce at videolan.org]
On Behalf Of Gildas Bazin
Sent: Monday, March 07, 2005 5:52 AM
To: vlc-devel at videolan.org
Subject: [vlc-devel] Re: Wxwindows not getting built by default?
On Monday 07 March 2005 03:54, Mark Moriarty wrote:
> Hi --
> I did a fresh kill-and-fill on my vlc-trunk, complete new checkout
> from subversion.
> I ran my standard config_setup script, which does the
> bootstrap/configure/make, and at the end there was no wxwindows dll.
> It should be built by default, and my configure script does not have a
> --disable-wxwindows line in it.
>
Just did a fresh checkout and build and I'm not having this problem.
--
Gildas
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/ To
unsubscribe, please read http://developers.videolan.org/lists.html
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list