[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Janos VM patch
Hi there!
During my compilation the awk scripts don't complete...
This is the Makefile in the libraries/extensions/nodeos/clib dir where
awk is called:
moduleList.c moduleList.h:
$(wildcard $(srcdir)/*.h) $(top_srcdir)/developers/moduleList.awk
awk -f $(top_srcdir)/developers/moduleList.awk kaffenodeos
moduleList.h $(wildcard $(srcdir)/*.h) > moduleList.c
The compilation blocks with this line:
awk -f /oskit/janosvm-0.5.1/developers/moduleList.awk kaffenodeos
moduleList.h > moduleList.c
I don't know what the wildcard variable is, (it's not defined) and removing
it solves the problem....(at least for a while)
but I am not sure if the results are correct....
I have to do the same thing for the makefile in kaffe/kaffevm...
But then the process blocks with :
awk -f /oskit/janosvm-0.5.1/developers/inliner.awk threadData-inline.c >
threadData-inline.c
Which is called in the Makefile in kaffe/kaffevm:
awk -f $(top_srcdir)/developers/inliner.awk $@ $< > $@
And I don't know how to fix this....
Am I on the right path ??
cheers
Andreas
[ Janos ] [ OSKit ] [ Network Testbed ] [ Flick ] [ Fluke ]
Flux Research Group / Department of Computer Science / University of Utah