On Thu, 15 Aug 2013 15:44:43 -0400 Robert Heller <hel...@deepsoft.com> said:
somehow either your poller pkgs are broken (missing files - ie this one:) 8:52AM ~ > dpkg -L libpoppler-dev | grep GlobalParams /usr/include/poppler/GlobalParams.h it exists here... (poppler 0.18.4 here, works on my arch boxen which have 0.22.3)... OR... your poppler is massively old and missing those files because of that (and our check for >= 0.12 of poppler is wrong ans these were introduced later)... or you have an even newer poppler which has now broken its build api etc. by removing headers. so which is it? > I am getting an error when I try to build evas_generic_loaders: > > dpkg-buildpackage: source package evas-generic-loaders > dpkg-buildpackage: source version 1.7.8-1 > dpkg-buildpackage: source changed by Robert Heller <hel...@deepsoft.com> > dpkg-source --before-build evas_generic_loaders-1.7.8 > dpkg-buildpackage: host architecture i386 > fakeroot debian/rules clean > dh clean --with autotools-dev > dh_testdir > dh_auto_clean > dh_autotools-dev_restoreconfig > dh_clean > dpkg-source -b evas_generic_loaders-1.7.8 > dpkg-source: info: using source format `3.0 (quilt)' > dpkg-source: info: building evas-generic-loaders using > existing ./evas-generic-loaders_1.7.8.orig.tar.gz dpkg-source: info: building > evas-generic-loaders in evas-generic-loaders_1.7.8-1.debian.tar.gz > dpkg-source: info: building evas-generic-loaders in > evas-generic-loaders_1.7.8-1.dsc debian/rules build dh build --with > autotools-dev dh_testdir > dh_autotools-dev_updateconfig > dh_auto_configure > configure: WARNING: unrecognized options: --disable-maintainer-mode > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... /bin/mkdir -p > checking for gawk... no > checking for mawk... mawk > checking whether make sets $(MAKE)... yes > checking whether make supports nested variables... yes > checking whether make supports nested variables... (cached) yes > checking build system type... i486-pc-linux-gnu > checking host system type... i486-pc-linux-gnu > checking for gcc... gcc > checking whether the C compiler works... yes > checking for C compiler default output file name... a.out > checking for suffix of executables... > checking whether we are cross compiling... no > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ISO C89... none needed > checking for style of include used by make... GNU > checking dependency style of gcc... none > checking for g++... g++ > checking whether we are using the GNU C++ compiler... yes > checking whether g++ accepts -g... yes > checking dependency style of g++... none > checking for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for EINA... yes > checking for POPPLER... yes > checking for SPECTRE... yes > checking for LIBRAW... yes > checking for SVG... no > checking for GSTREAMER... no > checking how to run the C preprocessor... gcc -E > checking for grep that handles long lines and -e... /bin/grep > checking for egrep... /bin/grep -E > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking netinet/in.h usability... yes > checking netinet/in.h presence... yes > checking for netinet/in.h... yes > checking for unistd.h... (cached) yes > checking zlib.h usability... yes > checking zlib.h presence... yes > checking for zlib.h... yes > checking whether shm_open() is present... yes > checking whether gcc and cc understand -c and -o together... yes > checking for inline... inline > checking whether byte ordering is bigendian... no > checking for __attribute__... yes > checking that generated files are newer than configure... done > configure: creating ./config.status > config.status: creating Makefile > config.status: creating src/Makefile > config.status: creating src/bin/Makefile > config.status: creating src/bin/common/Makefile > config.status: creating src/bin/gst/Makefile > config.status: creating src/bin/pdf/Makefile > config.status: creating src/bin/ps/Makefile > config.status: creating src/bin/raw/Makefile > config.status: creating src/bin/xcf/Makefile > config.status: creating src/bin/svg/Makefile > config.status: creating config.h > config.status: executing depfiles commands > configure: WARNING: unrecognized options: --disable-maintainer-mode > > > > ------------------------------------------------------------------------ > evas_generic_loaders 1.7.8 > ------------------------------------------------------------------------ > > > Configuration Options Summary: > > Loaders: > XCF..................: yes > Gstreamer............: no > PDF..................: yes > PS...................: yes > RAW..................: yes > SVG..................: no > > Compilation............: make (or gmake) > CPPFLAGS.............: > CFLAGS...............: -g -O2 > LDFLAGS..............: > > Installation...........: make install (as root if needed, with 'su' or 'sudo') > prefix...............: /usr > > dh_auto_build > make[1]: Entering directory > `/home/heller/E17Build/evas_generic_loaders/evas_generic_loaders-1.7.8' make > all-recursive make[2]: Entering directory > `/home/heller/E17Build/evas_generic_loaders/evas_generic_loaders-1.7.8' > Making all in src make[3]: Entering directory > `/home/heller/E17Build/evas_generic_loaders/evas_generic_loaders-1.7.8/src' > Making all in bin make[4]: Entering directory > `/home/heller/E17Build/evas_generic_loaders/evas_generic_loaders-1.7.8/src/bin' > Making all in common make[5]: Entering directory > `/home/heller/E17Build/evas_generic_loaders/evas_generic_loaders-1.7.8/src/bin/common' > make[5]: Nothing to be done for `all'. make[5]: Leaving directory > `/home/heller/E17Build/evas_generic_loaders/evas_generic_loaders-1.7.8/src/bin/common' > Making all in xcf make[5]: Entering directory > `/home/heller/E17Build/evas_generic_loaders/evas_generic_loaders-1.7.8/src/bin/xcf' > CC evas_image_loader_xcf-main.o CC > evas_image_loader_xcf-pixelfuncs.o CC evas_image_loader_xcf-shmfile.o > CCLD evas_image_loader.xcf > make[5]: Leaving directory > `/home/heller/E17Build/evas_generic_loaders/evas_generic_loaders-1.7.8/src/bin/xcf' > Making all in pdf make[5]: Entering directory > `/home/heller/E17Build/evas_generic_loaders/evas_generic_loaders-1.7.8/src/bin/pdf' > CXX main.o main.cpp:8:26: fatal error: GlobalParams.h: No such file or > directory compilation terminated. > make[5]: *** [main.o] Error 1 > make[5]: Leaving directory > `/home/heller/E17Build/evas_generic_loaders/evas_generic_loaders-1.7.8/src/bin/pdf' > make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory > `/home/heller/E17Build/evas_generic_loaders/evas_generic_loaders-1.7.8/src/bin' > make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory > `/home/heller/E17Build/evas_generic_loaders/evas_generic_loaders-1.7.8/src' > make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory > `/home/heller/E17Build/evas_generic_loaders/evas_generic_loaders-1.7.8' make > [1]: *** [all] Error 2 make[1]: Leaving directory > `/home/heller/E17Build/evas_generic_loaders/evas_generic_loaders-1.7.8' > dh_auto_build: make -j1 returned exit code 2 make: *** [build] Error 2 > dpkg-buildpackage: error: debian/rules build gave error exit status 2 > > > -- > Robert Heller -- 978-544-6933 / hel...@deepsoft.com > Deepwoods Software -- http://www.deepsoft.com/ > () ascii ribbon campaign -- against html e-mail > /\ www.asciiribbon.org -- against proprietary attachments > > > > > ------------------------------------------------------------------------------ > Get 100% visibility into Java/.NET code with AppDynamics Lite! > It's a free troubleshooting tool designed for production. > Get down to code-level detail for bottlenecks, with <2% overhead. > Download for free and get started troubleshooting in minutes. > http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk > _______________________________________________ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) ras...@rasterman.com ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel