./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