|
From: Juan T. <to...@us...> - 2000-03-18 09:51:24
|
RIchard REnwick wrote: > I get an error when compiling v.0.2.11. When it gets to > diagram.c, I get the following: > > diagram.c:81: parse error before `a' > diagram.c:82: parse error before `a' > > I am afraid my C is not good enough to work out why. Can > you help please. > > Thanks Try changing every appearence of 'gconstpointer' to 'void *' Did you run the configure script? What glib version do you have installed? What OS are you compiling it on? Regards, Juan. |