[Gambas-user] 2.2.5 and disabled QT

Ron Onstenk ronstk at ...239...
Thu Apr 17 07:52:50 CEST 2008


On Thursday 17 April 2008 03:05, Clarke Pelz wrote:
> However locate finds qptrlist.h...
> # locate qptrlist.h
> /usr/lib64/qt-3.3/include/qptrlist.h
> /usr/share/doc/qt-devel-3.3.8b/html/qptrlist.html
> 

Should '/usr/lib64/qt-3.3/include/qptrlist.h' 
be '/usr/lib/qt-3.3/include/qptrlist.h' ???

As far I know qt-3.3 is 32bit.

In case gambas configure search for qt3 in /usr/lib/ amd /usr/include/ you could
use a symlink /usr/lib/qt-3.3 -> /usr/lib64/qt-3.3

Optional you can add a option to ./configure -C --libdir=/usr/lib --includedir=/usr/include


Ron




More information about the User mailing list