Hi,

I do:

$ ./autogen.sh
$ ./configure --with-frontend=qt2 \
              --with-qt2-includes=/usr/X11R6/include/qt2 \
              --with-qt2-libraries=/usr/X11R6/lib

which ends with:

[...]
checking for X11/forms.h... no
checking for forms.h... yes
checking xforms header version... 0.88.1
checking for Qt... configure: error: Qt2 (headers and libraries) not found.
Please check your installation! 

What's wrong?

"ls /usr/X11R6/include/qt2" has:
     jri.h
     jritypes.h
     npapi.h
     npupp.h
     q1xcompatibility.h
     qabstractlayout.h
     qaccel.h
     [...]
     qwmatrix.h
     qworkspace.h
     qxml.h
     qxt.h

and "ls /usr/X11R6/lib | grep qt" has:
     libqt1.so
     libqt1.so.3
     libqt2-mt.so
     libqt2-mt.so.4
     libqt2.so
     libqt2.so.4
     libqtgl.so
     libqtgl.so.4

Any idea why the qt-configure script fails on my FreeBSD PC?

Regards,
Rob.

Reply via email to