Re: [poppler] autotools and poppler 0.10.4

2009-03-08 Thread Vincent Torri
k that AC_CONFIG_MACRO_DIR([m4]) should be added in configure.ac (after AC_INIT). It is used by autoreconf to trace changes in m4 macros that are in the m4/ subdirectory. See http://www.gnu.org/software/autoconf/manual/autoconf.html#Input Vincent Torri ___ p

Re: [poppler] autotools and poppler 0.10.4

2009-03-08 Thread Vincent Torri
On Mon, 9 Mar 2009, Albert Astals Cid wrote: A Dilluns, 9 de març de 2009, carlo.bramix va escriure: Hello! Apparently if you generate a configure file on unix from configure.in with a recent autoconf, it does not produce a configure script that works on MINGW+MSYS. I just rebuild the con

Re: [poppler] Branch 'poppler-0.10' - configure.ac

2009-03-09 Thread Vincent Torri
fig, yes, no) > +if test "x$HAVE_PKGCONFIG" = "xno"; then > + AC_MSG_ERROR("*** pkg-config not found ***") > +fi > + you should use PKG_PROG_PKG_CONFIG instead (macro that is in pkg.m4) Vincent Torri _

Re: [poppler] autotools and poppler 0.10.4

2009-03-10 Thread Vincent Torri
On Mon, 9 Mar 2009, Albert Astals Cid wrote: >> talking about that, i think that >> >> AC_CONFIG_MACRO_DIR([m4]) >> >> should be added in configure.ac (after AC_INIT). It is used by autoreconf >> to trace changes in m4 macros that are in the m4/ subdirectory. See >> >> http://www.gnu.org/software

Re: [poppler] Branch 'poppler-0.10' - configure.ac

2009-03-10 Thread Vincent Torri
On Mon, 9 Mar 2009, Albert Astals Cid wrote: >>> +dnl # Check for pkgconfig >>> +AC_CHECK_PROG(HAVE_PKGCONFIG, pkg-config, yes, no) >>> +if test "x$HAVE_PKGCONFIG" = "xno"; then >>> + AC_MSG_ERROR("*** pkg-config not found ***") >>> +fi >>> + >> >> you should use PKG_PROG_PKG_CONFIG instead

[poppler] remove fortran check during libtool initialisation

2009-03-10 Thread Vincent Torri
Here is a patch that remove the fortran check during the initialisation of libtool (i don't think that there is a fortran binding in poppler). Hence, the configure script takes less time to execute. Vincent Torri diff --git a/configure.ac b/configure.ac index d32f048..0b28d89 100644

[poppler] fontconfig not shut down

2009-03-29 Thread Vincent Torri
uld also call FcConfigDestroy(FCcfg); before FcFini(). regards Vincent Torri ___ poppler mailing list poppler@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/poppler

[poppler] memory still reachable when calling Page::display()

2009-03-29 Thread Vincent Torri
le() is not called on RGBProfile. I don't really know where to call it, though regards Vincent Torri ___ poppler mailing list poppler@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/poppler

Re: [poppler] fontconfig not shut down

2009-03-29 Thread Vincent Torri
On Sun, 29 Mar 2009, Albert Astals Cid wrote: A Diumenge, 29 de març de 2009, Vincent Torri va escriure: Hey, in the destructor of a globalParams, fontconfig is not shut dows while it is initialized in the constructor. The problem with this patch is that FcInit is ok if you already had

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

2009-09-09 Thread Vincent Torri
un: ./configure --host=i586-mingw32msvc Be sure to have the required poppler dependencies for windows (the gnuwin32 project has some, I think) Vincent Torri ___ poppler mailing list poppler@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/poppler

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

2009-09-09 Thread Vincent Torri
m4te line 81. make: *** [configure] Error 1 you said that the error was related to freetype... Vincent Torri after autogen.sh and make with mingw+msys on windows. On Thu, Sep 10, 2009 at 1:07 PM, Vincent Torri wrote: On Thu, 10 Sep 2009, Shen Liang wrote: Is it possible compile poppler

Re: [poppler] experience with poppler and windows (rgb/bgr problem)

2009-10-19 Thread Vincent Torri
On Mon, 19 Oct 2009, Glenn Ganz wrote: > > Yes, it should be possible to compile it with mingw in msys, but i never > tried it. last time i tried, it was working, but i was a long time ago, in another galaxy Vincent Torri ___ poppler mai

Re: [poppler] error: 'class PDFDoc' has no member named 'getPDFVersion'

2009-11-12 Thread Vincent Torri
;t > installed by default - you need to configure with > '--enable-xpdf-headers' to have them installed. no, They *have broken* API. Everything in the public part of the class is by definition in the API. Check for poppler >= 0.11.3, or

Re: [poppler] error: 'class PDFDoc' has no membe r named 'getPDFVersion'

2009-11-12 Thread Vincent Torri
On Thu, 12 Nov 2009, Albert Astals Cid wrote: > A Dijous, 12 de novembre de 2009, Vincent Torri va escriure: >> On Thu, 12 Nov 2009, Dominic Lachowicz wrote: >>> Just because a method is included in the "public" part of the class >>> doesn't mean tha

Re: [poppler] [Help] How can I compile poppler on win32 platform!

2009-11-26 Thread Vincent Torri
on't understand why pkg_config is not used for the detection of libpng Vincent Torri ___ poppler mailing list poppler@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/poppler

[poppler] about the data page returned by poppler

2010-02-20 Thread Vincent Torri
memcpy ? thank you Vincent Torri ___ poppler mailing list poppler@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/poppler

Re: [poppler] [patch] improving poppler performance

2010-08-24 Thread Vincent Torri
On Tue, 24 Aug 2010, Albert Astals Cid wrote: A Dilluns, 23 d'agost de 2010, Paweÿÿ Wiejacha va escriure: Hi, Hi as a part of 'Optimization of Open Source programs' course at my university I wrote some patches which should improve poppler performance. I got 4-38% (avg. 13%) performance i

Re: [poppler] How to define _WIN32 flag?

2010-09-22 Thread Vincent Torri
pc-mingw32-gcc and i586-pc-mingw32-g++ define it for you. 2) it's a preprocessor thing, so if you really want to define it, just add it in CPPFLAGS, not in CXXFLAGS and CFLAGS. So ./configure --host=i586-pc-mingw32 shoud work. Vincent Torri

