- no "using" in headers.
just to learn, why ?
I made this mistake, too. The reason is that it corrupts the namespace of every file in which it is included, which makes it hard to be sure precisely what it is you are "use"ing.
- A .cpp must have #include <config.h> as first include.
again, why ?
Have a look at src/config.h and you'll see why. It's basically a string of #defines.
The patch as-is does not even link for me.
hmm. it did for me before i posted. maybe something changed in trunk
meanwhile, maybe you forget to add PDFOptions.h/cpp (you forget to commit them).
I think I've got it all fixed now, after the work Uwe did---he added those files, and the .ui file. So it at least compiles. If there's more to do, we'll get it fixed.

Richard

--
==================================================================
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==================================================================
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto

Reply via email to