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

Re: Flite: compile error with gcc 3.4.2



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"