Re: Build problem - missing files ???
Keith Seitz <[email protected]> Tue, 28 May 2013 10:42:33 -0700
| Newsgroups | gmane.comp.debugging.insight |
|---|---|
| Message-ID | <[email protected]> |
On 05/27/2013 12:34 AM, Fedin Pavel wrote: > make[4]: Entering directory `/E/Projects/insight/src/gdb/data-directory' > make[4]: *** No rule to make target `elinos.py', needed by > `stamp-system-gdbinit'. Stop. > make[4]: Leaving directory `/E/Projects/insight/src/gdb/data-directory' > --- cut --- > elinos.py and some more files are expected to be present in > src/gdb/data-directory, but they are totally absent. Did someone forget to > add them ? I am not seeing this error. There are other build errors (working on a patch), but I don't see this. This file (elinos.py) is in system-gdbinit/. If you are using CVS, make sure you have src/gdb/system-gdbinit. The "-d" option to "cvs update" might be necessary to grab this new directory. [FWIW, I regularly go into src/gdb and do cvs update -d to grab any new directories.] Keith