<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
So to sum up I definitly have to build poppler on windows.<BR>
The&nbsp;thing is I don't have the capacity to do it (using mingw compiler under cygwin)<BR>
&nbsp;<BR>
Would it be possible to get back dll files from existing projects like Okular (<A href="http://okular.kde.org/">http://okular.kde.org/</A>) or KDE on Windows(<A href="http://windows.kde.org/">http://windows.kde.org/</A>)<BR>
and reuse it for my project.<BR>
&nbsp;<BR>
Thanks<BR>
&nbsp;<BR>
Romain<BR>
&nbsp;<BR>&gt; From: aacid@kde.org<BR>&gt; To: romain.vigobenia@hotmail.fr; poppler@lists.freedesktop.org<BR>&gt; Subject: Re: [poppler] Setup poppler<BR>&gt; Date: Sun, 26 Apr 2009 21:27:22 +0200<BR>&gt; <BR>&gt; A Divendres, 24 d'abril de 2009, vàreu escriure:<BR>&gt; &gt; Hi<BR>&gt; <BR>&gt; Do not mail me only, ALWAYS mail the list.<BR>&gt; <BR>&gt; &gt; Since a couple of days I'm trying to compile poppler on windows myself (I<BR>&gt; &gt; did not found someone to help me) and this is not a a success.<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; So as I'm bloked and have lost enought time, I'm asking myself if it could<BR>&gt; &gt; be better to develop my application on linux.<BR>&gt; &gt;<BR>&gt; &gt; It could be easier to instal qt and poppler as there is an existing package<BR>&gt; &gt; if I have well understood.<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; But I have a question : could I developed my application on Linux and make<BR>&gt; &gt; it work both on Linux and windows.<BR>&gt; <BR>&gt; It is easier to develop on Linux?<BR>&gt; For me it is.<BR>&gt; <BR>&gt; But at the end if you want it working for Windows you'll have to figure out <BR>&gt; how to build poppler on Windows, so it's just postponing your problem.<BR>&gt; <BR>&gt; Albert<BR>&gt; <BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; Thanks in advance.<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; Romain<BR>&gt; &gt;<BR>&gt; &gt; &gt; From: aacid@kde.org<BR>&gt; &gt; &gt; To: poppler@lists.freedesktop.org<BR>&gt; &gt; &gt; Date: Wed, 22 Apr 2009 20:53:27 +0200<BR>&gt; &gt; &gt; Subject: Re: [poppler] Setup poppler<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; A Dimecres, 22 d'abril de 2009, toto titi va escriure:<BR>&gt; &gt; &gt; &gt; Hi<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; Hi<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; I'm in work placement and I have to develop a standalone marking tool.<BR>&gt; &gt; &gt; &gt; After the analysis part, I have choosen to use Qt and poppler library<BR>&gt; &gt; &gt; &gt; but I have some problems to set up poppler. So generally to set up a<BR>&gt; &gt; &gt; &gt; library with Qt there is just the .pro file to change indicating the<BR>&gt; &gt; &gt; &gt; new include and lib files.<BR>&gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; I tried to do that but it doesn't really worked (I have just linked the<BR>&gt; &gt; &gt; &gt; poppler/qt4/include folder) and I'm pretty sure I have forgoten<BR>&gt; &gt; &gt; &gt; something.<BR>&gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; After that I founded a file name INSTALL in which there are some<BR>&gt; &gt; &gt; &gt; explication who to process to install poppler :<BR>&gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; "<BR>&gt; &gt; &gt; &gt; The simplest way to compile this package is:<BR>&gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; 1. `cd' to the directory containing the package's source code and type<BR>&gt; &gt; &gt; &gt; `./configure' to configure the package for your system. If you're<BR>&gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; using `csh' on an old version of System V, you might need to type<BR>&gt; &gt; &gt; &gt; `sh ./configure' instead to prevent `csh' from trying to execute<BR>&gt; &gt; &gt; &gt; `configure' itself.<BR>&gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; Running `configure' takes awhile. While running, it prints some<BR>&gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; messages telling which features it is checking for.<BR>&gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; 2. Type `make' to compile the package.<BR>&gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; 3. Optionally, type `make check' to run any self-tests that come with<BR>&gt; &gt; &gt; &gt; the package.<BR>&gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; 4. Type `make install' to install the programs and any data files and<BR>&gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; documentation.<BR>&gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; 5. You can remove the program binaries and object files from the<BR>&gt; &gt; &gt; &gt; source code directory by typing `make clean'. To also remove the<BR>&gt; &gt; &gt; &gt; files that `configure' created (so you can compile the package for<BR>&gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; a different kind of computer), type `make distclean'. There is<BR>&gt; &gt; &gt; &gt; also a `make maintainer-clean' target, but that is intended mainly<BR>&gt; &gt; &gt; &gt; for the package's developers. If you use it, you may have to get<BR>&gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; all sorts of other programs in order to regenerate files that came<BR>&gt; &gt; &gt; &gt; with the distribution.<BR>&gt; &gt; &gt; &gt; "<BR>&gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; None of those command worked.<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; That commands are perfectly valid.<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; To conclude I'm totally lost and confuse about the setup of poppler and<BR>&gt; &gt; &gt; &gt; I did not find any usefull informations on the web.<BR>&gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; I'd be gratefull if someone have some tips or tutorial for me.<BR>&gt; &gt; &gt; &gt; By the way, I'm working on windows vista.<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; This is your problem, none of the developers of poppler use windows. We<BR>&gt; &gt; &gt; know poppler builds on windows, people is known to have success building<BR>&gt; &gt; &gt; it using mingw, cygwin and also using cmake as build system, but that's<BR>&gt; &gt; &gt; all i can say.<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; I hope my english is understandable.<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; Totally understandable.<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; Albert<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; Thanks<BR>&gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; Romain<BR>&gt; &gt; &gt; &gt; _________________________________________________________________<BR>&gt; &gt; &gt; &gt; Découvrez toutes les possibilités de communication avec vos proches<BR>&gt; &gt; &gt; &gt; http://www.microsoft.com/windows/windowslive/default.aspx<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; _______________________________________________<BR>&gt; &gt; &gt; poppler mailing list<BR>&gt; &gt; &gt; poppler@lists.freedesktop.org<BR>&gt; &gt; &gt; http://lists.freedesktop.org/mailman/listinfo/poppler<BR>&gt; &gt;<BR>&gt; &gt; _________________________________________________________________<BR>&gt; &gt; Inédit ! Des Emoticônes Déjantées! Installez les dans votre Messenger !<BR>&gt; &gt; http://www.ilovemessenger.fr/Emoticones/EmoticonesDejantees.aspx<BR>&gt; <BR>&gt; <BR><br /><hr />Votre correspondant a choisi Hotmail et profite d'un stockage quasiment illimité. <a href='http://www.windowslive.fr/hotmail/default.asp' target='_new'> Créez un compte Hotmail gratuitement !</a></body>
</html>