Are you importing std.c.linux.socket directly? This module should not be used with GDC. The 'fix' would be to distribute a std.c.linux.socket that just imports std.c.unix.unix.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Patch
Logged In: YES
user_id=1378044
Originator: NO
Are you importing std.c.linux.socket directly? This module should not be used with GDC. The 'fix' would be to distribute a std.c.linux.socket that just imports std.c.unix.unix.
Logged In: YES
user_id=1196031
Originator: YES
Yes, I was importing std.c.linux.socket directly; I was actually translating a C header into D, and the C version included <sys/socket.h>.