[Gtksql-users] Declaration mismatch in 'experimental' CVS HEAD (forms.c)
Brought to you by:
djluff
From: Alan B. <al...@do...> - 2006-05-29 19:20:02
|
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 ^_^ -- 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 |