From: Stefan Weil <sw@weilnetz.de>
To: Arturo CV <arttak1586@gmail.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Python problem using MinGW when build QEMU
Date: Tue, 05 Jun 2012 07:12:59 +0200 [thread overview]
Message-ID: <4FCD955B.8070309@weilnetz.de> (raw)
In-Reply-To: <CAOxT81JnKmc9Tr9PJqQiZ8KCz_O2262j1pP7_1i6ft1QQXP5Sg@mail.gmail.com>
Am 05.06.2012 01:42, schrieb Arturo CV:
> Hello,
>
> Am trying to build the QEMU following this steps:
>
> http://qemu.weilnetz.de/qemu-doc.html#compilation
>
> I got most of the libraries dependencies and followed this other
> guides that I found over the net:
>
> http://lassauge.free.fr/qemu/
> http://www.gaia-gis.it/spatialite-3.0.0-BETA/mingw_how_to.html
>
> I installed all the libraries that were asking for a good development
> environment with the MinGW and MSYS, and then I tried to build the
> QEMU image doing:
>
> ./configure
> make&& make install
>
> The configure part went well after the dependencies were fix, but then
> I tried the make command and the "python error" appeared. Apparently
> there is missing the python installation in the MinGW environment so I
> tried to installed following this steps:
>
> http://www.mingw.org/wiki/FAQ (How do I creat Python extensions?)
>
> It appears that this is the most common way to approach the python
> missing error, but it doesn't work for me. I tried using the *.exe
> Python installer and also installing it using the source code but
> either way there is always errors during the "make" command, showing
> errors like "undefined variables" and missing Python interpreters.
>
> I don't know what else to try to get the python working with the MinGW
> and I needed to finally build the QEMU so can anyone help me out with
> this??
>
> Thanks for the time and help :)
>
> Arturo Corrales V.
>
Hello Arturo,
please try these instructions: http://wiki.qemu.org/Hosts/W32
I use the Python installer from the official Python homepage
and add its installation path to PATH in the MinGW shell.
You will need Python 2.6, not Python 3.
Regards,
Stefan W.
prev parent reply other threads:[~2012-06-05 5:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-04 23:42 [Qemu-devel] Python problem using MinGW when build QEMU Arturo CV
2012-06-05 5:12 ` Stefan Weil [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FCD955B.8070309@weilnetz.de \
--to=sw@weilnetz.de \
--cc=arttak1586@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).