Bug 95126 - Make failed - Goo - gfile.cc limits no such file or directory
Summary: Make failed - Goo - gfile.cc limits no such file or directory
Status: RESOLVED FIXED
Alias: None
Product: poppler
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: ARM other
: medium normal
Assignee: poppler-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-25 09:38 UTC by heyligengregory
Modified: 2016-04-25 09:51 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.