qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Python problem using MinGW when build QEMU
@ 2012-06-04 23:42 Arturo CV
  2012-06-05  5:12 ` Stefan Weil
  0 siblings, 1 reply; 2+ messages in thread
From: Arturo CV @ 2012-06-04 23:42 UTC (permalink / raw)
  To: qemu-devel

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-05  5:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-04 23:42 [Qemu-devel] Python problem using MinGW when build QEMU Arturo CV
2012-06-05  5:12 ` Stefan Weil

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).