[vlc] Re: Cannot compile vls 0.4.0 under FreeBSD 4.6.2-RELEASE

Heinrich Rebehn rebehn at ant.uni-bremen.de
Fri Oct 18 08:15:28 CEST 2002


Christophe Massiot wrote:
> À (At) 13:02 +0200 17/10/2002, Heinrich Rebehn écrivait (wrote) :
> 
>> checking for syslog.h... yes
>> checking dvdread/dvd_reader.h usability... no
>> checking dvdread/dvd_reader.h presence... no
>> checking for dvdread/dvd_reader.h... no
>> configure: error: The development package for libdvdread is not 
>> installed.
>> Please install it and try again. Alternatively you can also configure 
>> with
>> --disable-dvd.
>>
>>
>> However, i installed libdvdread-0.9.2, and dvd_reader.h is in 
>> /usr/local/include/dvd:
>>
>> [/usr/local/src/vls-0.4.0] # ls /usr/local/include/dvdread/
>> dvd_reader.h    ifo_read.h      nav_print.h     nav_types.h
>> ifo_print.h     ifo_types.h     nav_read.h
> 
> 
> Try something along those lines :
> 
> $ ./configure -I/usr/local/include
> 
> $ CFLAGS=-I/usr/local/include ./configure
> 

'-I/usr/local/include' produced 'configure: error: unrecognized option: -I!',

but the CFLAGS got me a bit further:

checking for syslog.h... yes
checking dvdread/dvd_reader.h usability... yes
checking dvdread/dvd_reader.h presence... no
configure: WARNING: dvdread/dvd_reader.h: accepted by the compiler, rejected by 
the preprocessor!
configure: WARNING: dvdread/dvd_reader.h: proceeding with the preprocessor's result
checking for dvdread/dvd_reader.h... no
configure: error: The development package for libdvdread is not installed.
Please install it and try again. Alternatively you can also configure with
--disable-dvd.

I am not familiar with configure, does anyone know if there is way to see both 
the generated test program and the compiler/preproc error messages?

Heinrich

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



More information about the vlc mailing list