Hi, I got this today: /home/pierre/system/src/podofo/src/PdfParser.cpp:483: error: integer constant is too large for ‘long’ type /home/pierre/system/src/podofo/src/PdfParser.cpp:484: error: integer constant is too large for ‘long’ type
with: ../podofo/src/PdfDefines.h:#define PODOFO_MAX_OBJ_NUMBER 9999999999 So, I don’t know exactly what’s the "bizarre brain malfunction" but I changed it into 99999999 here[1] to have it compiling :) [1] OpenSuse 10.3 $ rpm -qi gcc-c++-4.2-24 Name : gcc-c++ Relocations: (not relocatable) Version : 4.2 Vendor: SUSE LINUX Products GmbH, Nuernberg, Germany Release : 24 Build Date: ven 21 sep 2007 20:23:17 CEST Install Date: sam 06 oct 2007 17:34:27 CEST Build Host: glinka.suse.de Group : Development/Languages/C and C++ Source RPM: gcc-4.2-24.src.rpm Size : 0 License: GPL v2 or later Signature : DSA/SHA1, ven 21 sep 2007 20:26:44 CEST, Key ID a84edae89c800aca Packager : http://bugs.opensuse.org URL : http://gcc.gnu.org/ Summary : The system GNU C++ Compiler Description : The system GNU C++ Compiler. Distribution: openSUSE 10.3 (i586) $ uname -a Linux portable 2.6.22.17-0.1-default #1 SMP 2008/02/10 20:01:04 UTC i686 i686 i386 GNU/Linux $rpm -qi glibc-2.6.1-18.3 Name : glibc Relocations: (not relocatable) Version : 2.6.1 Vendor: SUSE LINUX Products GmbH, Nuernberg, Germany Release : 18.3 Build Date: mar 23 oct 2007 14:57:03 CEST Install Date: mer 24 oct 2007 20:54:41 CEST Build Host: linux-r2dp Group : System/Libraries Source RPM: glibc-2.6.1-18.3.src.rpm Size : 4045566 License: BSD 3-Clause; GPL v2 or later; LGPL v2 or later Signature : DSA/SHA1, mar 23 oct 2007 17:36:16 CEST, Key ID a84edae89c800aca Packager : http://bugs.opensuse.org URL : http://www.gnu.org/software/libc/libc.html Summary : Standard Shared Libraries (from the GNU C Library) Description : The GNU C Library provides the most important standard libraries used by nearly all programs: the standard C library, the standard math library, and the POSIX thread library. A system is not functional without these libraries. Distribution: openSUSE 10.3 (i686) -- Pierre Marchand ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Podofo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/podofo-users
