Page 1 of 1

configure: error: The skins2 module depends

Posted: 04 Feb 2009 10:44
by ahmad_aljallad
am trying compiling vlc -0.8.6i now and get this error while am configring it

Code: Select all

configure: error: The skins2 module depends on the wxWidgets development package . Without it you won't be able to open any dialog box from the interface, which makes the skins2 interface rather useless. Install the wxWidgets development pac kage or alternatively you can also configure with: --disable-wxwidgets --disable -skins2.
and this is my configure file :

Code: Select all

PATH=/usr/win32/bin:$PATH \ PKG_CONFIG_LIBDIR=/usr/win32/lib/pkgconfig \ CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \ LDFLAGS=-L/usr/win32/lib \ CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \ ./configure \ --host=i686-pc-mingw32 \ --disable-gtk \ --enable-nls --enable-sdl --with-sdl-config-path=/usr/win32/bin \ --enable-avcodec --enable-avformat --enable-swscale \ --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-live555 --with-live555-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-twolame --disable-ffmpeg \ --enable-debug --enable-dca \ --disable-mkv --disable-taglib

I tried everything every time I fix error I get another one
What wrong with this old version I made this configure
With vlc 0.9.5 and 0.9.8a and no error with configuration
Plz help I need this version for my streaming

Re: configure: error: The skins2 module depends

Posted: 04 Feb 2009 11:08
by Jean-Baptiste Kempf
--enable-wxwidgets

Re: configure: error: The skins2 module depends

Posted: 04 Feb 2009 11:36
by ahmad_aljallad
i try this but the same nothing happend

Re: configure: error: The skins2 module depends

Posted: 04 Feb 2009 12:05
by Jean-Baptiste Kempf
Then wxwidgets is misdetected.

Re: configure: error: The skins2 module depends

Posted: 04 Feb 2009 12:24
by ahmad_aljallad
mismatched with what and how i can fix this

Re: configure: error: The skins2 module depends

Posted: 04 Feb 2009 17:11
by RĂ©mi Denis-Courmont
You need WxWiggets 2.6 devkit if you insist on building VLC 0.8.6.