[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: doesn't really fix xfce4-taskmanager on kbsd



2010/7/18 Christoph Egger <christoph@christoph-egger.org>:
> Hi!
>
>    Two things to note. First, the "old" taskmanager mostly worked on
> kbsd (probably using the /proc emulation present in kbsd. And secondly
> it doesn't build on the kfreebsd route, failing as below.

Hi Christoph,

As you may have guessed, my knowledge about kfreebsd is null. Thanks
for telling me, in this case, it will probably work fine to build the
project with the -linux.c source, that still uses fopen() within
/proc. Frankly, I've never found something to deal with processes on
Linux (I may look at the ps program actually).

If you tell me afterwards what doesn't work, I can help providing
patches. However, testing with the git master branch is a better idea
in this case.

The same patch as previously is attached but to build with -linux.c.

> Regards
>
>    Christoph
>

Kind Regards
-- 
Mike
--- configure.orig	2010-07-18 17:37:18.232382812 +0200
+++ configure	2010-07-18 17:39:12.338202369 +0200
@@ -13006,7 +13006,7 @@
 done
 
 		;;
-		linux*)
+		linux*|kfreebsd*-gnu)
 		ac_os_implementation="linux"
 		for ac_header in pwd.h signal.h stdio.h string.h sys/resource.h \
 				sys/stat.h sys/types.h unistd.h

Reply to: