[Subject Prev][Subject Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hts-users:03813] Fwd: Re: hts engine


Hi, 
thank you for the assistance.
In HTS_misc.c i changed      "#if defined(_WIN32) || defined(__APPLE__)" with   "#if defined(_WIN32) || defined(__CYGWIN__)"
and it worked!




On Thu, Jul 4, 2013 at 5:27 PM, Anita Andonoska <anita.andonoska@xxxxxxxxx> wrote:
Hi,
thanks for the reply.
I didn't understand how/where to use the option  "-D _WIN32" ?

Thank you!


On Thu, Jul 4, 2013 at 3:59 PM, Keiichiro Oura <uratec@xxxxxxxxxxxxxxx> wrote:
Hi,

Could you use "-D _WIN32" option for gcc?

Regards,
Keiichiro Oura



2013/7/4 Anita Andonoska <anita.andonoska@xxxxxxxxx>:
> Hello,
> I am having problems installing hts engine API 1.07 under windows.
> After make I get the following error:
> HTS_misc.c: In function ‘HTS_ftell’:
> HTS_misc.c:251:26: error: request for member ‘__pos’ in something not a
> structue or union
> Makefile:260: recipe for target `HTS_misc.o' failed
> make[1]: *** [HTS_misc.o] Error 1
>
> Please help.
>
> Thanks




References
[hts-users:03805] hts engine, Anita Andonoska
[hts-users:03810] Re: hts engine, Keiichiro Oura
[hts-users:03811] Re: hts engine, Anita Andonoska