On Fri, Jan 21, 2011 at 4:54 PM, Dmitry Kichenko <[email protected]> wrote: > Thanks to you and Matthias for the help! Currently, it looks like I'm > stumbling on the same stone trying to follow either advice. In both cases, > when compiling gfx2gfx and pdf2pdf, I get an undefined symbol > "gfxdevice_pdf_init", which is defined just fine in lib/devices/pdf.h and > included in both gfx2gfx.c and pdf2pdf.c. Just to check, I tried copying the > function header right in the body of gfx2gfx but it still complains it > doesn't know about it. > > I'm certain it's something stupid.. :/ >
I think pdflib is missing in your system. This one works for me: http://www.pdflib.com/download/pdflib-family/pdflib-lite-7/ After installing I think you need to do: ./configure make Ricardo
