Compiling Tcltkgrass

James Darrell McCauley mccauley at ecn.purdue.edu
Wed May 11 17:42:06 EDT 1994


KLENKUS1 at VAXC.STEVENS-TECH.EDU writes on 11 May 94:
>Currently, the program will compile fine with a few warnings.
>The problem is I get a core dump when I try to run the
>program.  The warnings are the following:
>
>"draw.c", line 50: warning: argument is incompatible with prototype: arg #2

> timer = Tk_CreateTimerHandler(TIMEINTERVAL, timerproc, (ClientData) 

timerproc is supposed to be void, not int as it is in draw.c (see
tk.h).

--Darrell



More information about the grass-user mailing list