[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: qt3 Problems on Openbsd 3.4



On Sun, Feb 22, 2004 at 07:51:53AM -0500, Dave Feustel wrote:
> In order to develop qt3 apps outside the ports tree
> (ie in the directory /home/daf/QT3src,
> 
> /home/daf>pkg_info -a | grep qt
> qt3-base-1.2       include and docs for qt3
> qt3-mt-1.2         C++ X11 GUI toolkit
> qt3-1.2            C++ X11 GUI toolkit
> qt3-html-1.2       off-line html documentation for qt3
> qt3-examples-1.2-mt examples and tutorial for qt3
> /home/daf>

I have no idea of Qt-programming, but have you
looked at the files included in every qt-package?
Maybe you'll find something you need there:

newhope:Pref3 {1040} pkg_info -L qt3-base-2.3   
Information for qt3-base-2.3

Files:
/usr/local/include/X11/qt3/jri.h
/usr/local/include/X11/qt3/jri_md.h
/usr/local/include/X11/qt3/jritypes.h
......
etc.

> But now man does not work for anything but qt even after setting MANPATH to
> /usr/local/lib/qt3/man:/usr/local/man:/usr/share/man;/usr/X11R6/man.
> 
> Also, I have no qt qt3 or qt-3 directories as mentioned in the qt3 html help
> file (/usr/local/share/doc/qt3/html/install-x11.html). This suggests to me
> that either the pkg_install failed or that there are yet other qt3 packages
> that need to be installed. Or is there some other problem?