This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Build failure: Where is 'struct cmd_list_element' defined?


> Phil Edwards writes:
>  > I just updated to current CVS and am now seeing the following:
> 
> Yeah, I just noticed this myself. Try this.
> 
> Elena

Ulgh, my GDB change - gdb is very slowly tightening the thumbscrews on 
code manipulating internal structures directly.

I'd hope the below is obvious :-)

Andrew


> Index: gdbtk-hooks.c
> ===================================================================
> RCS file: /cvs/uberbaum/gdb/gdbtk/generic/gdbtk-hooks.c,v
> retrieving revision 1.22
> diff -u -r1.22 gdbtk-hooks.c
> --- gdbtk-hooks.c	2002/03/25 16:45:35	1.22
> +++ gdbtk-hooks.c	2002/03/25 19:10:42
> @@ -31,6 +31,7 @@
>  #include "gdb-events.h"
>  #include "top.h"
>  #include "annotate.h"
> +#include "cli/cli-decode.h"
>  
>  #ifdef _WIN32
>  #define WIN32_LEAN_AND_MEAN
> 
> 
>  > 
> 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]