rhdunn / cainteoir-engine

The Cainteoir Text-to-Speech core engine
http://reecedunn.co.uk/cainteoir/
GNU General Public License v3.0
43 stars 8 forks source link

Missing prosody.hpp on install #60

Closed hiltonm closed 10 years ago

hiltonm commented 10 years ago

I just tried compiling cainteoir-gtk and got the following error:

  CXX      src/settings_view.o
In file included from src/settings_view.hpp:24:0,
                 from src/settings_view.cpp:25:
/usr/include/cainteoir/engines.hpp:27:23: fatal error: prosody.hpp: No such file or directory
 #include "prosody.hpp"
                       ^
compilation terminated.

It turns out you are missing at least prosody.hpp in your Makefile.am.

rhdunn commented 10 years ago

Thanks for the bug report. I have added the prosody.hpp file to Makefile.am -- it is a new file (added yesterday).

That is the only new header file, so everything else should be OK.