[EMAIL PROTECTED] writes:
> >did you do make clean after removing the
> >
> >  #include <libio.h>
> >
> >line? 
> >  
> >
> Sure, but the memory stream functions are cookie_io_functions_t and 
> that's declared in libio.h. Do you think I could implement the missing 
> parts for cygwin?

A better approach would be to rewrite ttftool/ , Right now, it does
output with FILE, but we want it to write to
memory. cookie_io_functions_t is an easy way to do that, but it is
also possible to substitute My_file for FILE and implement a
myfprintf() which writes to memory in stead of disk. Would you want to
try implementing that?


-- 

 Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 



_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to