[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Re: [PATCHv2] valgrind support for Xen privcmd ioctls / hypercalls
On Fri, 2011-07-08 at 10:10 +0100, hellokitty wrote: > Yes, I fix the patch to let it work . and the patch is in my first reply . > and the patch applied without rejects. There was no patch attached to your first mail. > what do you mean "the entire autoconf/automake infrastructure" ? You need to regenerate Makefile.in from Makefile.am (since Makefile.am has changed) and configure from configure.ac (since that has also changed). To do this you need to run the autoconf and automake tools (and perhaps some others). Please google "automake" and "autoconf" to find out about these tools. > I didn't find "autogen.sh " inside valgrind-3.6.1 . You should checkout valgrind from SVN if you want to develop on it (including applying patches such as mine) -- they seem not to include the developer scripts like autogen.sh in their releases. > I have notice that , when i run the command : "./configure > --with-xen=/usr/include/xen/ " > it has the message : "configure: WARNING: unrecognized options: --with-xen" > . I think here maybe some issues. You didn't regenerate the configure script so it doesn't know about the xen option. > and after configure finished , I run make . it has the problem in my second > reply . Similarly you didn't regenerate the Makefile.in (which configure converts to the Makefile) so it doesn't know about the new files. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |