On Sun, 06 May 2007 20:13:15 +0200 "Martin Petricek" <[EMAIL PROTECTED]> wrote:
> > On Wed, 2 May 2007 21:09:10 -0300 > > Alejandro Pulver <[EMAIL PROTECTED]> wrote: > > > > [...] > > > It built but when I open a file it doesn't show text (only images) and > > > outputs this: > > > > > > QSettings::sync: filename is null/empty > > > Error: Couldn't create a font for 'BAAAAA+TimesNewRomanPS-BoldMT' > > > Error: Couldn't create a font for 'CAAAAA+TimesNewRomanPSMT' > > > > > > The last 2 lines are repeated many times. > > > > > > This was with 0.3.0. > > > > > > > The same happened with 0.3.1 until I made the xpdf configure script > > find the t1 library (found in Google). > > How? You passed --with-t1-... parameters (which ones?), or you have > patched the configure so it can find by itself? We used some modifications > to force xpdf to find freetype libs on some configurations, maybe the same > would be needed for t1-libs. > Fortunately using CFLAGS/LDFLAGS (-I/usr/local/include and -L/usr/local/lib respectively) works. The problem was that the port was setting LDFLAGS when calling the configure script but not when running make, so the sub-configure didn't get it. See the port for more details (feel free to ask me about it). > > > > [...] > > > > BTW pdfedit 0.3.0 is old, use 0.3.1, many bugs was fixed in 0.3.1 ... > > > > > > > > > > When I updated it to 0.3.1 there was a link error. The compilation > > > output is attached. > > > > > > > Now it builds fine, but when selecting text and clicking the "Strike" > > button or doing anything in general it takes several seconds to process > > (and I have a fast machine: AMD64 Athlon X2 3500 with 2GB of RAM). > > There is some problem with QSA slowness ... unfortunately, the ultimate > solution (upgrading to Qt4.3 and QtScript) is not trivial - qt4.3 is beta > and differences between qt3 and qt4 are quite big, so this makes porting > while keeping backwards compatibility quite difficult. It is now 70% > complete and on top of my pdfedit todo list, but I have also other work to > do, so it may take same time before qt4-ready pdfedit will be out. Maybe > I'll do some partial fixes to speed things up in the meantime. > > > Also it produces some error messages: > > > > QSettings::sync: filename is null/empty > > QString::arg(): Argument missing: strikeTroughSelection(), 0 > > QString::arg(): Argument missing: strikeTroughSelection(), 0 > > QString::arg(): Argument missing: strikeTroughSelection(), 0 > > QString::arg(): Argument missing: strikeTroughSelection(), 0 > > QString::arg(): Argument missing: strikeTroughSelection(), 494 > > QString::arg(): Argument missing: strikeTroughSelection(), 515 > > I'm goint to test it (but I need to install FreeBSD 6.2 first...) > If you want you can use a LiveCD, like FreeSBIE (most popular, based on FreeBSD 6.2) or Frenzy (a bit outdated, based on FreeBSD 6.1). See: http://www.freesbie.org/ http://frenzy.org.ua/en/ > BTW no need to CC: me, I'm on the list > O.K. Thanks and Best Regards, Ale
signature.asc
Description: PGP signature
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/
_______________________________________________ Pdfedit-support mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pdfedit-support
