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

Re: qt3 on Openbsd 3.4



On Sat, Feb 21, 2004 at 04:25:58PM -0500, Dave Feustel wrote:
> I'm waiting for my copy of _C++ GUI Programming with Qt 3_
> to arrive in the mail. In the meantime I'd be interested in any comments
> about qt3 from openbsd users who have installed and used that 
> package on 3.4.

Works flawlessly. You definitely want to heed the comments in the
pkg/DESCR, that explain how to compile stuff here.

There are/might be minor issues with qmake, and it definitely looks
like only the -mt flavor will make sense in the future... there were
a few bumps while porting knode and kmail.  Those have been fixed before
3.4.

As far as OpenBSD goes, the qt3 port follows what goes on in kde land 
fairly closely, in terms of stability. 

You're more likely to be hampered by C++ issues, since OpenBSD 3.4 ships
with gcc 2.95.3 (and OpenBSD 3.5 will too, apart from sparc64).  Using
qt3 with gcc 3.3.x more or less requires recompiling everything C++ with
gcc 3.

Fortunately, qt3 ships with a fairly large collection of good classes,
which somewhat offsets the poor support of the STL in gcc 2.95.

The multilingual support of qt3 + XFree is also very good, especially
compared to the current lack of locale in OpenBSD.