On Friday 06 Jul 2007, you wrote:
> Hi Guys
>
> after 7 weeks of pain, i finally found why kio-slaves from trunk was
> failling on FreeBSD.
> actually is due a cmake test that it is no founding the setproctitle
> funtion on FreeBSD and then not creating the corresponding
> prepocessor HAVE_SETPROCTITLE directive.
>
> so until someone figure out how to fix this cmake issue i make this
> awful hack in kdelibs/kinit/proctitle.cpp that fix the problem ( only
> for freebsd users ;) )

Can I suggest you just put
#ifdef __FreeBSD__
#define HAVE_SETPROCTITLE 1
#endif

near the top of the file?

I'll try to get a FreeBSD partition set up so I can debug this properly.

Alex



-- 
KDE: http://www.kde.org
Ubuntu/Kubuntu: http://www.ubuntu.org http://www.kubuntu.org
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
kde-freebsd mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-freebsd

Reply via email to