Re: gtop : build failure



Junichi Saito wrote:
> I haven't been able to compile gtop from CVS for a while.
> 
> Now the build fails first at gtop/main.c with :
> 
> main.c: In function `main':
> main.c:155: `gtop_options' undeclared (first use in this function)
> main.c:155: (Each undeclared identifier is reported only once
> main.c:155: for each function it appears in.)
> main.c:159: warning: implicit declaration of function `gtop_parse_args'
> 
> `gtop_options' is declared in gtop/session.c, so I copy and paste it in
> gtop/main.c. The build fails again this time at gtop/procview.c with :
> 
> procview.c: In function `procview_update_clist':
> procview.c:1015: structure has no member named `hscrollbar'
> procview.c:1017: structure has no member named `vscrollbar'
> procview.c:1043: structure has no member named `hscrollbar'
> procview.c:1045: structure has no member named `vscrollbar'
> make: *** [procview.o] Error 1

I dunno about the first, but this last is due to an old GTK library.
Get and compile the latest GTK from CVS and you should be ok.

	Jeff





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