I did this
./configure and make
I expected the following
successful build
curl/libcurl version
7.55.1
operating system
Mac OS X 10.5.8 PowerPC
Here is a log of the failure:
https://build.macports.org/builders/ports-10.5_ppc_legacy-builder/builds/37963/steps/install-port/logs/stdio
The errors begin with:
../include/curl/curl.h:174: error: expected specifier-qualifier-list before ‘curl_off_t’
I suspect #1774 caused this. 7.55.0 built successfully on the same system.
I'm not in front of a PowerPC system right now, but sources on the Internet show that a PowerPC Mac running Mac OS X 10.4 defines __ppc__ and __POWERPC__ but not __powerpc__.
I did this
./configureandmakeI expected the following
successful build
curl/libcurl version
7.55.1
operating system
Mac OS X 10.5.8 PowerPC
Here is a log of the failure:
https://build.macports.org/builders/ports-10.5_ppc_legacy-builder/builds/37963/steps/install-port/logs/stdio
The errors begin with:
I suspect #1774 caused this. 7.55.0 built successfully on the same system.
I'm not in front of a PowerPC system right now, but sources on the Internet show that a PowerPC Mac running Mac OS X 10.4 defines
__ppc__and__POWERPC__but not__powerpc__.