[Safe-ecli] Errors in makefile
Brought to you by:
pgcrism
From: Paolo R. <pao...@po...> - 2004-01-19 13:50:37
|
I think i've found a bug in ecli/src/spec/se/C/Makefile . This bug is in the 2.0 beta and in current cvs. CFLAGS = -O -I$(SMALLEIFFELDIR)/sys/runtime -I. -I/usr/local/include should be instead CFLAGS = -O -I$(SMALLEIFFELDIR)/sys/runtime/c -I. -I/usr/local/include After this change it compiles the C code easily; it doesn't finish thought because it cannot find system.xace. WHich one? |