size_t is "usually" defined in <stddef.h> -- does windows have this file?
Files like <stdlib.h>, <stdio.h> <string.h> <sys/types.h> and so on all
typically include <stddef.h> because libc uses size_t in much of its API ...
the only file in link-grammar that includes <regex.h> also includes
<sys/types.h> immediately before, which should have taken care of the
size_t problem ... !?!?
Regards,
Simon
--
You received this message because you are subscribed to the Google Groups
"link-grammar" group.
To post to this group, send email to link-g...@googlegroups.com.
To unsubscribe from this group, send email to
link-grammar...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/link-grammar?hl=en.
Cool. Done. I'll issue a 4.7.1 which fixes this and a few other minor
niggles in the upcoming weeks.
--linas
Regards,
Simon
-----Original Message-----
From: link-g...@googlegroups.com [mailto:link-g...@googlegroups.com]
--linas
--
Sure.
If you're speedy, we can get this into 4.7.1
You can pull the latest version from svn if you want to test.
--linas