Yuliana Zigangirova
2015-01-07 14:46:20 UTC
Hi everyone!
I am trying to compile podofo static lib manually on my C++ Builder XE6
compiler (Borland).
I have edited podofo_config.h manually, setting a minimum of reasonable
options and have
just added all (except outdated) files from src/base and src/doc to
get a static library. Overall, it compiles nicely
and I can use the library functionality (what I needed so far), but the
problem is some strange
debug information in the stdout, like:
<</ID[<30F72A3B2DF1C95D1F98A45F860B6A44><30F72A3B2DF1C95D1F98A45F860B6A44>]/Info
2 0 R/Root 1 0 R/Size 4>>
<</ID[<44C8F037B421F0B019424E9F7DD8AC44><44C8F037B421F0B019424E9F7DD8AC44>]/Info
2 0 R/Root 3 0 R/Size 122
Fixing references in 4 0 R by 3
Fixing references in 5 0 R by 3
Fixing references in 6 0 R by 3
Fixing references in 7 0 R by 3
Fixing references in 8 0 R by 3
Fixing references in 9 0 R by 3
Fixing references in 10 0 R by 3
Fixing references in 11 0 R by 3
Fixing references in 12 0 R by 3
Fixing references in 13 0 R by 3
Fixing references in 14 0 R by 3
Fixing references in 15 0 R by 3
I have tried to unset precompiler defines in "podofo_config.h" like
"DEBUG" and "PODOFO_VERBOSE_DEBUG" but
this output is still here. So, where should I set precompiler defines
(like DEBUG|, PODOFO_EXTRA_CHECKS etc.)
|when compiling manually? How is correct error verbosity set? What
would be correct options for production build? I have used Borland
options for
release build.
Thank you very much in advance,
Yuliana
I am trying to compile podofo static lib manually on my C++ Builder XE6
compiler (Borland).
I have edited podofo_config.h manually, setting a minimum of reasonable
options and have
just added all (except outdated) files from src/base and src/doc to
get a static library. Overall, it compiles nicely
and I can use the library functionality (what I needed so far), but the
problem is some strange
debug information in the stdout, like:
<</ID[<30F72A3B2DF1C95D1F98A45F860B6A44><30F72A3B2DF1C95D1F98A45F860B6A44>]/Info
2 0 R/Root 1 0 R/Size 4>>
<</ID[<44C8F037B421F0B019424E9F7DD8AC44><44C8F037B421F0B019424E9F7DD8AC44>]/Info
2 0 R/Root 3 0 R/Size 122
Fixing references in 4 0 R by 3
Fixing references in 5 0 R by 3
Fixing references in 6 0 R by 3
Fixing references in 7 0 R by 3
Fixing references in 8 0 R by 3
Fixing references in 9 0 R by 3
Fixing references in 10 0 R by 3
Fixing references in 11 0 R by 3
Fixing references in 12 0 R by 3
Fixing references in 13 0 R by 3
Fixing references in 14 0 R by 3
Fixing references in 15 0 R by 3
I have tried to unset precompiler defines in "podofo_config.h" like
"DEBUG" and "PODOFO_VERBOSE_DEBUG" but
this output is still here. So, where should I set precompiler defines
(like DEBUG|, PODOFO_EXTRA_CHECKS etc.)
|when compiling manually? How is correct error verbosity set? What
would be correct options for production build? I have used Borland
options for
release build.
Thank you very much in advance,
Yuliana