OT: QT 3.2.0 configure -thread problems on openbsd 3.3 when make
"Barraclough, Sean" <[email protected]>
| Newsgroups | gmane.comp.kde.non-linux |
|---|---|
| Message-ID | <[email protected]> |
Hi, Sorry if this is OT. Steps to install QT: - downloaded qt3.2.0, pre-req for kde. - Set the paths required in .profile for root - ran: ./configure -thread - worked ok, ran: make - not so good, after a short while this error spits out: dialogs/qfiledialog.cpp: In method 'void QFileDialog::setDir(const Qstring &)': dialogs/qfiledialog.cpp:3164: implicit declaration of function 'int getpwnam_r(...)' dialogs/qfiledialog.cpp:3164 warning: cannot pass objects of type 'QCString' through '...' Error code 1 Stop in /usr/local/qt/src (line 11567 of Makefile). *** Error code 1 Stop in /usr/local/qt (line 40 of Makefile). *** Error code 1 Stop in /usr/local/qt (line 8 of Makefile). Any ideas? Should I email Trolltech? Thanks in newbieness :P Sean