Re: [poppler] problem with rectangles of links in a pdf

2010-10-12 Thread Vincent Torri
On Tue, 12 Oct 2010, Carlos Garcia Campos wrote: Without looking at the code it's difficult to know what's wrong. file attached. The link code begins at line 671. In the switch, just consider the default case. I didn't fix the other cases. Vincent Torri#ifdef HAVE_CON

Re: [poppler] problem with rectangles of links in a pdf

2010-10-16 Thread Vincent Torri
On Tue, 12 Oct 2010, Vincent Torri wrote: On Tue, 12 Oct 2010, Carlos Garcia Campos wrote: Without looking at the code it's difficult to know what's wrong. file attached. The link code begins at line 671. In the switch, just consider the default case. I didn't fix the o

[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

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

2010-10-17 Thread Vincent Torri
On Sun, 17 Oct 2010, Albert Astals Cid wrote: 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 w

[poppler] undef ref error when linking against libpoppler on Windows (msys/mingw)

2010-10-22 Thread Vincent Torri
*, Object*)' Does someone have an idea ? thank you Vincent Torri ___ poppler mailing list poppler@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/poppler

[poppler] patch: remove -ansi flag

2010-10-23 Thread Vincent Torri
Hey, here is a patch that remove the -ansi flag in the autotools. Vincent Torridiff --git a/configure.ac b/configure.ac index 2e84956..9e3136d 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ AC_PROG_CC_STDC #fi AC_PROG_CXX if test "x$GXX" = "xyes"; then - CXXFLAGS="$CXXFLAGS

Re: [poppler] patch: remove -ansi flag

2010-10-23 Thread Vincent Torri
On Sat, 23 Oct 2010, Albert Astals Cid wrote: A Dissabte, 23 d'octubre de 2010, Vincent Torri va escriure: Hey, Hi here is a patch that remove the -ansi flag in the autotools. And the rationale for it? actually, forget the previous, Patrick told me to remove it on Windows only

[poppler] [patch] using external data in SplashBitmap

2010-10-24 Thread Vincent Torri
Hey, I have written a small patch for setting external data to the SplashBitmap class. It's not finished yet as i have some questions (and doc is not added): * is the coding style good ? * i don't think I break ABI. * what about alpha ? Afaics, it's just allocated memory with a getter,

Re: [poppler] [patch] using external data in SplashBitmap

2010-10-25 Thread Vincent Torri
On Mon, 25 Oct 2010, Albert Astals Cid wrote: A Dilluns, 25 d'octubre de 2010, Vincent Torri va escriure: Hey, Hi I have written a small patch for setting external data to the SplashBitmap class. What's the use case for this? I have a lib that uses objects to display a

Re: [poppler] [patch] using external data in SplashBitmap

