On Thu, 2017-01-19 at 13:48 +0000, Jaseem Ali K T wrote:
> The cmake command in the section “CMake builds on Windows with Visual
> Studio”  has the argument -DPODOFO_BUILD_SHARED:BOOL=FALSE. The build
> will generate shared dlls.

        Hi,
you are right, there had been several issues around these variables.
I addressed them with revision 1815:
https://sourceforge.net/p/podofo/code/1815

I do not have a Windows build handy, thus I'd appreciate if you could
give it a try there. My tests on a Linux machine worked properly.

Note that using CMake 3.6.2 the construction:
  SET(PODOFO_BUILD_STATIC NOT ${PODOFO_BUILD_SHARED})
didn't result to set the opposite value of PODOFO_BUILD_SHARED, but to
populate the PODOFO_BUILD_STATIC as a list with two values, one being
'NOT' and the other the actual value of the PODOFO_BUILD_SHARED. Hence
such awkward if-ing there.

        Bye,
        zyx

-- 
http://www.litePDF.cz                                 i...@litepdf.cz

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to