[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Search]
Re: Flite: compile error with gcc 3.4.2
- To: emacspeak <emacspeak@xxxxxxxxxxx>
- Subject: Re: Flite: compile error with gcc 3.4.2
- From: lars.bjorndal@xxxxxxxxxxx (Lars Bjørndal)
- Date: Thu, 24 Feb 2005 12:49:12 +0100
- Delivered-To: priestdo@xxxxxxxxxxx
- Delivered-To: emacspeak@xxxxxxxxxxx
- In-Reply-To: <m3oeeae1wd.fsf@xxxxxxxxxxx> (Lars Bjørndal's message of"Thu, 24 Feb 2005 10:35:30 +0100")
- List-Help: <mailto:emacspeak-request@xxxxxxxxxxx?subject=help>
- List-Post: <mailto:emacspeak@xxxxxxxxxxx>
- List-Subscribe: <mailto:emacspeak-request@xxxxxxxxxxx?subject=subscribe>
- List-Unsubscribe: <mailto:emacspeak-request@xxxxxxxxxxx?subject=unsubscribe>
- Old-Return-Path: <lrs@xxxxxxxxxxx>
- Resent-Date: Thu, 24 Feb 2005 06:49:32 -0500 (EST)
- Resent-From: emacspeak@xxxxxxxxxxx
- Resent-Message-ID: <Q2d-g.A.43.M9bHCB@xxxxxxxxxxx>
- Resent-Sender: emacspeak-request@xxxxxxxxxxx
- User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)
lars.bjorndal@xxxxxxxxxxx (Lars Bjørndal) writes:
> Hello!
>
> I can not compile flite-1.2-release on my FC3 system with gcc 3.4.2.
I got the solution from a person who answered me privat, I'll paste it
here:
Then From the code maintainers.
I got the solution which I am pasting.
You are using a new version of gcc which has problmes with that file, the
fix is in
tools/find_sts_main.c
after
#include <string.h>
add
#define const
This makes nothing const in that file, which allows the system to compile.
Thanks a lot!
Lars
-----------------------------------------------------------------------------
To unsubscribe from the emacspeak list or change your address on the
emacspeak list send mail to "emacspeak-request@xxxxxxxxxxx" with a
subject of "unsubscribe" or "help"