On Thu, 2010-09-30 at 13:32 -0400, dak180 wrote: > dulwich/_objects.c: In function ‘py_parse_tree’: > dulwich/_objects.c:74: warning: implicit declaration of function > ‘strnlen’ > Undefined symbols: > "_strnlen", referenced from: > _py_parse_tree in _objects.o > ld: symbol(s) not found > collect2: ld returned 1 exit status > error: Setup script exited with error: command 'gcc' failed with exit > status 1 We already have a hack to work around strnlen() not existing on some platforms. I guess we'd just need another ifdef for darwin. Patches welcome :-)
Cheers, Jelmer
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Mailing list: https://launchpad.net/~dulwich-users Post to : [email protected] Unsubscribe : https://launchpad.net/~dulwich-users More help : https://help.launchpad.net/ListHelp

