Actually right now I am just trying to build on my desktop. I did a simple example before and made a tarball and built & tested on some of my embedded devices and it worked fine.
I noticed looking at posixunix.scm it uses regex. I had not included this. The only thing I really need now is file-select. I was able to remove the dependency of portno->fileno by using ##sys#tcp-port->fileno from tcp.c. The other calls like file-close are easy to work around. So I guess I just have to write my own file-select and remove the dependency of posixunix.c. John. On 29/03/2008, felix winkelmann <[EMAIL PROTECTED]> wrote: > Hi! > > This is a bug in posixunix.scm: the macro HAVE_GRP_H enables > some group-id related functions, but the Scheme glue uses these > functions/variables, regardless of HAVE_GRP_H. > > Do you have grp.h on your target platform? > > > cheers, > > felix > _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
