On Sat, 2015-08-29 at 13:32 +0800, morbid code wrote:
> I have read that arpa/inet.h is for unix systems only. What should I
> do?

        Hi,
looking into podofo/src/base/PdfCompilerCompatPrivate.h the
arpa/inet.h is included only if PODOFO_HAVE_ARPA_INET_H is defined.

I guess, from your error message, that the failure happened when the
CMake was evaluating this define.

The podofo/CMakeLists.txt has this line:
   CHECK_INCLUDE_FILE("arpa/inet.h" PODOFO_HAVE_ARPA_INET_H)
which should correspond to the error you found. CMake definitely
shouldn't stop on this error.

Are you sure this is the issue in your compilation?
        Bye,
        zyx

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



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

Reply via email to