Wohoo! I searched Google for "string.h" and eventualy found it, put it in the compilation dir, changed all references of <string.h> to "string.h" and it worked!
I'm happy! Paul On Thursday, June 27, 2002, at 03:33 , Individual . . wrote: > I'm using g++ which is a symlink to c++: > > Reading specs from /usr/libexec/gcc/darwin/ppc/2.95.2/specs > Apple Computer, Inc. version gcc-932.1, based on gcc version 2.95.2 > 19991024 (release) > > Your suggestion worked (I really should learn more about compiler > flags), yet this remains: > > ventana.h:6: stream.h: No such file or directory > > I did locate string.h and it didn't find it, so it seems that it is > genuinely missing. It did find a few similar things: > > /usr/include/gcc/darwin/2.95.2/g++/fstream.h > /usr/include/gcc/darwin/2.95.2/g++/iostream.h > /usr/include/gcc/darwin/2.95.2/g++/strstream.h > > I always thought that the standard c/c++ headers were kept in > /usr/include, but it seems that a compiler can have its own > versions (??), so following this tenuous line of reasoning, I may have > to get hold of the real GNU compiler to be able to use string.h and > compile this thing? > > > Thanks for your help! > > Paul > > > > ------------------------------------------------------- > Sponsored by: > ThinkGeek at http://www.ThinkGeek.com/ > _______________________________________________ > Fink-beginners mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/fink-beginners > ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
