View Single Post
Old 09 July 2017, 01:58   #3
xboxown
Registered User
 
Join Date: Dec 2012
Location: Vancouver/Canada
Posts: 676
Quote:
Originally Posted by RedskullDC View Post
Hi,

Good work on getting it down to so few errors.

The first error on your list:
curl.h expected `}' before "NOTHING"
looks like it is causing all the rest.

What compiler are you using?

Looks like the CFINIT macro around line 1945 may not be being expanded properly:

#ifdef CURL_ISOCPP
#define CFINIT(name) CURLFORM_ ## name
#else
/* The macro "##" is ISO C, we assume pre-ISO C doesn't support it. */
#define CFINIT(name) CURLFORM_/**/name
#endif

CFINIT(NOTHING) should expand to CURLFORM_NOTHING

---

Curl itself is in a constant state of flux:
https://github.com/curl

Cheers,
Red
I am using AmiDev++ the compiler is called wxDev C++. What do you mean Curl itself is in a constant state of flux? If you want I can post the source code and the project .dev here if you wish to look into it. Honestly it is an open source and I intend to release the source code, project and binary into aminet.net. If posting it here would help with programmers than me to look into it, it would be great!!
xboxown is offline  
 
Page generated in 0.05617 seconds with 11 queries