cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: Djgpp Make

From: jvp <jvp_at_compu-weigh.com.au>
Date: Tue, 09 Jun 2009 08:46:37 +1000

Hi all

Removed Line:
Now get:

-------------------------------------------------------------------------
C:\Curl>make djgpp
make -C lib -f Makefile.dj
make[1]: Entering directory `C:/Curl/lib'
gcc -g -gcoff -O2 -I. -I../include -I../lib -I/inc -Wall -DHAVE_CONFIG_H
-o djgpp/file.o -c file.c
In file included from file.c:24:
setup.h:358:21: error: tcp.h: No such file or directory (ENOENT)
file.c:40:24: error: sys/socket.h: No such file or directory (ENOENT)
file.c:52:19: error: netdb.h: No such file or directory (ENOENT)
file.c:55:23: error: arpa/inet.h: No such file or directory (ENOENT)
file.c:58:20: error: net/if.h: No such file or directory (ENOENT)
In file included from cookie.h:35,
                 from urldata.h:54,
                 from file.c:75:
../include/curl/curl.h:226: error: field 'addr' has incomplete type
In file included from hostip.h:28,
                 from urldata.h:124,
                 from file.c:75:
curl_addrinfo.h:75: warning: 'struct addrinfo' declared inside parameter
list
curl_addrinfo.h:75: warning: its scope is only this definition or
declaration, w
hich is probably not what you want
curl_addrinfo.h:79: warning: 'struct hostent' declared inside parameter list
make[1]: *** [djgpp/file.o] Error 1
make[1]: Leaving directory `C:/Curl/lib'
make: *** [djgpp] Error 2
---------------------------------------------------------------------------
I am not familiar with using Make so I will need help to get this to work.
Has anyone else actually compiled the library from Djgpp ?

Regards
Jan van de Poll
Received on 2009-06-09