mfazliazran / skipfish

Automatically exported from code.google.com/p/skipfish
Apache License 2.0
0 stars 0 forks source link

missing header file idna.h #69

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Can not compile latest version because of missing header file.. 

cc -L/usr/local/lib/ -L/opt/local/lib skipfish.c -o skipfish -O3 -Wno-format 
-Wall -funsigned-char -g -ggdb -I/usr/local/include/ -I/opt/local/include/  
-D_FORTIFY_SOURCE=0 \
          http_client.c database.c crawler.c analysis.c report.c -lcrypto -lssl -lidn -lz
http_client.c:39:18: error: idna.h: No such file or directory
http_client.c: In function ‘parse_url’:
http_client.c:285: warning: implicit declaration of function 
‘idna_to_ascii_8z’
http_client.c:285: error: ‘IDNA_SUCCESS’ undeclared (first use in this 
function)
http_client.c:285: error: (Each undeclared identifier is reported only once
http_client.c:285: error: for each function it appears in.)
make: *** [skipfish] Fehler 1

Original issue reported on code.google.com by freiheit...@gmail.com on 17 Jun 2010 at 1:09

GoogleCodeExporter commented 8 years ago
Ah sry forgot to install libidn11-dev package, which solve the issue

Original comment by freiheit...@gmail.com on 17 Jun 2010 at 1:13

GoogleCodeExporter commented 8 years ago

Original comment by lcam...@gmail.com on 17 Jun 2010 at 5:15