<br><font size=2 face="sans-serif">Hi, sorry if this is a silly question,
I have been looking around the mailing list and in google and can't find
the answer.</font>
<br>
<br><font size=2 face="sans-serif">I am trying to build poppler to be able
to display pdf files in a small bibliography application I have been writing.
</font>
<br>
<br><font size=2 face="sans-serif">My application is written with Qt4,
and use the mingw/msys toolchain to compile. When I run ./configure all
seems to work fine, as the Makefiles get generated. I can then build poppler
with just a small tweak: I need to remove the -ansi option from the compile
line, otherwise strdup is not visible to the compiler (I think this is
a bug in mingw), and also need to copy libstdc++.dll.a to libstdc++.dll.la
(again, this seems to be related to the way libtool works in mingw). With
those minor glitches all builds and the tests seem to work fine.</font>
<br>
<br><font size=2 face="sans-serif">The problem I have now is that configure
can't find my installation of QT.</font>
<br>
<br><font size=2 face="sans-serif">I run configure as:</font>
<br>
<br><font size=2 face="sans-serif">./configure --enable-poppler-qt4 POPPLER_QT4_CXXFLAGS=-I/c/Qt/4.6.2/include
POPPLER_QT4_CXXFLAGS=-L/c/Qt/4.6.2/lib</font>
<br>
<br><font size=2 face="sans-serif">When it gets to detecting qt4 I get
the following error:</font>
<br>
<br><font size=2 face="sans-serif">configure:20472: checking for POPPLER_QT4</font>
<br><font size=2 face="sans-serif">configure:20541: error: in `/c/Users/crega/workspace/poppler-0.14.2':</font>
<br><font size=2 face="sans-serif">configure:20552: error: The pkg-config
script could not be found or is too old. &nbsp;Make sure it</font>
<br><font size=2 face="sans-serif">is in your PATH or set the PKG_CONFIG
environment variable to the full</font>
<br><font size=2 face="sans-serif">path to pkg-config.</font>
<br>
<br><font size=2 face="sans-serif">Alternatively, you may set the environment
variables POPPLER_QT4_CFLAGS</font>
<br><font size=2 face="sans-serif">and POPPLER_QT4_LIBS to avoid the need
to call pkg-config.</font>
<br><font size=2 face="sans-serif">See the pkg-config man page for more
details.</font>
<br>
<br><font size=2 face="sans-serif">To get pkg-config, see &lt;</font><a href="http://pkg-config.freedesktop.org/"><font size=2 face="sans-serif">http://pkg-config.freedesktop.org/</font></a><font size=2 face="sans-serif">&gt;.</font>
<br><font size=2 face="sans-serif">See `config.log' for more details.</font>
<br>
<br><font size=2 face="sans-serif">I have set the env variables in the
call to configure, and checking in config.log the variables are set, the
Qt installation is working, because I build my app with it, so I am at
a loss how to build the Qt4 wrapper. I would appreciate any pointers as
to what I should try next.</font>
<br>
<br><font size=2 face="sans-serif">Best Regards</font>
<br>
<br><font size=2 face="sans-serif">Carlos</font>
<br>
<BR>
______________________________________________________________________<BR>
This email and any files transmitted with it are confidential and<BR>
intended solely for the use of the individual or entity to whom<BR>
they are addressed.<BR>
<BR>
If you have received this email in error please notify the<BR>
originator of the message.<BR>
<BR>
Any views expressed in this message are those of the individual<BR>
sender, except where the sender specifies and with authority,<BR>
states them to be the views of Malvern Instruments.<BR>
<BR>
http://www.malvern.com<BR>
______________________________________________________________________<BR>