Bug 95126

Summary: Make failed - Goo - gfile.cc limits no such file or directory
Product: poppler Reporter: heyligengregory
Component: generalAssignee: poppler-bugs <poppler-bugs>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: ARM   
OS: other   
Whiteboard:
i915 platform: i915 features:

Description heyligengregory 2016-04-25 09:38:41 UTC
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.
Comment 1 Albert Astals Cid 2016-04-25 09:41:22 UTC
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.
Comment 2 heyligengregory 2016-04-25 09:51:14 UTC
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.