KDE2 port?

2001-02-28 Thread Igor Robul

On Fri, Feb 23, 2001 at 04:50:37AM -0800, Alex Zepeda wrote:
 Define flawlessly?
 
 I haven't noticed any problems yet with KDE2, other than the usual mixing
I can't build KDE2 port on -CURRENT-20010228
I'm not complaining of course, I even don't need KDE, but I wish try
it :-)
This -CURRENT is my workstation. On -STABLE server I have build KDE2
without problems, but then deinstalled it (why I need KDE on server?
:-) )

Problem is, while compiling I get:
cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I./../../CContLib
-I/usr/local/include  -Wall  -c ProcessList.c
ProcessList.c: In function `updateProcess':
ProcessList.c:199: structure has no member named `ki_priority'



-- 
Igor Robul, Unix System Administrator  Programmer @ sanatorium "Raduga", 
Sochi, Russia
http://www.brainbench.com/transcript.jsp?pid=304744

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



struct ki_pri VS ki_priority in sys/user.h

2001-02-28 Thread Igor Robul

On Wed, Feb 28, 2001 at 03:25:15PM +0300, Igor Robul wrote:
 Problem is, while compiling I get:
 cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I./../../CContLib
 -I/usr/local/include  -Wall  -c ProcessList.c
 ProcessList.c: In function `updateProcess':
 ProcessList.c:199: structure has no member named `ki_priority'
Ok, now there is "struct ki_pri" instead of "int (?) ki_priority"
This is used in ksysguardd, so (hoping I'll not get problems) I have
changed ki_priority to ki_pri.pri_user in KDE source.

But can somebody enlighten me on this topic?

-- 
Igor Robul, Unix System Administrator  Programmer @ sanatorium "Raduga", 
Sochi, Russia
http://www.brainbench.com/transcript.jsp?pid=304744

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Correct size of kinfo_proc

2001-02-28 Thread Igor Robul

On Wed, Feb 28, 2001 at 03:00:48PM +0200, Maxim Sobolev wrote:
 Hi Poul,
 
 In revision 1.31 of src/sys/sys/user.h you have added new ki_layout field to
 kinfo_proc structure, but forgot to increase KINFO_PROC_SIZE  from 644 to 648.
 Please correct.
Why don't use sizeof() insead of hardcoding numbers? 

-- 
Igor Robul, Unix System Administrator  Programmer @ sanatorium "Raduga", 
Sochi, Russia
http://www.brainbench.com/transcript.jsp?pid=304744

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



buildkernel trouble ?

2001-01-23 Thread Igor Robul

Hello, 
I'm tracking -CURRENT on my workstation around 3 months. Recently I
have found that "make buildkernel" fails. Even with GENERIC.
Ok, I have removed
/usr/src/* and cvsupped again. Now, if I do 
make buildkernel KERNEL=MORDOR 
GENERIC kernel will be built, so I don't know how to build kernel now
:-(

Last cvsup was on 2000.01.23


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message