[CM] Re: Compiling FTH?

Michael Scholz scholz-micha@gmx.de
Tue, 06 Mar 2007 13:23:38 +0100


Hi, Charles!  Sorry for late reply but my sendmail seems to have trouble
with your email address.  So I choose the ccrma mailing list.

Thank you very much for reporting the stdin etc bug.

> struct ficlCallback
> {
>   void *context;
>   ficlOutputFunction textOut;
>   ficlOutputFunction errorOut;
>   ficlSystem *system;
>   ficlVm *vm;
>   ficlPointer port_in;
>   ficlPointer port_out;
>   ficlPointer port_err;
>   int stdin_fileno;
>   int stdout_fileno;
>   int stderr_fileno;
>   FILE *(&__sF[0]);
>   FILE *(&__sF[1]);
>   FILE *(&__sF[2]);
> };

I renamed the last three slots to circumvent this issue.  The changes
are now in CVS and, together with the missing common.mk, in the
updated fth-1.0.8.tar.*

I hope you have not too much trouble with Fth!

Mike