I'm trying to compile makeobj from source on linux so I can use the latest makeobj features like crossings timelines etc.
I successfully checked out the code, went into the makeobj directory and ran "make", then came across this error:
../besch/writer/image_writer.cc: In member function 'void image_writer_t::write_obj(FILE*, obj_node_t&, cstring_t)':
../besch/writer/image_writer.cc:242: error: 'MEMZERO' was not declared in this scope
make: *** [../besch/writer/image_writer-makeobj.o] Error 1
Can anyone help? I'm a bit ignorant about compiling source code...
It was a problem in the code. Please try again with revision 3454.