2010-10-25 Thread Vincent Torri
On Mon, 25 Oct 2010, Albert Astals Cid wrote: A Dilluns, 25 d'octubre de 2010, Vincent Torri va escriure: On Mon, 25 Oct 2010, Albert Astals Cid wrote: A Dilluns, 25 d'octubre de 2010, Vincent Torri va escriure: Hey, Hi I have written a small patch for setting external d

Re: [poppler] [patch] using external data in SplashBitmap

2010-10-25 Thread Vincent Torri
On Mon, 25 Oct 2010, Albert Astals Cid wrote: A Dilluns, 25 d'octubre de 2010, vàreu escriure: On Mon, 25 Oct 2010, Albert Astals Cid wrote: A Dilluns, 25 d'octubre de 2010, Vincent Torri va escriure: On Mon, 25 Oct 2010, Albert Astals Cid wrote: A Dilluns, 25 d'octubre d

[poppler] compilation error with mingw-w64

2010-10-31 Thread Vincent Torri
is maybe better. Or using unsigned __int64. Vincent Torri ___ poppler mailing list poppler@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/poppler

Re: [poppler] splash/SplashFontFile.h

2010-11-01 Thread Vincent Torri
er to destroy idA which is passed to the constructor, not the destructor. Vincent Torri diff --git a/splash/SplashFontFile.h b/splash/SplashFontFile.h index f2b4570..8945be2 100644 --- a/splash/SplashFontFile.h +++ b/splash/SplashFontFile.h @@ -12,7 +12,7 @@ // under GPL version 2 or later // // Copy

Re: [poppler] splash/SplashFontFile.h

2010-11-02 Thread Vincent Torri
On Tue, 2 Nov 2010, Albert Astals Cid wrote: A Dimarts, 2 de novembre de 2010, Vincent Torri va escriure: On Mon, 1 Nov 2010, Albert Astals Cid wrote: splash/SplashFontFile.h |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit

Re: [poppler] Direct Poppler access without frontend allowed?

2011-05-11 Thread Vincent Torri
to our frontend ;-) in my case, I use that API as I use another framework than glib or QT. I know that the API can change, so it's not a problem (for me). Vincent Torri ___ poppler mailing list poppler@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/poppler

Re: [poppler] Direct Poppler access without frontend allowed?

2011-05-11 Thread Vincent Torri
On Wed, 11 May 2011, Albert Astals Cid wrote: A Wednesday, May 11, 2011, vàreu escriure: On Wed, 11 May 2011, Albert Astals Cid wrote: A Wednesday, May 11, 2011, Andreas Butti va escriure: If you tell us what you are missing from the public frontend API we might add it, or you might even con

Re: [poppler] poppler on windows

2012-06-05 Thread Vincent Torri
On Tue, 5 Jun 2012, Albert Astals Cid wrote: El Dimarts, 5 de juny de 2012, a les 13:08:35, Vipin Beniwal va escriure: Hi , Please tell me the way how can i build poppler on windows statically i have done it on mac successfully but on window i use cmake to build poppler which give me sha

Re: [poppler] How to remove the dependency of visual studio in Poppler ??

2012-06-12 Thread Vincent Torri
e the mscvrt9*.dll with poppler's dll Vincent Torri ___ poppler mailing list poppler@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/poppler

Re: [poppler] poppler as Plugin for FF?

2006-07-06 Thread Vincent Torri
On Thu, 6 Jul 2006, Krzysztof Kowalczyk wrote: On 7/6/06, Albert Astals Cid <[EMAIL PROTECTED]> wrote: A Dijous 06 Juliol 2006 17:30, Thomas Zühlke va escriure: > Hi *, > > I try to write a PDF plugin for the Firefox browser for Windows xp, > because not all PDF features are supported by the

Re: [poppler] Moving the poppler test framework to git

2006-11-07 Thread Vincent Torri
On Tue, 7 Nov 2006, Jeff Muizelaar wrote: Also, Kristian or anyone else, is there a good procedure for doing the migration? Ask Carl Worth. He helped us when we have migrated xcb to git. Vincent Torri ___ poppler mailing list poppler

Re: [poppler] Poppler and MOAB-06-01-2007

2007-01-10 Thread Vincent Torri
On Wed, 10 Jan 2007, Albert Astals Cid wrote: but i'm not going to commit it to poppler since krh oposes completely to use stl for poppler. what is the reason ? Vincent ___ poppler mailing list poppler@lists.freedesktop.org http://lists.freedeskto

Re: [poppler] Switching source control tools.

2007-04-27 Thread Vincent Torri
On Thu, 26 Apr 2007, Albert Astals Cid wrote: How much time does a complete git newbie need to learn to do a checkout, diff and commit? i'm developping on xcb and it took me 5 mn to understand how to use (in a basic way) git (check out, commit, update, diff). In addition, fdo has a very g

