|
From: Bob R. <bo...@br...> - 2004-11-29 17:01:51
|
Hi, I just did a build out of CVS, and I get the error, In file included from ../../../valgrind/coregrind/x86/signal.c:31: ../../../valgrind/coregrind/core.h:93:72: core_os.h: No such file or directory make[5]: *** [signal.o] Error 1 Anyone know why? Thanks, Bob Rossi |
|
From: Nicholas N. <nj...@ca...> - 2004-11-29 17:47:15
|
On Mon, 29 Nov 2004, Bob Rossi wrote: > I just did a build out of CVS, and I get the error, > > In file included from ../../../valgrind/coregrind/x86/signal.c:31: > ../../../valgrind/coregrind/core.h:93:72: core_os.h: No such file or > directory > make[5]: *** [signal.o] Error 1 > > Anyone know why? Did CVS not pull the full repo? Do you have a file called valgrind/coregrind/linux/core_os.h? That's what it's looking for. I just checked out a fresh copy and it worked ok for me. N |
|
From: Bob R. <bo...@br...> - 2004-11-29 18:52:43
|
On Mon, Nov 29, 2004 at 05:47:05PM +0000, Nicholas Nethercote wrote: > On Mon, 29 Nov 2004, Bob Rossi wrote: > > >I just did a build out of CVS, and I get the error, > > > >In file included from ../../../valgrind/coregrind/x86/signal.c:31: > >../../../valgrind/coregrind/core.h:93:72: core_os.h: No such file or > >directory > >make[5]: *** [signal.o] Error 1 > > > >Anyone know why? > > Did CVS not pull the full repo? Do you have a file called > valgrind/coregrind/linux/core_os.h? That's what it's looking for. I just > checked out a fresh copy and it worked ok for me. Yes I do, I'll check out a fresh copy (that was simply an update). Thanks, Bob Rossi |
|
From: Bob R. <bo...@br...> - 2004-11-29 19:11:29
|
On Mon, Nov 29, 2004 at 02:52:09PM -0500, Bob Rossi wrote: > On Mon, Nov 29, 2004 at 05:47:05PM +0000, Nicholas Nethercote wrote: > > On Mon, 29 Nov 2004, Bob Rossi wrote: > > > > >I just did a build out of CVS, and I get the error, > > > > > >In file included from ../../../valgrind/coregrind/x86/signal.c:31: > > >../../../valgrind/coregrind/core.h:93:72: core_os.h: No such file or > > >directory > > >make[5]: *** [signal.o] Error 1 > > > > > >Anyone know why? > > > > Did CVS not pull the full repo? Do you have a file called > > valgrind/coregrind/linux/core_os.h? That's what it's looking for. I just > > checked out a fresh copy and it worked ok for me. > > Yes I do, I'll check out a fresh copy (that was simply an update). OK, sorry for the false alarm. I did not re-run the autoconf/automake scripts. Thanks for the help! Trying to be more careful, Bob Rossi |