#3279 closed task (fixed)
raptor-1.4.21 and curl/types.h error + patch
Reported by: | Marko Madunic | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Hi!
BLFS Book SVN 2012-01-xx Chapter 11. System Utilities - Raptor-1.4.21 ¶
build fails with :
In file included from raptor_parse.c:54:0: raptor_internal.h:855:24: fatal error: curl/types.h: No such file or directory compilation terminated. make[2]: *** [raptor_parse.lo] Error 1 make[2]: Leaving directory `/usr/src/packages/BUILD/raptor-1.4.21/src' make[1]: *** [all] Error 2 make: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/packages/BUILD/raptor-1.4.21/src'
cURL-7.22.0 from BLFS Book does not provide this deprecated header, so build fails.
SOLUTION:
Remove
#include <curl/types.h> #include <curl/easy.h>
from src/raptor_internal.h on line 852.
Attached patch : raptor-1.4.21_curl_types.patch
Happy BLFS
Mad
Change History (3)
by , 13 years ago
Attachment: | raptor-1.4.21_curl_types.patch added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
cURL types.h patch