Hi all,
please disregard the earlier post this belongs to
(same Subject after the Re:). There I inadvertently
left in some lines of a try to get a base-only build
(with which I failed :-(, I'm no CMake expert, could
you please help?
I have attached a patch as per the subject to this e-mail.
The patch attached changes the build for Win32 gcc only.
Please review it and if accepted, please apply it (separately)
to the public repository, otherwise please tell me why not.
Best regards, mabri
P.S. I meant to post this on Tuesday, sorry.
Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt (revision 1687)
+++ CMakeLists.txt (working copy)
@@ -285,13 +292,7 @@
SET(PODOFO_USE_VISIBILITY ${PODOFO_HAVE_GCC4})
ENDIF(NOT DEFINED PODOFO_USE_VISIBILITY)
- # We can't request C++98 compliance on win32, because mingw
- # will hide _tzset() and _timezone, which we need for PdfDate.
- # At least until that code is replaced with something better,
- # just don't enable it on win32.
- IF(NOT WIN32)
- ADD_DEFINITIONS(-std=c++98)
- ENDIF(NOT WIN32)
+ ADD_DEFINITIONS(-std=c++98)
ADD_DEFINITIONS(
-Wall
------------------------------------------------------------------------------
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users