Re: [Gtksql-users] Declaration mismatch in 'experimental' CVS HEAD (forms.c)
Brought to you by:
djluff
From: Alan B. <al...@do...> - 2006-06-01 23:51:06
|
I had tried 'gtksql' first i think, and had the same problem. Just checked out the 'gtksql' module now, and there seems to be an error in the 'configure' (i am guessing, because ./configure generates Makefile, yes?). Causes the following error when trying to 'make': make[2]: *** No rule to make target `all-@USE_INCLUDED_LIBINTL@', needed by `all'. Stop. make[2]: Leaving directory `/home/alan/tmp/gtksql/gtksql/intl' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/alan/tmp/gtksql/gtksql' make: *** [all] Error 2 Any ideas? On Fri, 02 Jun 2006 02:34:38 +1000, Darryl Luff <da...@sn...> wrote: > Alan Briolat wrote: > > Hi, come across your app today when looking for an SQLite GTK frontend, > > did a CVS checkout. When I tried to build, got the following error: > > > > forms.c:204: error: conflicting types for 'fld_get_type' > > forms.h:85: error: previous declaration of 'fld_get_type' was here > > > > Had a quick look at the source - In forms.c fld_get_type is defined as const > > FieldType, in forms.c just FieldType. I changed line 204 in forms.c to > > match the declaration in forms.h and it builds fine now. > > > > Just thought I would let you know ^_^ > > > > > Thanks Alan. You might want to try checking out 'gtksql' rather than > 'experimental'. The experimental one tends to be a bit incomplete, as I > only use it to try things that I'm not sure about! But it still should > compile. I'll check and make sure this is fixed in both. > > Darryl. > > -- Alan Briolat <al...@do...> "Anyone who is capable of getting themselves made President should on no account be allowed to do the job." --Douglas Adams |