On Tuesday 20 February 2001 16:28, Christian Stueble wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hello,
I tried to compile the l4 CVS version from today, but I have some oskit/oskit10 problems:
Our CVS tree is under havy development at this time. Sorry for that.
1) l4/Makeconf seems to add oskit10 includes even if OSKIT10 is not set. Maybe the line "ifeq ($(OSKIT10),) " is wrong?
Right, that's wrong. But this error don't occur here. Which package do you mean? In the log package, the make messages are ... gcc -c -DCROSS -O2 -DARCH_X86 -nostdinc -I../../../../include -I../../../../../oskit10 -I../../../../../oskit10/oskit/c -I/home/fm3/drops/include -I/home/fm3/drops/include/oskit/c -I../../server/include -DCPU=686 -nostdinc -D__USE_L4WQLOCKS__ -D__L4__ -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe -Wall doprnt.c -o doprnt.o ...
2) When I fixed that, l4/pkg/log/lib/src/doprnt.c produces an error, because oskit/boolean.h is not there. Do you mean flux/boolean.h, or should oskit10 be used instead of oskit?
log depends on oskit10. In log/lib/src/Makeconf the variable OSKIT10 is set to one.
3) I also tried to use oskit10, which produces errors in oskit_support and some services because of missing headers, e.g., lmm/lmm.h or flux/machine/pc/reset.h
Some files seem to require oskit and some oskit10??
Some _packages_ require oskit and some other packages require oskit10. Please could you send me the complete bunch of your make messages? (Please VERBOSE=) Frank -- Frank Mehnert ## Dept. of Computer Science, Dresden University of Technology, Germany ## ## E-Mail: fm3@os.inf.tu-dresden.de http://os.inf.tu-dresden.de/~fm3 ##