É o código-fonte com bugs; você precisa depurá-lo ou usar o link do repositório
Se você estava no Debian ou no Ubuntu, você poderia usar o comando
apt-get install htmldoc
Eu instalei todos os pacotes com o gcc em seu título via cygwin no meu PC junto com o FLTK e executei ./configure
e ./configure ENTER
sem erros, mas agora, depois de executar make
, recebi o erro:
Compiling http-addrlist.c...
http-addrlist.c: In function ‘httpAddrConnect’:
http-addrlist.c:59:5: error: ‘errno’ undeclared (first use in this function)
errno = EINVAL;
^
http-addrlist.c:59:5: note: each undeclared identifier is reported only once for each function it appears in
http-addrlist.c:59:13: error: ‘EINVAL’ undeclared (first use in this function)
errno = EINVAL;
^
../Makedefs:76: recipe for target 'http-addrlist.o' failed
make[1]: *** [http-addrlist.o] Error 1
É o código-fonte com bugs; você precisa depurá-lo ou usar o link do repositório
Se você estava no Debian ou no Ubuntu, você poderia usar o comando
apt-get install htmldoc