[Kde-nonlinux] OT: QT 3.2.0 configure -thread problems on openbsd 3.3 when make

Dirk Mueller mueller at kde.org
Sat Aug 9 20:55:18 CEST 2003


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


More information about the kde-nonlinux mailing list