curl-users
BCC32 Multiple declaration for 'pollfd'
Date: Fri, 30 Dec 2016 19:28:54 -0200
Hi,
I'm trying to compile curl with Borland BCC 7.20 and I receive this error:
---cut---
C:\curl>make borland
MAKE Version 5.41 Copyright (c) 1987, 2014 Embarcadero Technologies, Inc.
cd lib
make -f Makefile.b32
MAKE Version 5.41 Copyright (c) 1987, 2014 Embarcadero Technologies, Inc.
cpp32 -q -P- -5 -O2 -tWM -w -w-aus -w-ccc -w-dup -w-prc -w-pro -w-rch
-w-sig -w-spa -w-inl -w-pia -w-pin -Dinline=__inline -I.;.\lib;..\include -DNDEBUG
-DWIN32 -DBUILDING_LIBCURL -DUSE_WINDOWS_SSPI -DCURL_DISABLE_LDAP -o.\BCC_objs\
http.int .\http.c
.\http.c:
bcc32 -q -c -5 -O2 -tWM -w -w-aus -w-ccc -w-dup -w-prc -w-pro -w-rch
-w-sig -w-spa -w-inl -w-pia -w-pin -Dinline=__inline -o.\BCC_objs\http.obj
.\BCC_objs\http.int
.\BCC_objs\http.int:
Error E2238 .\BCC_objs\http.int 200503: Multiple declaration for 'pollfd'
Error E2344 .\BCC_objs\http.int 156344: Earlier declaration of 'pollfd'
*** 2 errors in Compile ***
---cut---
Thanks and best regards.
-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-users
FAQ: https://curl.haxx.se/docs/faq.html
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2016-12-31