[vlc] Re: parse error in compiling vlc(cvs version)...

Gildas Bazin gbazin at netcourrier.com
Thu Oct 16 11:59:12 CEST 2003


>i tried snapshots that are already bootstrapped but when i do "./configure...."
>i take an error because it cannot find the library libdvdcss that is located
>in the /cygwin/usr/win32/.. (pre-compiled libraries)
>
>These directories are defined to be used (-I and -L) in the bootstrap
>procedure
>
>./bootstrap && 
>  CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" 
>  LDFLAGS=-L/usr/win32/lib 
>  CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" 
>
>but it doesnt work
>

*FLAGS are not part of the bootstrap step but part of the configure one.

Please try again with:

CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
LDFLAGS=-L/usr/win32/lib \
CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \
./configure ...

--
Gildas

-------------------------------------------------------------
NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar...
Web/Wap : www.netcourrier.com
Téléphone/Fax : 08 92 69 00 21 (0,34 € TTC/min)
Minitel: 3615 NETCOURRIER (0,16 € TTC/min)

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



More information about the vlc mailing list