Re: [poppler] poppler: ChangeLog,1.509,1.510

2007-04-29 Thread Vincent Torri
On Sun, 29 Apr 2007, Jeff Muizelaar wrote: Is it normal to have those '>>' ? +>>> 1.509 2007-04-15 Pino Toscano <[EMAIL PROTECTED]> reviewed by: Albert Astals Cid <[EMAIL PROTECTED]> It usually means that there is a conflict, no ? (well, it's about the ChangeLog, so it's n

[poppler] error during compilation of cvs repository with MinGW

2007-07-28 Thread Vincent Torri
Hey, i've just got the cvs rep of poppler and I'm trying to compile it with mingw (5.1.3, candidate). I have that error: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -ID:/vincent/msys/1.0/local/include/freetype2 -ID:/vincent/msys/1.0/local/include -ID:/vincent/msys/1.0/local/include -I/usr/

Re: [poppler] {Spam?} Re: Poppler 0.5.9 (0.6 Release Candidate 1) released

2007-07-31 Thread Vincent Torri
Hey, I've mentioned a error during the compilation with MinGW on the ML, without answer. Does that mean that this error will still remain in the 0.6 release ? Vincent Torri On Tue, 31 Jul 2007, Albert Astals Cid wrote: Anwering from webmail, don't know if it'll reach the m

Re: [poppler] error during compilation of cvs repository with MinGW

2007-07-31 Thread Vincent Torri
gdi32.a is also needed with that environment. I don't know if -no-undefined is needed (with cygwin). thank you Vincent Torri? poppler.patch Index: configure.ac === RCS file: /cvs/poppler/poppler/configure.ac,v retrieving revisi

Re: [poppler] {Spam?} Preparing Poppler 0.6 RC 2

2007-08-13 Thread Vincent Torri
sent a patch in the ML for the creation of the shared lib on Windows. I have no news about it. Vincent Torri ___ poppler mailing list poppler@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/poppler

Re: [poppler] {Spam?} Poppler 0.5.91 (0.6 Release Candidate 2) released

2007-08-14 Thread Vincent Torri
mpiler (for example, gcc -ansi with mingw does not define WIN32)). It is usually better to use _WIN32 instead. if you want, I can make a patch. Vincent Torri ___ poppler mailing list poppler@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/poppler

Re: [poppler] blocker for poppler-0.6?

2007-08-31 Thread Vincent Torri
ent cvs head. > > It's seems it's reproducible since freetype 2.3.0. Anybody know where to > report a bug? I haven't found anything in freetype.org. afaik, you can report bugs only through mailing lists. I think that [EMAIL PROTECTED] is the one to use. regards Vincent Torr

Re: [poppler] Poppler for Windows?

2007-10-01 Thread Vincent Torri
f3d763;hb=aba29e12528025c2cc71bf46e02e76ac4db2b193;f=README.windows > > I've been also using (slightly older) poppler code in my Sumatra > viewer (http://blog.kowalczyk.info/software/sumatrapdf/). You can look > at the code for inspiration. I've also compiled poppler with msy

Re: [poppler] poppler 0.6.1 and popplerdata 0.1.1 releases

2007-10-03 Thread Vincent Torri
oppler area. > > If someone wants to add something to the 0.6 branch do it before next friday. > > Comments? I would like to test poppler with msys/mingw. Unfortunately, there is not git to get the repository. Can I get a nighty built archive, or something like t

Re: [poppler] poppler 0.6.1 and popplerdata 0.1.1 releases

2007-10-06 Thread Vincent Torri
le. I can not find cairo-ft.h I use cairo from Tor Lillqvist home page. regards Vincent Torri ___ poppler mailing list poppler@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/poppler

Re: [poppler] poppler 0.6.1 and popplerdata 0.1.1 releases

2007-10-06 Thread Vincent Torri
On Sat, 6 Oct 2007, Vincent Torri wrote: > > > On Wed, 3 Oct 2007, Albert Astals Cid wrote: > >> Hi, i'm planning releasing poppler 0.6.1 and popplerdata 0.1.1 on friday 12. >> There have not been much changes, mainly compile fixes and such, but i think >>

Re: [poppler] Poppler 0.7.1 (0.8 Beta 2) released

2008-02-27 Thread Vincent Torri
On Wed, 27 Feb 2008, Albert Astals Cid wrote: > Available from > http://poppler.freedesktop.org/poppler-0.7.1.tar.gz > > Testing, patches and bug reports welcome. It works on Win XP (compiled with MinGW / MSYS) Vincent Torri ___ poppler