After configuring Poppler for ARM, I tried to launch make but it failed with this error : /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive Making all in goo CXX libgoo_la-gfile.lo CXX libgoo_la-gmempp.lo CXX libgoo_la-GooHash.lo CXX libgoo_la-GooList.lo gfile.cc:57:18: fatal error: limits: No such file or directory #include <limits> ^ compilation terminated. make[2]: *** [libgoo_la-gfile.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Working on a solution of this issue.
Your C++ library is not in the include path of your C++ compiler or your C++ library doesn't have the limits file, fix your setup.
Hum, that's what I thought. This errors occurs with arm-linux-androideabi, I will seek in that way. If there is something like "limits" in the C++ compiler..
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.