Problems compiling makeobj June 13, 2010, 09:45:24 am 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 scopemake: *** [../besch/writer/image_writer-makeobj.o] Error 1Can anyone help? I'm a bit ignorant about compiling source code... Quote Selected
Re: Problems compiling makeobj Reply #1 – June 14, 2010, 06:17:14 am It was a problem in the code. Please try again with revision 3454. Quote Selected