Re: Compile Error



> Got past another one now I get this error:
> 
> procdialogs.c: In function `procdialog_create_root_password_dialog':
> procdialogs.c:822: error: `entry_activate_cb' undeclared (first use in
> this function)
> procdialogs.c:822: error: (Each undeclared identifier is reported only once
> procdialogs.c:822: error: for each function it appears in.)
> procdialogs.c:854: warning: implicit declaration of function
> `su_run_with_password'
> 
>  I'm assuming that I do not need to su to root to compile garnome...so
> any ideas on why this error popped up and how to get around it?

Looks like the known issue in desktop/gnome-system-monitor to me. A few
lines below this snippet make tells you, which dirs it is leaving...


There is a stale gar-base.diff file in the gnome-system-monitor garball.
The issue with the official release was fixed in to a last minute change
to the official release, and this patch file slipped through un-removed.

To correct this, just remove the gar-base.diff reference from
desktop/gnome-system-monitor/Makefile: 

* cd desktop/gnome-system-monitor 
* Edit the Makefile with any editor of your choice. Remove or comment
  out the PATCHFILES line. 
* While still in desktop/gnome-system-monitor run 'make clean'. 
* Now you can continue building GARNOME. cd back to the dir where you
  initially started building GARNOME and run the command you used in the
  first place. GARNOME will pick up the build, where it left off, which
  is desktop/gnome-system-monitor. 

...guenther


-- 
char *t="\10pse\0r\0dtu\0  ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}




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