|
From: Mojca M. <moj...@gm...> - 2012-01-06 19:09:55
|
On Fri, Jan 6, 2012 at 19:34, Ethan Merritt wrote: > On Friday, January 06, 2012 07:11:35 am Petr Mikulik wrote: > >> Is this a bug in pkg-config? Here is what I get with pkg-config: >> >> $ pkg-config --variable=rcc_location QtCore >> /usr/src/packages/BUILD/qt-everywhere-opensource-src-4.7.1/bin/rcc >> >> $ pkg-config --variable=uic_location QtCore >> /usr/bin/uic > > Sure looks like a pkg-config error to me. To me it looks as if ./configure was set to install Qt to /usr/src/packages/BUILD/qt-everywhere-opensource-src-4.7.1 and then the installer has simply copied the files to /usr/bin etc., without fixing *.pc along the way. But maybe I'm completely wrong. This was just a hypothesis/speculation. > The reason I was adjusting the configure.in script section for Qt was > that Mojca and I also ran into pkg-config bugs. (For me it wasn't just a pkg-config bug as I don't have pkg-config for Qt at all.) But thank you very much for fixing the MOC and UIC paths. Btw: Jérôme now fixed the source to the extent that I can work with Qt terminal (it is usable for testing, but the remaining problems are not acceptable for a release). Thanks to the fix I don't have to manually patch Makefiles any more. I like the terminal and have some more feature requests and bug reports (or maybe patches for the trivial issues), but I will wait until it starts working properly. I really like the fact that it has "export to PDF", "Print" functionality and auto-resize the plot, none of which is present in wxt. Mojca |