[Prev][Next][Index][Thread]

Re: Kaffe make problem



Hi,

> /usr/local/bin/x86-oskit-gcc -posix-oskit -pthread -nostdinc  -DHAVE_CONFIG_H 
> -I. -I/local/scratch/us204/kaffe/kaffe/kaffe-cvs-20000904/kaffe/kaffeh 
> -I../../config -I../../include -I../kaffevm -I/local/scratch/us204/kaffe/kaffe/
> kaffe-cvs-20000904/kaffe/kaffeh/../kaffevm -DKAFFEH  -DKVER='"1.0.6"' 
> -I/local/scratch/us204/kaffe/kaffe/kaffe-cvs-20000904/kaffe/kaffevm 
> -I/local/scratch/us204/kaffe/kaffe/kaffe-cvs-20000904/kaffe/kaffevm/systems/osk
> it-pthreads -I/local/scratch/us204/kaffe/kaffe/kaffe-cvs-20000904/config 
> -I/local/scratch/us204/kaffe/kaffe/kaffe-cvs-20000904/include  
> -I/usr/local/include  -g -O2 -Wall -Wstrict-prototypes -c -o utf8const.o 
> utf8const.c
> In file included from /local/scratch/us204/kaffe/kaffe/kaffe-cvs-20000904/kaffe
> /kaffeh/../kaffevm/utf8const.c:14,
>                  from utf8const.c:1:
> /local/scratch/us204/kaffe/kaffe/kaffe-cvs-20000904/kaffe/kaffeh/../kaffevm/cla
>  ssMethod.h:17: md.h: No such file or directory

md.h should be generated in the top-level config directory.  It just
points to the appropriate md.h file for the configuration (in your
case i386/oskit/md.h).  If you create md.h in your config directory
with the following line in, you should be able to proceed:

#include "/local/scratch/us204/kaffe/kaffe/kaffe-cvs-20000904/config/i386/oskit/md.h"

On the other hand, figuring out why this files doesn't exist is
probably a good idea.  If you cd to 
/local/scratch/us204/kaffe/kaffe/kaffe-cvs-20000904/config/ and type
'make md.h' what happens?

Hope this helps.  The only difference I see between your setup and
ours, is that we build kaffe in a separate tree from the source.  I'll 
see if an in-tree build blows up for me...

-Pat

----- ----- ---- ---  ---  --   -    -      -         -               -
Pat Tullmann                                       tullmann@cs.utah.edu
	      Success means never having to wear a suit.

References: