Opened 12 years ago

Closed 12 years ago

Last modified 10 years ago

#3279 closed task (fixed)

raptor-1.4.21 and curl/types.h error + patch

Reported by: Marko Madunic Owned by: blfs-book@…
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

Attachments (1)

raptor-1.4.21_curl_types.patch (516 bytes ) - added by Marko Madunic 12 years ago.
cURL types.h patch

Download all attachments as: .zip

Change History (3)

by Marko Madunic, 12 years ago

cURL types.h patch

comment:1 by rt, 12 years ago

Resolution: fixed
Status: newclosed

comment:2 by bdubbs@…, 10 years ago

Milestone: 6.7

Milestone 6.7 deleted

Note: See TracTickets for help on using tickets.