This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: Can't build current gdb source tree -- gnulib dependency?


> >That's really strange... I just did a checkout of the GDB sources
> >(I used "cvs -d sourceware.org:/cvs/src co gdb"), and it contains
> >the gnulib directory, as well as gnulib/Makefile.in. Are you sure
> >your checkout went OK? Just to make sure, I also built the debugger
> >from this checkout and things went fine.
> 
> Maybe a "cvs update -d" is required?

It should definitely fix the problem, although I tend to avoid using
this command without specifying the directory I want to get, because
otherwise I end up pulling some directories from other modules (such
as insight). So I tend to do "cvs update -d DIRNAME" instead.  This
is one of the limitations of using shared CVS for several projects,
I guess.

But Michael said that he did a fresh checkout of the sources, and so
his sandbox should have contained gdb/gnulib.

-- 
Joel


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