Closed GoogleCodeExporter closed 8 years ago
I just compiled this on my 10.6 system. You are missing the libidn library. If
you have libidn installed via
MacPorts rather than manually you will need to amend the Makefile from
CFLAGS_GEN = -Wall -funsigned-char -g -ggdb -D_FORTIFY_SOURCE=0
to
CFLAGS_GEN = -Wall -funsigned-char -g -ggdb -D_FORTIFY_SOURCE=0
-I/opt/local/include -L/opt/local/lib
The warning does not appear to affect basic function.
Original comment by alexferr...@gmail.com
on 21 Mar 2010 at 4:06
confirmed. was able to build without any additional problems.
I think that this kind of information should be added to "Known Issues"
document.
Original comment by andrei.t...@gmail.com
on 21 Mar 2010 at 4:41
It is covered there (both installing libidn, and the -I bit).
Original comment by lcam...@gmail.com
on 21 Mar 2010 at 4:56
Does running this command generate any output?
find /usr/local -iname *idn*
Original comment by alexferr...@gmail.com
on 22 Mar 2010 at 2:18
find /usr/local -iname *idn*
produce nothing, but running
find /opt/local -iname *idn*
produce lots of results. I do not remember 100%, but I think /opt is where
MacPorts installs by default.
Original comment by andrei.t...@gmail.com
on 22 Mar 2010 at 1:22
does "sudo port install libidn" say that it is installed?
If so try the modifications I posted above
Original comment by alexferr...@gmail.com
on 22 Mar 2010 at 5:00
@alexferrotm sorry, but I am not sure what are we trying to troubleshoot? In
my comment #2 I reported that I
was able to build skipfish without any problems.
Original comment by andrei.t...@gmail.com
on 22 Mar 2010 at 5:30
oh, never mind, missed it was you saying that.
Original comment by alexferr...@gmail.com
on 23 Mar 2010 at 1:11
Original issue reported on code.google.com by
andrei.t...@gmail.com
on 21 Mar 2010 at 3:56