[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: PCB won't compile



Hello,

Kovacs Levente writes:
 > [...]
 > hid/lesstif/menu.c: In function ?lesstif_call_action?:
 > hid/lesstif/menu.c:856: error: ?x? undeclared (first use in this function)
 > hid/lesstif/menu.c:856: error: (Each undeclared identifier is reported only once
 > hid/lesstif/menu.c:856: error: for each function it appears in.)
 > hid/lesstif/menu.c:856: error: ?y? undeclared (first use in this function)
 > 

Change the line to read:
ret = current_action->trigger_cb (argc, argv, px, py);
instead of:
ret = current_action->trigger_cb (argc, argv, x, y);

Regards,


Patrick


_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user