qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] kqemu+linux-kernel-2.6.25


From: Ben Taylor
Subject: Re: [Qemu-devel] kqemu+linux-kernel-2.6.25
Date: Mon, 12 May 2008 11:53:24 -0400

On Mon, May 12, 2008 at 11:12 AM, ISHWAR RATTAN <address@hidden> wrote:
>
>
> On Mon, 12 May 2008, Laurence Hellyer wrote:
>
>> ISHWAR RATTAN wrote:
>>>
>>>
>>> On Mon, 12 May 2008, Ben Taylor wrote:
>>>
>>>> On Mon, May 12, 2008 at 9:56 AM, ISHWAR RATTAN <address@hidden>
>>>> wrote:
>>>>>
>>>>> kqemu-1.3.0pre11 does not compile under Linx
>>>>> kernel-2.6.25. Is this known issue or is there
>>>>> a work around?
>>>>
>>>> Try the code in
>>>>
>>>> http://svn9.cvsdude.com/kdesolaris/kqemu/trunk/1.0.3pre11/kqemu
>>>
>>> How do I download the code?
>>> wget -r -nH --cut-dirs=4
>>> http://svn9.cvsdude.com/kdesolaris/kqemu/trunk/1.0.3pre11/kqemu
>>> downloads only kqemu/index.html
>>>
>>> -ishwar
>>>
>> Hi Ishwar,
>>
>> The code pointed at by Ben is stored in a Subversion (SVN) repository, as
>> good a place as any to start learning about SVN is
>> http://en.wikipedia.org/wiki/Subversion_(software).
>
> Ok after download ./configure end in error as:
>
> ./configure: line 358: unexpected EOF while looking for matching ``'
> ./configure: line 371: syntax error: unexpected end of file
>
> and line 358 given below looks correct to me..
>
>   osrel=`uname -r | nawk -F . '{ printf("%d\n", $1 * 100 + $2); }'`

The problem is in line 34.  the line looks like:

    cpu="`isainfo | cut -f1 -d\  | sed 's,amd64,x86_64,'"

but in fact should look like:

    cpu="`isainfo | cut -f1 -d\  | sed 's,amd64,x86_64,'`"

Apologies.  I'll fix it in svn right now.

Ben




reply via email to

[Prev in Thread] Current Thread [Next in Thread]