Source-Changes archive

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

Re: CVS commit: src/sys/rump/librump



Hi Antti,

On Fri, Jul 18, 2008 at 04:19:12PM +0000, Antti Kantee wrote:
> 
> Module Name:  src
> Committed By: pooka
> Date:         Fri Jul 18 16:19:12 UTC 2008
> 
> Modified Files:
>       src/sys/rump/librump/rumpkern: locks.c
>       src/sys/rump/librump/rumpuser: rumpuser.h rumpuser_pth.c
> 
> Log Message:
> support cv_has_waiters()

Hmmm.

all ===> librump/rumpkern
[..]
#   compile  rumpkern/atomic.o
cc -g -O0 -ffreestanding -Wno-pointer-sign -Wall -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wno-traditional 
-Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra 
-Wno-unused-parameter -std=gnu99  -Werror   -I/src/sys/rump/include  
-I/home/source/src/sys/rump/librump/rumpkern -I. -D_KERNEL 
-I/src/common/include -D_RUMPKERNEL -DDEBUG -DDIAGNOSTIC -nostdinc -I/src/sys 
-I/src/sys -I/src/common/include  -I/src/sys/rump/librump/rumpuser              
  -I/home/source/src/sys/rump/librump/rumpkern/opt -DMAXUSERS=32 
-DRUMP_WITHOUT_THREADS    -c    
/home/source/src/sys/rump/librump/rumpkern/atomic.c -o atomic.o
In file included from /home/source/src/sys/rump/librump/rumpkern/atomic.c:37:
/src/sys/rump/librump/rumpuser/rumpuser.h:33:21: error: stdbool.h: No such file 
or directory
*** Error code 1

There is no stdbool.h under src/sys so this fails.

I think there is a way to fix this problem in the kernel tree, but I can't
rember what it is now.

Bernd



Home | Main Index | Thread Index | Old Index