On Thu, 13 Aug 2009 20:10:53 +0200, Mark wrote: > Chris Young wrote: > > It has knocked something else out: > > > > amiga/fetch_file.c: In function 'ami_fetch_file_send_callback': > > amiga/fetch_file.c:222: error: too few arguments to function > > 'fetch_send_callback' > > > hopefully resolved in r9259
Yes, ta. Here are the other errors then: COMPILE: amiga/search.c amiga/search.c: In function 'ami_search_close': amiga/search.c:187: error: 'struct gui_window' has no member named 'bw' amiga/search.c:188: error: 'struct gui_window' has no member named 'bw' amiga/search.c: In function 'ami_search_event': amiga/search.c:215: warning: implicit declaration of function 'ami_search_flags' amiga/search.c:218: warning: implicit declaration of function 'ami_search_string' amiga/search.c:218: warning: passing argument 3 of 'search_step' makes pointer from integer without a cast amiga/search.c:227: warning: passing argument 3 of 'search_step' makes pointer from integer without a cast amiga/search.c: At top level: amiga/search.c:292: error: conflicting types for 'ami_search_string' amiga/search.c:218: error: previous implicit declaration of 'ami_search_string' was here amiga/search.c:309: error: conflicting types for 'gui_search_add_recent' ./desktop/search.h:60: error: previous declaration of 'gui_search_add_recent' was here amiga/search.c:340: error: conflicting types for 'ami_search_flags' amiga/search.c:215: error: previous implicit declaration of 'ami_search_flags' was here gmake: *** [build-amiga-amiga/amiga_search.o] Error 1 187/188 probably just need a shared-> in front of bw. > > If you want to modify it to work on AmigaOS 3.1 and AROS, that's a > > completely new project :) > HaHa :) I'll say windows + gtk should keep me happy for now :D I should think so, yes! > > The only option is to compile within OS4, or to set up a cross-compile > > environment in Linux. > > > the cross-compile I'll try to look into in more detail now I've > successfully cross-compiled the libs for windows It shouldn't be too much hassle hopefully. There is a small ARexx script (version.rexx) which will need re-writing in something else, it creates a small file defining some additional version strings. If you need any help please let me know. I've not tried cross-compiling, but I might recognise certain compilation errors. Regards Chris
