On Thu, Nov 11, 2010 at 06:27:55PM -0500, Robert S. Kissel wrote: > On Wed, Nov 10, 2010 at 10:49 AM, Robert S. Kissel > <robert.kis...@gmail.com> wrote: > >> use --enable-portability-flags=no parameter to configure. [...] > checking whether c/c++ and portability flags are forced... no [...] > g++ -c -O2 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing > -fexce > ptions -pipe -posix -ansi -std=c++98 -pedantic -I. > -I/home/RSK1/pdfedit-0.4.5 > /src -I/home/RSK1/pdfedit-0.4.5/src/xpdf/ -I/usr/include > -I/usr/include/freetyp > e2 -I/usr/include -o gfile.o gfile.cc > gfile.cc: In function `GBool openTempFile(GString**, FILE**, char*, char*)': > gfile.cc:523: error: `mkstemp' was not declared in this scope > gfile.cc:531: error: `fdopen' was not declared in this scope > make[3]: *** [gfile.o] Error 1 > make[3]: Leaving directory `/home/RSK1/pdfedit-0.4.5/src/xpdf/goo' > make[2]: *** [libxpdf] Error 2 > make[2]: Leaving directory `/home/RSK1/pdfedit-0.4.5/src/xpdf' > make[1]: *** [xpdf] Error 2 > make[1]: Leaving directory `/home/RSK1/pdfedit-0.4.5/src' > make: *** [source] Error 2
OK, I know where is the problem. I was too fast when I told you that you do not need to apply the patch. Of course you need it because it doesn't change just configure.in (which is used for configure generation) but also Makefile.flags.in which actually uses what configure produces based on parameters. I am sorry for confusion I just wanted to make your life easier and didn't realize that the patching is necessary. So, please apply the patch (patch -p1 < patchfile in the source tree root) and try again. You do not need to re-generate the configure script as you have the one from me. Thanks and sorry for confusion -- Michal Hocko ------------------------------------------------------------------------------ Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly scalable, end-to-end client virtualization framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev _______________________________________________ Pdfedit-support mailing list Pdfedit-support@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pdfedit-support