On 14 August 2015 at 16:57,  <b...@cogs.com> wrote:
> I have downloaded the timber trunk and I'm working through getting it build.
> currently it's failing with this linker error. Which I isolated to util-src
> Makefile.
>
> slim# pwd
> /Users/Shared/prosody/timber-trunk/util-src
> slim# make
> MACOSX_DEPLOYMENT_TARGET="10.3"; export MACOSX_DEPLOYMENT_TARGET;
> gcc -o encodings.so encodings.o -bundle -undefined dynamic_lookup -lidn
> ld: library not found for -lidn
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
> make: *** [encodings.so] Error 1
>
> I have been using the paths of my macports lua installation with the intent
> that I will turn the manual installation into a macports portfile for at
> least my own local use.
> Any ideas appreciated.

I'm not an OS X user, but this error indicates that you do not have
(or the linker cannot find) the libidn library, which is one of
Prosody's build dependencies:
https://prosody.im/doc/installing_from_source#dependencies

Hope this helps a bit.

Regards,
Matthew

-- 
You received this message because you are subscribed to the Google Groups 
"prosody-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prosody-dev+unsubscr...@googlegroups.com.
To post to this group, send email to prosody-dev@googlegroups.com.
Visit this group at http://groups.google.com/group/prosody-dev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to