Bug 211758

Summary: cairo doesn't seem to be compiled with pdf support
Product: [Fedora] Fedora Reporter: Jonathan Eskritt <jeskritt>
Component: cairoAssignee: Carl Worth (Ampere) <cworth>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-10-21 23:35:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jonathan Eskritt 2006-10-21 23:27:18 UTC
Description of problem:
I'm trying to compile svg2pdf from http://cairographics.org/snapshots/ but get
the error:

svg2pdf.c:36:23: error: cairo-pdf.h: No such file or directory

I have cairo-devel installed.

Version-Release number of selected component (if applicable):
1.0.4-1

How reproducible:
always

Steps to Reproduce:
1. install libsvg and libsvg-cairo from http://cairographics.org/snapshots/
2. untar svg2pdf  (source from http://cairographics.org/snapshots/)
3. ./configure && make
  
Actual results:
error on missing header

Expected results:
should compile

Additional info:
I compiled this package on Mac OS X 10.4 using fink version of cairo and the
same sources as above with out issues

Comment 1 Carl Worth (Ampere) 2006-10-21 23:35:46 UTC
With cairo 1.0 there is only an "experimental" PDF backend, so it was
intentionally not compiled in.

Cairo 1.2 does have a "supported" PDF backend, so Fedora packages of cairo 1.2,
(as in Fedora Core 6), do include the PDF backend.

-Carl