apm_planner icon indicating copy to clipboard operation
apm_planner copied to clipboard

Compile error on Linux (CentOS 7 64bit)

Open hsteinhaus opened this issue 8 years ago • 6 comments

Compilation of master fails:

src/GAudioOutput.cc:401:12: error: 'flite_voice_list' was not declared in this scope for (v=flite_voice_list; v; v=val_cdr(v)) {

flite-dev is installed here (flite-devel-1.3-22.el7.x86_64).

Regarding to grep, the symbol "flite_voice_list", does not appear in the whole source tree again. I guess the problem was introduced by commit 4d67d34d7b6752b796198342f2de62c9c96be5b8 . After reverting it, everything seems to work again.

hsteinhaus avatar Jan 28 '16 19:01 hsteinhaus

Same issue on Fedora 24 64-bit

froller avatar Sep 01 '16 21:09 froller

I have this issue on Fedora 25.

I can confirm that reverting 4d67d34 (and fixing the merge conflicts in apm_planner.pro afterwards) fixes the issue.

Evidlo avatar Jan 27 '17 01:01 Evidlo

Same issue on Fedora 25.

I am removing 2 lines in apm_planner.pro file and then compiling is successful.

I reference above guys comments. Just remove DEFINES += FLITE_AUDIO_ENABLED code in apm_planner.pro. Everything will work out.

Thanks guys.

jookwang-park avatar Jan 30 '17 10:01 jookwang-park

@madflower I just ran into the same issue (error: 'flite_voice_list' was not declared...). Is this just some sort of version skew in flite? Fedora 25 has flite 1.3.

larsks avatar Jun 16 '17 03:06 larsks

Has this issue been fixed? Experiencing the same issue on Fedora 26

cafeclimber avatar Sep 05 '17 18:09 cafeclimber

This is fixed in #1065, but so far nobody has reviewed or merged that patch.

larsks avatar Sep 06 '17 01:09 larsks