Re: [libvirt] MinGW environment for libvirt (at this moment))

2008-06-25 Thread Atsushi SAKAI
Hi, Daniel Thank you for commenting this. I will post the procedure as next step(after commit the patch). Thanks Atsushi SAKAI Daniel Veillard <[EMAIL PROTECTED]> wrote: > On Thu, Jun 19, 2008 at 09:23:20AM +0900, Atsushi SAKAI wrote: > > Here is the update for instruction to make install on

Re: [libvirt] MinGW environment for libvirt (at this moment))

2008-06-25 Thread Daniel Veillard
On Thu, Jun 19, 2008 at 09:23:20AM +0900, Atsushi SAKAI wrote: > Here is the update for instruction to make install on MinGW. > (Since I goes to from make only to pass to make install) Hum, if that works maybe that should be made available from http://libvirt.org/windows.html > 1.Install M

Re: [libvirt] MinGW environment for libvirt (at this moment))

2008-06-18 Thread Atsushi SAKAI
Here is the update for instruction to make install on MinGW. (Since I goes to from make only to pass to make install) 1.Install MinGW-5.1.4.exe 2.Install MSYS-1.0.11-2004.04.30-1.exe 3.Install msysDTK-1.0.1.exe Above files are taken from following http://sourceforge.net/project/showfile

Re: [libvirt] MinGW environment for libvirt (at this moment))

2008-06-15 Thread Atsushi SAKAI
Hi, Rich I do not know about m4 macro origin. The current libvirt needs to run on latest version(autoconf 2.60 or later). For this purpose, m4-1.4.5 or later is needed If I install native m4-1.4.7, it cannot not compiling autoconf. Thanks Atsushi SAKAI "Richard W.M. Jones" <[EMAIL PROTECTED]>

Re: [libvirt] MinGW environment for libvirt (at this moment))

2008-06-13 Thread Richard W.M. Jones
On Fri, Jun 13, 2008 at 03:23:36PM +0900, Atsushi SAKAI wrote: > 5.expand m4-1.4.7-MSYS.tar.bz2 from root directory > (we need 1.4.5 or later but msysDTK installs 1.4) > Taken from > http://sourceforge.net/project/showfiles.php?group_id=2435 I wonder if this is a bug in our use of m4 ma

[libvirt] MinGW environment for libvirt (at this moment))

2008-06-12 Thread Atsushi SAKAI
Hi, This is a current memo for building MinGW environment for libvirt. (up to run src/.libs/virsh.exe) Of course this Windows path is opened by Rich. this is another way to build this. Ref. http://www.redhat.com/archives/libvir-list/2008-January/msg00017.html Compares to Rich one, 2 different po