cURL / Mailing Lists / curl-library / Single Mail

curl-library

Makefile Issues

From: T kyer <xdtrq_at_ananzi.co.za>
Date: Wed, 20 Jul 2005 21:35:54 +0200

I continue to make progress with the makefile issues. It is
now generating 9 object files

http.o sendf.o cookie.o formdata.o progress.o base64.o
 file.o hostip.o timeval.o

then it dies with the following error code regardless of
the following instruction type -
make -f Makefile.m32;
make -f Makefile.m32 [SSL=0];
make -f Makefile.m32 [SSL=0] [DYN=0];

......
......
../include/sys/types.h:104: warning: empty declaration
gcc -I. -I../include -g -O2 -DMINGW32 -DBUILDING_LIBCURL
-DHAVE_LONGLONG -c send
f.c
In file included from ../include/stdio.h:399,
                 from setup.h:110,
                 from sendf.c:24:
../include/sys/types.h:104: warning: useless keyword or
type name in empty decla
ration
../include/sys/types.h:104: warning: empty declaration
gcc -I. -I../include -g -O2 -DMINGW32 -DBUILDING_LIBCURL
-DHAVE_LONGLONG -c ftp.
c
In file included from ../include/stdio.h:399,
                 from setup.h:110,
                 from ftp.c:24:
../include/sys/types.h:104: warning: useless keyword or
type name in empty decla
ration
../include/sys/types.h:104: warning: empty declaration
ftp.c: In function `ftp_state_user_resp':
ftp.c:2239: error: `CURLE_LOGIN_DENIED' undeclared (first
use in this function)
ftp.c:2239: error: (Each undeclared identifier is reported
only once
ftp.c:2239: error: for each function it appears in.)
L:\DEV-CPP\BIN\MAKE.EXE: *** [ftp.o] Error 1

As can be seen it stops dead when it reaches ftp.c.

Is there a reason for this? Does this makefile code require
SSL with no option for NON-SSL? A little clarification here
will help me finish this compilation.

Thanks

PS Have you at all considered using the mailing lists for
Dev-C++ and/or
Mingw for questions regarding their usage?

Lars Yes I have and I will address my findings once I have
successfully compiled the libcurl library as it may prove
useful to others using the Windows/Dev environment.
Received on 2005-07-20