> still getting a very similar (same?) error. I've changed the cpp file > manually, hope I didn't make a mistake. Anyway to automate this? My new
Yeas, use a "patch" program (see "man patch" for syntax), paste that diff I sent you into file called "bugfix.patch" (or take the one I'm sending in attachment), copy the file into root of the source code tree and type: patch -p0 <bugfix.patch Should patch the file for you automatically (but you can skip it if you have already patched it manually). As to the bug - the wrong configure may already have created the bad makefiles using qt4, so in the root of the source code tree do: cd src/qsa && make distclean This will wipe out all the makefiles and project files and any temoporary files created by bad configure script. Next time you try to build pdfedit, it should work fine (as the files will be rebuilt right this time). Martin Petricek > cpp file is attached. The error is now: GPG/PGP Public key: http://www.petricek.net/petricm.pgp Fingerprint 6AA8 FFCE C061 1CB2 55F0 A1F3 3AA9 EB4F BD50 C1B8 /------------------------------------------------------------\ | WWW: http://www.petricek.net/ | \------------------------------------------------------------/
bugfix.patch
Description: Binary data
------------------------------------------------------------------------- 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
