trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: May 2011

Re: [trinity-devel] Arch - poppler-qt3, anybody got a PKGBUILD working? My Qt3 gives no qt-mt.pc

From: /dev/ammo42 <mickeytintincolle@...>
Date: Mon, 2 May 2011 09:55:30 +0200
Le Sun, 01 May 2011 21:01:20 -0500,
"David C. Rankin" <drankinatty@...> a �crit :

> Guys,
> 
>    I am having problems with poppler-qt3 on arch. I suspect I have
> missed something in Qt3. Basically, I think the build fails due to a
> lack of qt-mc.pc package config information:
Did you:
-properly configure your PKG_CONFIG_PATH ?
-compile Qt with threads ?
> 
> configure:21231: $PKG_CONFIG --exists --print-errors "qt-mt"
> Package qt-mt was not found in the pkg-config search path.
> Perhaps you should add the directory containing `qt-mt.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'qt-mt' found
> configure:21234: $? = 1
> configure:21247: $PKG_CONFIG --exists --print-errors "qt-mt"
> Package qt-mt was not found in the pkg-config search path.
> Perhaps you should add the directory containing `qt-mt.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'qt-mt' found
> configure:21250: $? = 1
> configure:21263: result: no
> No package 'qt-mt' found
> configure:21280: error: in
> `/home/david/tblds/poppler-qt3/src/poppler-0.16.4': configure:21282:
> error: Qt development libraries not found
> 
>    So far tqtinterface, arts and pyqt3 have all built fine. Where
> does one usually install the qt-mc.pc file from? The Qt3 install?
> 
>