View Single Post
Old 4th September 2012
daemonfowl daemonfowl is offline
bsdstudent
 
Join Date: Jan 2012
Location: DaemonLand
Posts: 834
Default

I'm sorry it worked on NetBSD 6Beta2 .. I was too passionate to ever make sure what platform I was using ..
In OpenBSD current : I still get this message even with gmake (gmake-3.82p1)

Code:
htscharset.c:39: warning: no previous prototype for 'hts_isStringAscii'
htscharset.c:355:19: error: iconv.h: No such file or directory
htscharset.c:357: warning: no previous prototype for 'hts_convertStringToUTF8_'
htscharset.c: In function 'hts_convertStringToUTF8_':
htscharset.c:368: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'cp'
htscharset.c:368: error: 'cp' undeclared (first use in this function)
htscharset.c:368: error: (Each undeclared identifier is reported only once
htscharset.c:368: error: for each function it appears in.)
htscharset.c:368: warning: implicit declaration of function 'iconv_open'
htscharset.c:368: warning: nested extern declaration of 'iconv_open'
htscharset.c:369: error: 'iconv_t' undeclared (first use in this function)
htscharset.c:385: warning: implicit declaration of function 'iconv'
htscharset.c:385: warning: nested extern declaration of 'iconv'
htscharset.c:414: warning: implicit declaration of function 'iconv_close'
htscharset.c:414: warning: nested extern declaration of 'iconv_close'
htscharset.c: At top level:
htscharset.c:457: warning: no previous prototype for 'hts_getCharsetFromContentType'
gmake[2]: *** [htscharset.lo] Error 1
gmake[2]: Leaving directory `/usr/ports/www/httrack-3.46.1/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/www/httrack-3.46.1'
gmake: *** [all] Error 2
Reply With Quote