../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__.
The text was updated successfully, but these errors were encountered:
... regression since issue #1774 (commit 10b3df1) since obviously
some older gcc doesn't know __powerpc__ while some newer doesn't know
__ppc__ ...
Fixes#1797
Reported-by: Ryan Schmidt
I did this
./configure
andmake
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:
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__
.The text was updated successfully, but these errors were encountered: