Re: GWorkspace, PDFkit freetype

2009-07-25 Thread Riccardo Mottola
Hi, David Chisnall wrote: If you're importing PDFKit, would it be possible to rename it? Apple has a PDFKit which has a very different set of classes to this one which, if I remember correctly, is a thin wrapper around GhostScript and doesn't provide any of the PDF metadata support that

Re: GWorkspace, PDFkit freetype

2009-07-25 Thread Charles Philip Chan
Wouldn't it be better to just switch to popplerkit? Charles -- World domination. Fast (By Linus Torvalds) pgpyoR7KX1oa7.pgp Description: PGP signature ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev

Re: GWorkspace, PDFkit freetype

2009-07-22 Thread Riccardo Mottola
Hi, a late answer, but some work was involved. which occurs immediately after the start line above, changing directory to splash and starting to execute make in that directory, which comes immediately after the start line noted above -- even though the missing file actually exists in the

Re: GWorkspace, PDFkit freetype

2009-07-22 Thread David Chisnall
If you're importing PDFKit, would it be possible to rename it? Apple has a PDFKit which has a very different set of classes to this one which, if I remember correctly, is a thin wrapper around GhostScript and doesn't provide any of the PDF metadata support that Apple's framework offers.

Re: GWorkspace, PDFkit freetype

2009-07-06 Thread David Hill
Hi Riccardo, Yes, I get a whole slew of errors like that -- around 100 lines all to do with SplashFTFont and starting with the line: g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/ include/freetype2 -c SplashFTFont.cc and terminating with: . . . make[4]: ***

Re: GWorkspace, PDFkit freetype

2009-07-05 Thread Riccardo Mottola
Hi David, you are correct, PDFKit doesn't compile against freetype 2.3.9 for me either. I get very different errors though. g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/include/freetype2 -c SplashFTFont.cc SplashFTFont.cc:17:10: error: #include expects FILENAME or

Re: GWorkspace, PDFkit freetype

2009-07-04 Thread Riccardo Mottola
Hi, which version of GWorkspace are you trying to compile? I can configure and install the one in the SVN repository just fine. I can't find PDFkit in it though, is it in a separate repository? I have freetype 2.3.9 on my system. Riccardo David Hill wrote: Hi everyone, The latest version

Re: GWorkspace, PDFkit freetype

2009-07-04 Thread David Hill
Hi Riccardo, I am trying to install gworkspace-0.8.7 which says it needs PDFKit and the link provided takes me to PDFKit-062609 which requires freetype, and it is freetype-2.3.9 that is the most recent version (March 12 2009). The error I keep getting when attempting PDFKit installation,

GWorkspace, PDFkit freetype

2009-07-03 Thread David Hill
Hi everyone, The latest version of freetype was issued March 2009 (freetype2). It is not compatible with the version of PDFkit that is linked from the GWorkspace page, so PDFkit compilation fails and I can't install GWorkspace. I could install the 1999 version of freetype, but that

Re: GWorkspace, PDFkit freetype

2009-07-03 Thread Gregory Casamento
Hey David, Could you send an example of the error you're getting? GC On Fri, Jul 3, 2009 at 3:37 PM, David Hill d...@firethorne.com wrote: Hi everyone, The latest version of freetype was issued March 2009 (freetype2). It is not compatible with the version of PDFkit that is linked from the