[Vm-dev] Cross compile Window from Unix/Mac os

stephane ducasse stephane.ducasse at gmail.com
Thu Jul 7 21:10:43 UTC 2011


Jb this is a really exciting and cool news. We could use that approach to generate more vms. :)
Now it would be good that you take a breath and read your mails before sending them :)
One subject, one verb, one complement. this is basic but it works :)

Stef


On Jul 7, 2011, at 7:07 PM, Jean Baptiste Arnaud wrote:

> Since the last Igor ( thank ) update it 's possible to cross compile windows VM(last version) from MacOs and Unix.
> 
> 	Using Mingw and cmake.
> 
> Now, i do for Cog, and for ARM9 processor.
> My process imply to fix some window file cause some include are wrong, then it the cross compiler don't find some include beginning by Uppercase(cause the file isn't beginning by uppercase).
> In /Platform/win32/vm/sqWin32Intel.c
> 
> #include <float.h> instead  #include <Float.h>
> 
> in /Platform/win32/plugin/SocketPlugin/sqWin32NewNet.c
> 
> #include <ws2tcpip.h> instead #include <Ws2tcpip.h>
> 
> 
> 
> Regard
> Jean Baptiste Arnaud
> jbaptiste.arnaud at gmail.com
> 
> 
> 
> 



More information about the Vm-dev mailing list