Re: Build on a OpenBSD 3.9 Sparc64 problem
Sheda <shedatc <at> gmail.com>
2006-10-13 09:13:57 GMT
Christian Grothoff wrote:
> On Wednesday 24 May 2006 14:42, Stéphane ANGOT wrote:
>> Hi,
>>
>> Trying to build GNUnet on an OpenBSD 3.9 Sparc64 and it fails.
>
> I'm not surprised -- I've not had anyone report trying to get GNUnet to work
> on any BSD for a few years now. It would certainly be great if someone would
> make the effort of getting it to work (again), and any patches would
> certainly be welcome. But yes, I'd expect trouble
.
>
>> When compiling src/util/checksum.c , it gives this error message :
>>
>> In file included from ../../src/include/platform.h:70,
>> from checksum.c:31:
>> /usr/include/netinet/tcp.h:50: error: syntax error before "u_int"
>> In file included from ../../src/include/platform.h:124,
>> from checksum.c:31:
>> /usr/include/net/if.h:113: error: syntax error before "u_char"
>> /usr/include/net/if.h:193: error: syntax error before "u_short"
>> /usr/include/net/if.h:207: error: syntax error before "u_long"
>> /usr/include/net/if.h:375: error: syntax error before "u_int"
>> /usr/include/net/if.h:386: error: syntax error before "u_short"
>> /usr/include/net/if.h:391: error: syntax error before "u_short"
>> /usr/include/net/if.h:400: error: syntax error before "u_short"
>> /usr/include/net/if.h:405: error: syntax error before "u_short"
>> /usr/include/net/if.h:414: error: syntax error before "u_short"
>> /usr/include/net/if.h:419: error: syntax error before "u_short"
>> /usr/include/net/if.h:434: error: syntax error before "u_int"
>> /usr/include/net/if.h:464: error: syntax error before "u_int"
(Continue reading)