Forum Navigation
missing socklen_t for mac
Moderators:
kris
Posted: 10/10/07 12:59:31I just did a svn checkout of http://svn.dsource.org/projects/tango/tags/releases/0.99.2/ and tried to build tango on my mac and I got an error saying it couldn't find socklen_t in tango.stdc.posix.sys.socket(imported by some other module). I looked in the tango.stdc.posix.sys.socket module and saw that everything was wrapped in "version (linux)". I added "alias uint socklen_t;" outside the version condition and it compiled.