|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] xen-unstable compile error in linux-2.6.18-xen_x86_64 an
Hi,
On Jul 28, 2007, at 8:03 AM, Todd Deshane wrote:
I just pulled the latest xen-unstable.hg and linux-2.6.18.hg and I
am getting the following compile error. Any suggestions on how to
get it to compile correctly?
I also get the same error compiling under 32bit, so that is not the
problem.
I've been hit by the same problem, and after digging into Makefiles
for a while I've found that the problem was due to the fact that in
my system was installed mawk, not gawk.
Non-GNU awk implementations don't recognize the 'gensub' function
required by Makefile.xen.awk, and thus an empty Makefile.xen is
generated. Shouldn't we use 'gawk' and not $(AWK) here?
Installing gawk should fix your problems without patch reversion.
Thanks,
Gianluca
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- Re: [Xen-devel] xen-unstable compile error in linux-2.6.18-xen_x86_64 and x86,
Gianluca Guida <=
|
|
|
|
|