A Dijous 03 Abril 2008, FamilleCleon va escriure: > Hello, > > I am working on Debian etch. > I need the poppler-qt4 wrapper, so I downloaded the last version of > Poppler (0.8.0) and tryied to compile it. > The problem is that Qt4 has been compiled by me manually and not through > packages, and is installed in /opt/qt4.3.3. > So how to "explain" this to ./configure (when I launch ./configure > without any options, it doesn't find qt4 librairies) ? > The "mystery" is that with an old version of poppler (0.5.4), > ./configure works (find qt4), and from the next version (0.5.9) to the > last one, it doesn't work.
For Qt4 to be found on poppler 0.8 you need it to be found by pkg-config, that is, pkg-config --modversion QtCore has to return something and that something has to be >= 4.1.0 Albert > If someone could help me, it would be very kind. > Thanks, > > Gwenaël Cléon > > _______________________________________________ > poppler mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/poppler _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
