#3279: raptor-1.4.21 and curl/types.h error + patch
--------------------+-------------------------------------------------------
 Reporter:  mad77   |       Owner:  blfs-book@…                   
     Type:  task    |      Status:  new                           
 Priority:  normal  |   Milestone:  6.7                           
Component:  BOOK    |     Version:  SVN                           
 Severity:  normal  |    Keywords:                                
--------------------+-------------------------------------------------------
 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.[[BR]]

 '''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

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3279>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to