[vlc-devel] configure problem

Joe Kraft hishadow at netcabo.pt
Tue Oct 7 23:04:49 CEST 2003


I'm catching up again, and yet again I must have missed something.  This is
a Cygwin/Mingw build on a PC.

The config was run like this:
CPPFLAGS="-I/usr/local/mingw/include -I/usr/local/win32/include" \
LDFLAGS="-L/usr/local/mingw/lib -L/usr/local/win32/lib"          \
CC="gcc -mno-cygwin"  CXX="g++ -mno-cygwin"             \
../configure    --srcdir=..        \
--disable-nls   --enable-debug     \
--disable-optimizations            \
--disable-x11   --disable-sdl      \
--disable-gtk   --disable-xvideo   \
--enable-a52    --enable-mad       \
--disable-freetype                 \
--disable-slp   --disable-vcdx     \
--enable-wxtimesync                \
--with-directx=/usr/local/dxheaders                    \
--with-wx-config-path=/usr/local/mingw/bin             \
--with-skins-wx-config-path=/usr/local/mingw/bin


Here's the last few lines of the configure blowing up:
checking dshow.h usability... no
checking dshow.h presence... no
checking for dshow.h... no
checking for dvbpsi/dr.h... yes
checking for cdrom_msf0 in linux/cdrom.h... no
checking for scsireq in sys/scsiio.h... no
checking for ioc_toc_header in sys/cdio.h... no
../configure: line 17947: syntax error near unexpected token `fi'
../configure: line 17947: `fi'


Looking at line 17947 in the configure file locates it in the vcdx section.
Is there something important missing in that big blank space?

# Check whether --enable-vcdx or --disable-vcdx was given.
if test "${enable_vcdx+set}" = set; then
  enableval="$enable_vcdx"

fi;

if test "${enable_vcdx}" != "no"
then
                <--- line 17947


fi


Thanks,
Joe.

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list