bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug 4.1 snapshot gcc-4.1.0-20060223 cross compiled problem w/ mmsyst


From: Ralf Wildenhues
Subject: Re: bug 4.1 snapshot gcc-4.1.0-20060223 cross compiled problem w/ mmsystem.h
Date: Sun, 5 Mar 2006 10:26:14 +0100
User-agent: Mutt/1.5.9i

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 address@hidden ##
> 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

[Prev in Thread] Current Thread [Next in Thread]