Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#27192 - [xmlrpc-c] doesn't build
Attached to Project:
Community Packages
Opened by Andrea Scarpino (BaSh) - Monday, 21 November 2011, 00:12 GMT
Last edited by Gavin Bisesi (Daenyth) - Monday, 02 January 2012, 03:28 GMT
Opened by Andrea Scarpino (BaSh) - Monday, 21 November 2011, 00:12 GMT
Last edited by Gavin Bisesi (Daenyth) - Monday, 02 January 2012, 03:28 GMT
|
DetailsDescription:
gcc -c -o xmlrpc_curl_transport.o -DNDEBUG -Wall -Wundef -Wimplicit -W -Winline -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3 -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/build/src/xmlrpc-c -I/build/src/xmlrpc-c/include -I/build/src/xmlrpc-c/include -I/build/src/xmlrpc-c/lib/util/include -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 xmlrpc_curl_transport.c In file included from xmlrpc_curl_transport.c:57:0: /build/src/xmlrpc-c/xmlrpc_config.h:193:7: warning: "HAVE___STRTOLL" is not defined [-Wundef] /build/src/xmlrpc-c/xmlrpc_config.h:203:7: warning: "HAVE___STRTOULL" is not defined [-Wundef] xmlrpc_curl_transport.c:88:24: fatal error: curl/types.h: No such file or directory compilation terminated. make[2]: *** [xmlrpc_curl_transport.o] Error 1 make[2]: Leaving directory `/build/src/xmlrpc-c/lib/curl_transport' make[1]: *** [curl_transport/all] Error 2 make[1]: Leaving directory `/build/src/xmlrpc-c/lib' make: *** [lib/all] Error 2 Additional info: * xmlrpc-c 1858-1 Steps to reproduce: Try to build it. |
This task depends upon
Comment by Dave Reisner (falconindy) -
Friday, 02 December 2011, 17:38 GMT
Either update to a newer snapshot, or rip out all the includes for curl/types.h, curl/easy.h, curl/multi.h in the current snapshot.