[poppler] strdup not declared (Windows with MinGW)

2010-10-17 Thread Vincent Torri
Hey something rather strange: with poppler 0.14, on Windows with MSYS/MinGW, i get: Annot.cc:3936:62: error: 'strdup' was not declared in this scope. I tried also with _strdup (as it's what is actually declared in Microsoft headers). No success too. Does someone have an idea ? Vincent

Re: [poppler] strdup not declared (Windows with MinGW)

2010-10-17 Thread Albert Astals Cid
A Diumenge, 17 d'octubre de 2010, Vincent Torri va escriure: Hey something rather strange: with poppler 0.14, on Windows with MSYS/MinGW, i get: Annot.cc:3936:62: error: 'strdup' was not declared in this scope. I tried also with _strdup (as it's what is actually declared in Microsoft

[poppler] poppler/Dict.cc poppler/Dict.h

2010-10-17 Thread Albert Astals Cid
poppler/Dict.cc | 98 poppler/Dict.h |2 + 2 files changed, 80 insertions(+), 20 deletions(-) New commits: commit dd14ef6b211ac1c8a4f16bb6094dbfd6a09cbef9 Author: Albert Astals Cid aa...@kde.org Date: Sun Oct 17 12:46:55 2010

[poppler] 3 commits - configure.ac glib/demo glib/poppler-page.cc glib/poppler-page.h glib/reference poppler/CairoOutputDev.cc

2010-10-17 Thread Carlos Garcia Campos
configure.ac|2 glib/demo/selections.c | 73 +--- glib/poppler-page.cc| 81 glib/poppler-page.h |4 + glib/reference/poppler-sections.txt |1

Re: [poppler] 0.15.1 delayed a few days

2010-10-17 Thread Carlos Garcia Campos
Excerpts from Albert Astals Cid's message of mié oct 13 23:18:49 +0200 2010: I'm delaying 0.15.1 (that should be released today) until Carlos commits some fixes he wants to get in (and i'll probably get some fixes from my side too). Hopefully will be released earlier than a week. Sorry for

Re: [poppler] 0.15.1 delayed a few days

2010-10-17 Thread Albert Astals Cid
A Diumenge, 17 d'octubre de 2010, Carlos Garcia Campos va escriure: Excerpts from Albert Astals Cid's message of mié oct 13 23:18:49 +0200 2010: I'm delaying 0.15.1 (that should be released today) until Carlos commits some fixes he wants to get in (and i'll probably get some fixes from my

Re: [poppler] 0.15.1 delayed a few days

2010-10-17 Thread Albert Astals Cid
A Diumenge, 17 d'octubre de 2010, Albert Astals Cid va escriure: A Diumenge, 17 d'octubre de 2010, Carlos Garcia Campos va escriure: Excerpts from Albert Astals Cid's message of mié oct 13 23:18:49 +0200 2010: I'm delaying 0.15.1 (that should be released today) until Carlos commits some

[poppler] Branch 'poppler-0.14' - poppler/CairoFontEngine.cc

2010-10-17 Thread Carlos Garcia Campos
poppler/CairoFontEngine.cc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 08c9678b0f8d972552487a89a5926341bcc634a2 Author: Carlos Garcia Campos carlo...@gnome.org Date: Sun Oct 17 14:22:57 2010 +0200 [cairo] Fix a crash when redering documents with invalid

[poppler] poppler/CairoFontEngine.cc

2010-10-17 Thread Carlos Garcia Campos
poppler/CairoFontEngine.cc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d6f49aa2da15cd2e9cf775d6b1d2d04a005c8cdd Author: Carlos Garcia Campos carlo...@gnome.org Date: Sun Oct 17 14:22:57 2010 +0200 [cairo] Fix a crash when redering documents with invalid

[poppler] 2 commits - CMakeLists.txt cmake/modules

2010-10-17 Thread Pino Toscano
CMakeLists.txt|2 +- cmake/modules/FindCairo.cmake |8 2 files changed, 5 insertions(+), 5 deletions(-) New commits: commit ab0049d8be5dfe1989c4aa33c2732915c62fecb2 Author: Pino Toscano p...@kde.org Date: Sun Oct 17 14:29:22 2010 +0200 [CMake] Cairo

[poppler] Branch 'poppler-0.14' - cmake/modules

2010-10-17 Thread Pino Toscano
cmake/modules/FindCairo.cmake |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit f4874d01f24c7085eccc020774a674c8ed075e0c Author: Pino Toscano p...@kde.org Date: Sun Oct 17 14:29:22 2010 +0200 [CMake] Cairo package: make the version check really working

Re: [poppler] Packages: Please package littlecms2

2010-10-17 Thread Albert Astals Cid
A Dimarts, 28 de setembre de 2010, Albert Astals Cid va escriure: A Dissabte, 24 de juliol de 2010, Albert Astals Cid va escriure: To the packagers reading the list, please pakcage littlecms2 it gives poppler a free 10% speed increase in files using cms transformations. Following this up

[poppler] cmake/modules

2010-10-17 Thread Pino Toscano
cmake/modules/MacroOptionalFindPackage.cmake | 40 --- 1 file changed, 30 insertions(+), 10 deletions(-) New commits: commit 71ec4c7a6715a40d536d1e4b911dae48d1bba7b9 Author: Pino Toscano p...@kde.org Date: Sun Oct 17 14:57:43 2010 +0200 [CMake] update

Re: [poppler] commit? bounding box html in pdftotext

2010-10-17 Thread Albert Astals Cid
A Dimecres, 29 de setembre de 2010, Kenneth Berland va escriure: There exist OS's without /dev/null!? ;) You're pretty good at this code review thing, nice catch. NULL appears to be what TextOutputDev expects. Updated patch attached. Did this ever work? string myString =

Re: [poppler] commit? bounding box html in pdftotext

2010-10-17 Thread Albert Astals Cid
A Diumenge, 17 d'octubre de 2010, Albert Astals Cid va escriure: A Dimecres, 29 de setembre de 2010, Kenneth Berland va escriure: There exist OS's without /dev/null!? ;) You're pretty good at this code review thing, nice catch. NULL appears to be what TextOutputDev expects.

[poppler] utils/pdftotext.1 utils/pdftotext.cc

2010-10-17 Thread Albert Astals Cid
utils/pdftotext.1 |4 + utils/pdftotext.cc | 125 + 2 files changed, 103 insertions(+), 26 deletions(-) New commits: commit 3b45c66de91243d7419657512cf726c9e1c26dfb Author: Kenneth Berland k...@hero.com Date: Sun Oct 17 14:24:16 2010

Re: [poppler] Patches for SplashBitmap/PNGWriter

2010-10-17 Thread Albert Astals Cid
A Dijous, 19 d'agost de 2010, Stefan Thomas va escriure: Moving the `delete[] row;` should avoid requiring two identical lines: delete[] row; + if (!writer-close()) { +return splashErrGeneric; + } Yes, but libjpeg keeps a reference to row and may access it

[poppler] Can't compile (ergo can't release)

2010-10-17 Thread Albert Astals Cid
make[4]: Entering directory `/home/tsdgeos/devel/poppler/glib' GICOMP Poppler-0.16.gir Poppler-0.16.gir: error: Type reference 'cairo_region_t' not found make[4]: *** [Poppler-0.16.typelib] Error 1 Carlos? Anyone? Albert ___ poppler mailing list

Re: [poppler] Can't compile (ergo can't release)

2010-10-17 Thread Juanjo Marin
On Sun, 2010-10-17 at 17:25 +0100, Albert Astals Cid wrote: error: Type reference 'cairo_region_t' not found I think you need cairo 1.10.0 -- Juanjo ___ poppler mailing list poppler@lists.freedesktop.org

Re: [poppler] Can't compile (ergo can't release)

2010-10-17 Thread Albert Astals Cid
A Diumenge, 17 d'octubre de 2010, Juanjo Marin va escriure: On Sun, 2010-10-17 at 17:25 +0100, Albert Astals Cid wrote: error: Type reference 'cairo_region_t' not found I think you need cairo 1.10.0 I do have it, just the buildsystem seems only to be picking the correct one in some places.