Re: [Podofo-users] arpa/inet.h: No such file or directory when building podofo on windows
A PDF parsing, modification and creation library.
Brought to you by:
domseichter
|
From: zyx <zy...@li...> - 2015-08-31 05:26:49
|
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 in...@li...
|