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

Re: Eflite compile problem



Tommy,

Were there any errors before the lines you posted that might indicate that
gcc was unable to find an include file?  It looks as though cst_audio.h is
not getting included.  This header should be included by flite.h, which is
included by fs.c.

The patch only affects a .c file in FLite, so it cannot be causing the
errors you are getting.

-- Michael Gorse / AIM:linvortex / http://mgorse.home.dhs.org --

On Mon, 18 Nov 2002, Tommy Moore wrote:

> Hi guys.
> I tried to compile eflite on RH 8.0 with Festibal lite and this is what I got.
> Festibal lite compiled fine but when trying to compile eflite I got a bunch of errors.
>
> I included the audio patch that was on the eflite sourceforge page in to the flite program itself.
> Could this be causing what I see here?
> Thanks.
>
> Tommy
>
> fs.c:288: warning: implicit declaration of function `audio_close'
> fs.c: In function `play':
> fs.c:297: `cst_wave' undeclared (first use in this function)
> fs.c:297: `wptr' undeclared (first use in this function)
> fs.c:312: warning: implicit declaration of function `audio_open'
> fs.c:312: `CST_AUDIO_LINEAR16' undeclared (first use in this function)
> fs.c:312: warning: assignment makes pointer from integer without a cast
> fs.c:314: request for member `platform_data' in something not a structure or union
> fs.c:360: warning: implicit declaration of function `audio_write'
> fs.c:363: warning: implicit declaration of function `audio_flush'
> fs.c: In function `synthesize':
> fs.c:416: `cst_wave' undeclared (first use in this function)
> fs.c:416: `wptr' undeclared (first use in this function)
> fs.c:435: warning: implicit declaration of function `flite_text_to_wave'
> fs.c:490: warning: implicit declaration of function `realloc'
> fs.c:494: warning: implicit declaration of function `exit'
> fs.c: In function `s_clear':
> fs.c:643: warning: implicit declaration of function `audio_drain'
> fs.c: In function `s_set_param':
> fs.c:715: warning: implicit declaration of function `feat_set_float'
> fs.c:715: request for member `features' in something not a structure or union
> fs.c:718: request for member `features' in something not a structure or union
> make: *** [fs.o] Error 1
>
> -----------------------------------------------------------------------------
> 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"
>

-----------------------------------------------------------------------------
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"