Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/rump/librump
On Sun Jul 20 2008 at 18:36:27 +0200, Bernd Ernesti wrote:
> > 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.
Hmmhmm, I wonder why it builds for me.
Anyway, looked like trying to weasel bool into the picture portably was
too much work, so I just changed it to int.
thanks
Home |
Main Index |
Thread Index |
Old Index