GithubHelp home page GithubHelp logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
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 [email protected] on 21 Mar 2010 at 4:06

from skipfish.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
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 [email protected] on 21 Mar 2010 at 4:41

from skipfish.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
It is covered there (both installing libidn, and the -I bit).

Original comment by [email protected] on 21 Mar 2010 at 4:56

  • Changed state: Duplicate

from skipfish.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
Does running this command generate any output?

find /usr/local -iname *idn*

Original comment by [email protected] on 22 Mar 2010 at 2:18

from skipfish.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
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 [email protected] on 22 Mar 2010 at 1:22

from skipfish.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
does "sudo port install libidn" say that it is installed?

If so try the modifications I posted above

Original comment by [email protected] on 22 Mar 2010 at 5:00

from skipfish.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
@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 [email protected] on 22 Mar 2010 at 5:30

from skipfish.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
oh, never mind, missed it was you saying that.

Original comment by [email protected] on 23 Mar 2010 at 1:11

from skipfish.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.