Hi,

* Heitzso wrote on Sat, Feb 25, 2006 at 10:09:44PM CET:
> *gcc-4.1.0-20060223 cross compiler, build/host ubuntu,
> target is i686-pc-mingw32.  Program configuring is
> latest flite source (text to speach program).

> checking mmsystem.h usability... no
> checking mmsystem.h presence... yes
> configure: WARNING: mmsystem.h: present but cannot be compiled
> configure: WARNING: mmsystem.h: check for missing prerequisite headers?
> configure: WARNING: mmsystem.h: proceeding with the preprocessor's result
> configure: WARNING:     ## ------------------------------------ ##
> configure: WARNING:     ## Report this to [EMAIL PROTECTED] ##
> configure: WARNING:     ## ------------------------------------ ##
> checking for mmsystem.h... yes

Look at the corresponding output in config.log.  Likely the mmsystem.h
header needs a (one or more) prerequisite headers, for example to define
some types or so.  Look at the corresponding system documentation.  Then
use the fourth argument of AC_CHECK_HEADER/AC_CHECK_HEADERS to provide
those headers (if necessary, suitably tested for themselves before, and
enclosed in `#if HAVE_HEADER'/`#endif').

You should report this to the maintainer of the flite package.

Hope that helps,
Ralf


Reply via email to