Como instalo o htmldoc via cygwin?

2

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
    
por Brenton Horne 31.01.2015 / 06:49

1 resposta

-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

    
por 20.10.2015 / 15:00

Tags