Re: [gnome-db] error compiling mergeant



On 9/26/07, Exell Enrique. Franklin Jiménez <arawaco ieee org> wrote:
>
> --- Vivien Malerba <vmalerba gmail com> escribió:
>
> > On 9/26/07, Exell Enrique. Franklin Jiménez
> > <arawaco ieee org> wrote:
> > > Hello,
> > > :)
> > > i'm compiling mergeant and i get the following
> > error:
> > >
> > > In file included from query-druid.c:22:
> > > query-druid.h:43: error: expected
> > > specifier-qualifier-list before
> > > 'GtkAssistant'query-druid.h:51: error: expected
> > > specifier-qualifier-list before
> > 'GtkAssistantClass'
> > > query-druid.c: In function 'query_druid_get_type':
> > > query-druid.c:109: error: 'GTK_TYPE_ASSISTANT'
> > > undeclared (first use in this function)
> > > query-druid.c:109: error: (Each undeclared
> > identifier
> > > is reported only once
> > > query-druid.c:109: error: for each function it
> > appears
> > > in.)
> > > query-druid.c: In function 'query_druid_init':
> > > query-druid.c:129: error: 'QueryDruid' has no
> > member
> > > named 'priv'
> > >
> > > and a lot of erros like that...
> > > ¿some ideas?  ;)
> > > Exell Enrique Franklin Jiménez.
> >
> > GtkAssistant was added to GTK+ at version 2.10, and
> > mergeant normally
> > checks that you have at least that version. Can you
> > check which
> > version you have (pkg-config --modversion gtk+-2.0)?
> >
> > Vivien
> >
> hello..
> i have gtk+2.8
> pkg-config --modversion gtk+-2.0 results..
> 2.8.20
> i cannot upgrade stable to testing.
> ...

Then either you install your own version of GTK+ in some local
directory and for the compilation to use that version (in that case
use the latest GTK+ version) using the PKG_CONFIG_PATH env. variable
to point to the dir where your new .pc files are, or you don't compile
mergeant (the GtkAssistant is needed because it removes the dependency
on libgnomeui), or you modify it to remove the corresponding features.

Vivien



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