Hi, I am trying to compile Kaffe setting the flag #define GC_INCREMENTAL; (in gc.h) and the following errors occur: 1- variable obj in function gcMan not defined; 2- variable obj in function gc_malloc not defined; 3- undefined field field_statics in libkaffe_vm.so; Has anyone managed to solve this problem?