cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Djgpp Make

From: jvp <jvp_at_compu-weigh.com.au>
Date: Wed, 10 Jun 2009 12:40:38 +1000

Hi all

Spoke to soon.
Although it has created the Libcurl.a there are errors during the next
phase.
Hope this is not to long.
-------------------------------------------------------
make.exe[1]: Leaving directory `c:/Curl/lib'
c:/djgpp/bin/make.exe -C src -f Makefile.dj
make.exe[1]: Entering directory `c:/Curl/src'
gcc -g -gcoff -O2 -I. -I../include -I../lib -IC:/NET/inc -Wall
-DHAVE_CONFIG_H -
DUSE_ENVIRONMENT -o djgpp/main.o -c main.c
In file included from setup.h:42,
                 from main.c:23:
config.h:1:1: warning: character constant too long for its type
In file included from setup.h:42,
                 from main.c:23:
config.h:1: error: expected identifier or '(' before '\x646f7322'
In file included from setup.h:135,
                 from main.c:23:
c:/djgpp/include/stdio.h:102: error: expected declaration specifiers or
'...' be
fore 'va_list'
c:/djgpp/include/stdio.h:103: error: expected declaration specifiers or
'...' be
fore 'va_list'
c:/djgpp/include/stdio.h:104: error: expected declaration specifiers or
'...' be
fore 'va_list'
c:/djgpp/include/stdio.h:126: error: expected declaration specifiers or
'...' be
fore 'va_list'
c:/djgpp/include/stdio.h:138: error: expected declaration specifiers or
'...' be
fore 'va_list'
c:/djgpp/include/stdio.h:139: error: expected declaration specifiers or
'...' be
fore 'va_list'
c:/djgpp/include/stdio.h:140: error: expected declaration specifiers or
'...' be
fore 'va_list'
In file included from ../lib/setup.h:40,
                 from ../lib/strdup.h:25,
                 from setup.h:199,
                 from main.c:23:
../lib/config.h:9:1: warning: "OS" redefined
In file included from main.c:23:
setup.h:143:1: warning: this is the location of the previous definition
In file included from ../lib/setup.h:40,
                 from ../lib/strdup.h:25,
                 from setup.h:199,
                 from main.c:23:
../lib/config.h:31:1: warning: "HAVE_LIMITS_H" redefined
In file included from main.c:23:
setup.h:168:1: warning: this is the location of the previous definition
main.c: In function 'GetStr':
main.c:878: warning: implicit declaration of function 'curlx_strdup'
main.c:878: warning: assignment makes pointer from integer without a cast
main.c: In function 'formparse':
main.c:1082: warning: assignment makes pointer from integer without a cast
main.c: In function 'getparameter':
main.c:2344: warning: assignment makes pointer from integer without a cast
main.c:2405: warning: assignment makes pointer from integer without a cast
main.c: In function 'operate':
main.c:4153: warning: assignment makes pointer from integer without a cast
main.c:4234: warning: assignment makes pointer from integer without a cast
main.c:4261: warning: pointer/integer type mismatch in conditional
expression
main.c:4284: warning: pointer/integer type mismatch in conditional
expression
main.c:4297: warning: assignment makes pointer from integer without a cast
main.c:4319: warning: assignment makes pointer from integer without a cast
main.c:4337: warning: assignment makes pointer from integer without a cast
main.c: In function 'my_get_line':
main.c:5208: warning: assignment makes pointer from integer without a cast
main.c: In function 'create_dir_hierarchy':
main.c:5280: warning: assignment makes pointer from integer without a cast
make.exe[1]: *** [djgpp/main.o] Error 1
make.exe[1]: Leaving directory `c:/Curl/src'
make.exe: *** [djgpp] Error 2

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