[poppler] Changes to 'refs/tags/poppler-0.12.0'

2009-09-09 Thread Albert Astals Cid
Tag 'poppler-0.12.0' created by Albert Astals Cid aa...@kde.org at 2009-09-09 19:04 -0700 0.12.0 Changes since poppler-0.11.3-15: --- 0 files changed --- ___ poppler mailing list poppler@lists.freedesktop.org

[poppler] 2 commits - CMakeLists.txt configure.ac msvc/config.h NEWS qt4/src

2009-09-09 Thread Albert Astals Cid
CMakeLists.txt |4 ++-- NEWS | 18 ++ configure.ac |4 ++-- msvc/config.h |6 +++--- qt4/src/CMakeLists.txt |2 +- qt4/src/Doxyfile |2 +- qt4/src/Makefile.am|2 +- 7 files changed, 28 insertions(+),

[poppler] Poppler 0.12.0 released

2009-09-09 Thread Albert Astals Cid
Available from http://poppler.freedesktop.org/poppler-0.12.0.tar.gz Changes against the 0.11.3 release: core: * Fix printf format security warnings * Improve rendering of radial shadings. Bug #20238 * Better fallback when there's a font type mismatch. Bug #17252 * Do not crash on attachments

[poppler] Poppler 0.12.0 fails to compile (Gfx.cc) due to undefined type uint

2009-09-09 Thread BugByteMan
Hello, Poppler 0.12.0 fails to compile on MinGW/Windows: Gfx.cc:296: error: 'uint' has not been declared Gfx.cc: In function 'GBool isSameGfxColor(const GfxColor, const GfxColor, uint, double)': Gfx.cc:297: error: 'uint' was not declared in this scope I changed uint to Guint and now it

[poppler] poppler/Gfx.cc

2009-09-09 Thread Albert Astals Cid
poppler/Gfx.cc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 68711d8494e2765c4a24ea59ce8d904981f0f917 Author: Albert Astals Cid aa...@kde.org Date: Wed Sep 9 23:24:22 2009 +0200 uint - Guint some compilers don't know about uint diff --git

[poppler] Branch 'poppler-0.12' - poppler/Gfx.cc

2009-09-09 Thread Albert Astals Cid
poppler/Gfx.cc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 3083720d3e9f628c1fb963ee83c17a0ff7e80117 Author: Albert Astals Cid aa...@kde.org Date: Wed Sep 9 23:24:22 2009 +0200 uint - Guint some compilers don't know about uint diff --git

Re: [poppler] Poppler 0.12.0 fails to compile (Gfx.cc) due to undefined type uint

2009-09-09 Thread Albert Astals Cid
A Dimecres, 9 de setembre de 2009, BugByteMan va escriure: Hello, Poppler 0.12.0 fails to compile on MinGW/Windows: Gfx.cc:296: error: 'uint' has not been declared Gfx.cc: In function 'GBool isSameGfxColor(const GfxColor, const GfxColor, uint, double)': Gfx.cc:297: error: 'uint' was not

[poppler] Any one compile poppler with mingw for windows?

2009-09-09 Thread Shen Liang
Is it possible compile poppler with mingw+msys on windows or with mingw on linux? I git the latest source. When I compiled with mingw+msys, I always got error about freetype. I installed mingw 32 on Ubuntu, and run: export CC=i586-mingw32msvc-gcc export CXX=i586-mingw32msvc-g++ export

Re: [poppler] Any one compile poppler with mingw for windows?

2009-09-09 Thread Vincent Torri
On Thu, 10 Sep 2009, Shen Liang wrote: Is it possible compile poppler with mingw+msys on windows or with mingw on linux? I git the latest source. When I compiled with mingw+msys, I always got error about freetype. which error ? I installed mingw 32 on Ubuntu, and run: export

Re: [poppler] Poppler 0.12.0 fails to compile (Gfx.cc) due to undefined type uint

2009-09-09 Thread Shen Liang
I got cd . /bin/sh /h/projects/poppler/poppler/missing --run autoconf Can't locate object method path via package Autom4te::Request (perhaps you forgot to load Autom4te::Request?) at /usr/bin/autom4te line 81. make: *** [configure] Error 1 after autogen.sh and make with mingw+msys on windows.

Re: [poppler] Any one compile poppler with mingw for windows?

2009-09-09 Thread Shen Liang
I got cd . /bin/sh /h/projects/poppler/poppler/missing --run autoconf Can't locate object method path via package Autom4te::Request (perhaps you forgot to load Autom4te::Request?) at /usr/bin/autom4te line 81. make: *** [configure] Error 1 after autogen.sh and make with mingw+msys on windows.

Re: [poppler] Any one compile poppler with mingw for windows?

2009-09-09 Thread Vincent Torri
On Thu, 10 Sep 2009, Shen Liang wrote: I got cd . /bin/sh /h/projects/poppler/poppler/missing --run autoconf Can't locate object method path via package Autom4te::Request (perhaps you forgot to load Autom4te::Request?) at /usr/bin/autom4te line 81. make: *** [configure] Error 1 you said