On Tue, 2021-03-02 at 17:51 +0100, Raphael Stonehorse wrote:
> podofo-0.9.7/examples/build$ cmake ..

        Hi,
this is wrong, the examples are built *and configured* with the rest of
the project, not separately. You should do the following instead:

   cd ..../podofo-0.9.7;
   mkdir build && cd build
   cmake ..

The warnings CMake prints make sense here and point to the issue.
        Bye,
        zyx



_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to