Re: OT: QT 3.2.0 configure -thread problems on openbsd 3.3 when make
Dirk Mueller <[email protected]>
| Newsgroups | gmane.comp.kde.non-linux |
|---|---|
| Message-ID | <[email protected]> |
On Fre, 08 Aug 2003, Barraclough, Sean wrote: > dialogs/qfiledialog.cpp:3164: implicit declaration of function 'int > getpwnam_r(...)' > dialogs/qfiledialog.cpp:3164 warning: cannot pass objects of type > 'QCString' through '...' looks like getpwnam_r does not exist on your platform or is not declared in the header files or declared in an unusual place. does this function exist? otherwise you can try changing it to getpwnam instead. -- Dirk