← Back to team overview

dulwich-users team mailing list archive

Re: Building Dulwich on the mac fails with ver. 0.6.0 and 0.6.1

 

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

Attachment: signature.asc
Description: This is a digitally signed message part


Follow ups