DragonFly bugs List (threaded) for 2004-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: caps test bugs
I think you need to update your whole system.... kernel and world.
In fact, some of the thread tests *shouldn't* compile (thr3.c will
fail to compile), but the newer caps client and server should compile
just fine. You can bypass the others by just doing a
'make /tmp/caps_s /tmp/caps_c' ... after you've updated your whole
system.
You may want to wait a day or two for the current compiler issues to
stabilize first, though.
-Matt
Matthew Dillon
<dillon@xxxxxxxxxxxxx>
:Tried to build caps tests... I went to /usr/src/lib/libcaps and did a
:"make includes" first.
:
:Then I installed libcaps and cd'd to /usr/src/test/caps and typed make.
:
:I got the following result:
:[14:59] dave(yars):../test/caps %> sudo make
:cc -O2 -g -I/usr/src/lib -I/usr/src/lib/libcaps/i386 -DSMP thr1.c -lcaps -o /tmp
:/thr1
:cc -O2 -g -I/usr/src/lib -I/usr/src/lib/libcaps/i386 -DSMP thr2.c -lcaps -o /tmp
:/thr2
:cc -O2 -g -I/usr/src/lib -I/usr/src/lib/libcaps/i386 -DSMP thr3.c -lcaps -o /tmp
:/thr3
:cc -O2 -g -I/usr/src/lib -I/usr/src/lib/libcaps/i386 -DSMP -DDEBUG server.c -o /
:tmp/caps_s
:server.c: In function `main':
:server.c:19: storage size of `msgid' isn't known
:*** Error code 1
:
:Dave
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]