Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


Following this link: https://code.google.com/p/pdf2image/issues/detail?id=3
I added #include <sys/dir.h> in
workdir/unxlngx6/UnpackedTarball/poppler/goo/gfile.cc
     42 #  include <time.h>
     43 #  include <limits.h>
     44 #  include <string.h>
     45 #include <sys/dir.h>  <=======
     46 #  if !defined(VMS) && !defined(ACORN) && !defined(MACOS)
     47 #    include <pwd.h>
     48 #  endif
     49 #  if defined(VMS) && (__DECCXX_VER < 50200000)
     50 #    include <unixlib.h>
     51 #  endif
     52 #endif // _WIN32
     53 #include "GooString.h"
     54 #include "gfile.h"

The weird thing is 2 or days ago, I didn't need this to build (with same
options in autogen.input).

Julien



--
View this message in context: 
http://nabble.documentfoundation.org/master-build-failure-tp4067657p4067687.html
Sent from the Dev mailing list archive at Nabble.com.

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.