1. Win64 Eubin
- Posted by mattlewis (admin) Oct 28, 2011
- 1235 views
I've been working on getting a Win64 version of euphoria running. My current effort looks pretty good. I've mostly tested with the interpreter, though I've included a translator in the eubins. This is all built with MinGW64. MinGW64's binaries aren't installed as gcc, etc, so working with the translator is currently a little clunky.
I'm currently looking into porting win32lib and wxEuphoria, but neither one currently works on 64-bit windows. Here is the eubin URL:
http://openeuphoria.org/eubins/windows/4.1.0/64-bit/eubin-2011-10-28-bdfc91ed15da.zip
Matt
2. Re: Win64 Eubin
- Posted by Vinoba Oct 29, 2011
- 1179 views
You are doing well going to 64 bit and GCC
Here are some pointers for wxwidgets.
http://wxwidgets.blogspot.com/2011/06/choosing-gcc-for-building-wxwidgets.html
“So I was very pleasantly surprised when I learnt that Cygwin now provides recent versions of MinGW cross-compiler or, rather, several of them. As Charles Wilson explains here, there is a cross-compiler for Win64 from MinGW64 project, another cross-compiler for Win32 from the same project and also a Win32 cross-compiler from "traditional" MinGW. Hence now you have yet another choice to make in case (2c).”
3. Re: Win64 Eubin
- Posted by mattlewis (admin) Oct 29, 2011
- 1135 views
You are doing well going to 64 bit and GCC
Here are some pointers for wxwidgets.
Unfortunately, 2.8 won't build with MinGW64. 2.9 appears to, though I haven't really done anything with it, and moving to 2.9 is pretty low priority for me right now.
Matt