Re: [Tuxpaint-devel] Rails plugin release
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
|
From: foo-script <foo...@o2...> - 2008-07-14 22:46:15
|
Dear Luc, I've just read your mail. First: all the warnings below comes from BlackAndWhite.c file (author: A. Corcoran), not rails.c All these warning are not important, I even do not see any error there. All the warning are about unused parameter. This is normal and should not terminate compilation process. You can turn it off in in Makefile. In case of any problems feel free to write to me. On the other hand: I've checked all the possibilities they could create any error and did not anything. Best, Adam Dnia 15 lipca 2008 1:03 Begasus <Be...@sk...> napisał(a): > On 2008-07-14 at 20:22:26 [+0000], Bill Kendrick wrote: > > On Mon, Jul 14, 2008 at 02:43:06PM +0200, foo-script wrote: > > > > > > Luc, what version of Rails are you using? Primary (from > > > szn.republika.pl), or CVS? > > > > > Was running cvs version btw. > > > > _Bool is a cstdlib data type, it came with C99, so your compiler should > > > recognize this type. > > > > Ah, but he's on BeOS, so he might not have a C99 compiler! > > > > Running gcc 2.95.3 on BeOS platform (there is a gcc 3.4.3 version around but > it's not a very clean one and has no real setup files for it ... installing > is a hasstle to say the least). > > > > > > For sure, I will change it to Uint8. > > > > > > Newest version at: http://szn.republika.pl/tuxpaint-magic-rails.tar.gz > > > > Try'd with the above link and a new cvs checkout .. both with the same > errors as before. > Getting lots of unused parameters also with the magic tools, don't know if > it is known (can't check on linux atm - laptop is in for repair). > /boot/home/Desktop/develop/tuxpaint/magic/src/blackAndWhite.c:173: warning: > no previous prototype for `blackAndWhite_drag' > /boot/home/Desktop/develop/tuxpaint/magic/src/blackAndWhite.c:191: warning: > no previous prototype for `blackAndWhite_click' > /boot/home/Desktop/develop/tuxpaint/magic/src/blackAndWhite.c:208: warning: > no previous prototype for `blackAndWhite_release' > /boot/home/Desktop/develop/tuxpaint/magic/src/blackAndWhite.c: In function > `blackAndWhite_release': > /boot/home/Desktop/develop/tuxpaint/magic/src/blackAndWhite.c:205: warning: > unused parameter `api' > /boot/home/Desktop/develop/tuxpaint/magic/src/blackAndWhite.c:205: warning: > unused parameter `which' > /boot/home/Desktop/develop/tuxpaint/magic/src/blackAndWhite.c:206: warning: > unused parameter `canvas' > /boot/home/Desktop/develop/tuxpaint/magic/src/blackAndWhite.c:206: warning: > unused parameter `last' > /boot/home/Desktop/develop/tuxpaint/magic/src/blackAndWhite.c:207: warning: > unused parameter `x' > /boot/home/Desktop/develop/tuxpaint/magic/src/blackAndWhite.c:207: warning: > unused parameter `y' > /boot/home/Desktop/develop/tuxpaint/magic/src/blackAndWhite.c:207: warning: > unused parameter `update_rect' > > Most of them are reacuring in all the magic tools I think. > > Greets, > > Luc > > > Please make changes in CVS from now on, thanks! > > > > -bill! > > > > ------------------------------------------------------------------------- > > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > > Studies have shown that voting for your favorite open source project, > > along with a healthy diet, reduces your potential for chronic lameness > > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > > _______________________________________________ > > Tuxpaint-devel mailing list > > Tux...@li... > > https://lists.sourceforge.net/lists/listinfo/tuxpaint-devel > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > Tuxpaint-devel mailing list > Tux...@li... > https://lists.sourceforge.net/lists/listinfo/tuxpaint-devel > |