./configure
cygwin을 통해 내 컴퓨터에 FLTK와 함께 제목에 gcc가 포함된 모든 패키지를 설치했으며 오류 없이 실행했지만 ./configure ENTER
이제 실행한 후에 make
오류가 발생합니다.
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
답변1
디버깅하거나 사용해야 하는 버그가 있는 소스 코드입니다.https://github.com/fareoffice/htmldoc저장소
Debian 또는 Ubuntu를 사용하는 경우 then 명령을 사용할 수도 있습니다.
apt-get install htmldoc