[Vala] valac makefile problem

2008-07-23 Thread Sam Liddicott
The valac makefiles seem to be a bit buggy. I made this change (among others) to ccode/valaccodedeclaration.vala: -public CCodeDeclaration (string type_name) { +public CCodeDeclaration (string type_name, string comment=) { and then typed: make but got errors like: gcc -DHAVE_CONFIG_H

Re: [Vala] valac makefile problem

2008-07-23 Thread Jürg Billeter
On Wed, 2008-07-23 at 14:07 +0100, Sam Liddicott wrote: Even compiling valac without this change, and then using that to compile itself with this change results in the same error: I tried make distclean and still the same problem. Is there something wrong with the make file? There is