Re: Re: Which list for kde 3.4 beta posts?
Dave Feustel <[email protected]> Mon, 31 Jan 2005 15:40:46 -0500
| Newsgroups | gmane.comp.kde.non-linux |
|---|---|
| Message-ID | <[email protected]> |
On Monday 31 January 2005 03:20 pm, Will Andrews wrote: > On Mon, Jan 31, 2005 at 08:01:27AM -0500, Dave Feustel wrote: > > Making all in network > > source='kresolver.cpp' object='kresolver.lo' libtool=yes DEPDIR=.deps depmode=gcc /bin/sh ../../admin/depcomp /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../dcop -I../../kdecore -I../../kio/kssl -I../../dcop -I../../libltdl -I../../kdefx -I../../kdecore -I../../kdecore -I../../kdeui -I../../kio -I../../kio/kio -I../../kio/kfile -I../.. -I/home/daf/Qt334/include -I/usr/X11R6/include -I/home/daf/KDE34/include -DQT_THREAD_SUPPORT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c -o kresolver.lo kresolver.cpp > > kresolver.cpp:62: warning: #warning "mutex" > > kresolver.cpp: In function `static int KNetwork::KResolver::servicePort(const char *, const char *)': > > kresolver.cpp:769: implicit declaration of function `int getservbyname_r(...)' > > *** Error code 1 (continuing) > > Your OS probably needs hacks to workaround the lack of *_r() > functions. I believe FreeBSD doesn't have many of the *_r() used > in KDE as well. This function is available in -current and will be generally available in 3.7. I'm going to start working with -current very shortly. > Are you a good C/C++ programmer? If not, I suggest finding > someone that is and uses OpenBSD to work these issues out with. > Your patches should be contributed here and/or kde-devel. > > Regards,