Coder Social home page Coder Social logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 22, 2024
Compile libidn from source (http://ftp.gnu.org/gnu/libidn/libidn-1.18.tar.gz).

Original comment by [email protected] on 20 Mar 2010 at 1:54

from skipfish.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 22, 2024
i have done it, before i tried to compile skipfish

Original comment by [email protected] on 20 Mar 2010 at 1:56

from skipfish.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 22, 2024
I have same problem on 10.6.2 and after compliling libidn-1.18 from source:

  $report.c:744: warning: passing argument 3 of ‘scandir’ from incompatible pointer type

Original comment by [email protected] on 20 Mar 2010 at 2:43

from skipfish.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 22, 2024
Please compile and *install* libidn from source. Please confirm that idna.h is 
in the 
include path. This is not a problem in skipfish.

Original comment by [email protected] on 20 Mar 2010 at 3:20

  • Changed state: Invalid

from skipfish.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 22, 2024
In report.c, change line 711:

static int copy_asset(const struct dirent* d) {
to
static int copy_asset(struct dirent* d) {

Compile with:
CC=/usr/bin/gcc make

Original comment by [email protected] on 22 Mar 2010 at 12:28

from skipfish.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 22, 2024
everything is ok, thank you. i've just compiled this version of libdn
http://ftp.gnu.org/gnu/libidn/libidn-1.18.tar.gz

Original comment by [email protected] on 22 Mar 2010 at 8:29

from skipfish.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 22, 2024
I had this problem consistently when compiling this on my Mac OS X 10.6.2 now 
10.6.3, until I did what 
Comment 5 (by Patrick) suggested.

1. CnP the line with: static int copy_asset(const struct dirent* d) {
2. Comment out the line: /*static int copy_asset(const struct dirent* d) {*/
3. Remove 'const' from the copied line to: static int copy_asset(struct dirent* 
d) {
4. make clean all

Original comment by [email protected] on 2 Apr 2010 at 3:46

from skipfish.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 22, 2024
I made the change suggested in comment 5 and the installation worked fine.
Thanks for the tip!

Original comment by [email protected] on 29 Jul 2010 at 3:50

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.