Marco Rodrigues wrote: > http://cmuflite.org > > make distclean in palm ... > po_MemPtrNew.c:44:20: error: pocore.h: No such file or directory > po_MemChunkFree.c:44:20: error: pocore.h: No such file or directory > po_FileTell.c:44:20: error: pocore.h: No such file or directory > po_FileOpen.c:44:20: error: pocore.h: No such file or directory > po_FileWrite.c:44:20: error: pocore.h: No such file or directory > po_FileSeek.c:44:20: error: pocore.h: No such file or directory > po_FileReadLow.c:44:20: error: pocore.h: No such file or directory > po_FileClose.c:44:20: error: pocore.h: No such file or directory > po_atof.c:42:28: error: PceNativeCall.h: No such file or directory > po_atof.c:43:24: error: CoreTraps.h: No such file or directory > po_atof.c:44:20: error: pocore.h: No such file or directory > po_sio.c:42:28: error: PceNativeCall.h: No such file or directory > po_sio.c:43:24: error: CoreTraps.h: No such file or directory > po_sio.c:45:20: error: pocore.h: No such file or directory > po_core.c:47:20: error: pocore.h: No such file or directory > po_setjmp.c:44:28: error: PceNativeCall.h: No such file or directory > po_setjmp.c:45:24: error: CoreTraps.h: No such file or directory > po_setjmp.c:47:20: error: pocore.h: No such file or directory > make distclean in palm/pocore ... > arm_flite.c:43:24: error: palm_flite.h: No such file or directory > pealstub.c:25:22: error: pealstub.h: No such file or directory > make distclean in palm/arm_flite ... > /bin/sh: -MM: not found > /bin/sh: -MM: not found > /bin/sh: -MM: not found > make distclean in palm/m68k_flite ... > flop.c:55:24: error: palm_flite.h: No such file or directory > make distclean in palm/flop ... > make distclean in palm/include ... > e_acos.c:38:20: error: fdlibm.h: No such file or directory > e_acosh.c:29:20: error: fdlibm.h: No such file or directory > e_asin.c:45:20: error: fdlibm.h: No such file or directory > e_atan2.c:42:20: error: fdlibm.h: No such file or directory > e_atanh.c:33:20: error: fdlibm.h: No such file or directory > e_cosh.c:35:20: error: fdlibm.h: No such file or directory > e_exp.c:76:20: error: fdlibm.h: No such file or directory > e_fmod.c:20:20: error: fdlibm.h: No such file or directory > e_gamma.c:21:20: error: fdlibm.h: No such file or directory > e_gamma_r.c:22:20: error: fdlibm.h: No such file or directory > e_hypot.c:46:20: error: fdlibm.h: No such file or directory > e_j0.c:59:20: error: fdlibm.h: No such file or directory > e_j1.c:59:20: error: fdlibm.h: No such file or directory > e_jn.c:40:20: error: fdlibm.h: No such file or directory > e_lgamma.c:21:20: error: fdlibm.h: No such file or directory > e_lgamma_r.c:82:20: error: fdlibm.h: No such file or directory > e_log.c:65:20: error: fdlibm.h: No such file or directory > e_log10.c:47:20: error: fdlibm.h: No such file or directory >
These errors are due to the the palmos port being designed to use a different compile and the default make.depend rules not being aware of that hence the wrong -I is passed so it appears that these files are missing. They are not, they are in palm/include. To compile the palm version you must follow the instructions in http://www.speech.cs.cmu.edu/flite/doc/flite_4.html#SEC7 There are a lot of steps many of which aren't really within my control but hopefully they are sufficient (others have succeeded). Alan -- Marco Rodrigues http://Marco.Tondela.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

