Originally Posted by kmoore134
|
My guess here would be that its failing due to trying to compile QT
4.8.2 on a system that already has QT 4.7.x packages installed. I bet
its picking up old headers / packages and doing the wrong thing. Can you
try building these packages in a clean jail / chroot and see if it
works there?
|
I'm compiling a jail right now, but is going to take a lot. Effectively I installed the pcbsd version selecting the development tools, so chances are that the qt libraries have been installed along the system. However a
pkg_info -a gives me no result at all. I found all the qt4 headers in
/usr/local/include/qt4 but I'm not sure which versions they are (I suspect not the latest from the ports, since the installation fails I guess no headers will be installed at all). I found also a
plugins directory with the
.so under
/usr/local/lib/qt4 and a qtcreator (2.0.1) in
/usr/local/bin.
How can I remove such program and libraries since they are not listed as regular packages?