From: James C. <ja...@co...> - 2006-02-07 23:20:54
|
Hi there. I'm not a developer of this project, but have some programming knowledge and would like to fix this if I can. I noticed that while I can build 6.76 successfully, 6.80 does not. The errors I get are: tilp_calcs.c:301: error: `ROM_SE' undeclared (first use in this function) tilp_calcs.c:301: error: (Each undeclared identifier is reported only once tilp_calcs.c:301: error: for each function it appears in.) I diffed 6.76's version of this file with 6.80's and found this line specifically: tilp_calcs.c: return do_rom_dump((ret == BUTTON1) ? ROM_SE : 0); I grepped through all the source looking for any mention of ROM_SE, and found that there was none. I'm assuming that this is supposed to be a #define that somehow didn't make its way into the source, but could someone tell me what that value is? If you'd like, I can fix this (assuming someone tells me what to change) and post a patch. I really want to get this thing to build :) Thanks very much in advance. James -- My blog: http://www.crazydrclaw.com/ My homepage: http://james.colannino.org/ "If Carpenters made houses the way programmers design programs, the first woodpecker to come along would destroy all of civilization." --Computer Proverb |