NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
PDFLib on OS X (Score:1)
You wouldn't happen to know how to get PDFLib running under OS X?
- I downloaded the tarball from www.pdflib.com, but there is no installation quite, and I do not quite understand the structure of the pm file (the package name is not PDFLib).
I will probably ask this question at the Perl OS X mailing list when I get the time.
Reply to This
SUCCESS (was: Re:PDFLib on OS X) (Score:1)
This link [yahoo.com] holds the solution.
Which actually just is a simple:
bash-2.05$ CFLAGS=-I/Developer/Headers/FlatCarbon LDFLAGS="-framework CoreServices -framework ApplicationServices"