Re: [Pharo-dev] build pharo vm on windows (old mingw package)

2015-05-04 Thread Nicolai Hess
FINALLY! Got it working. I took another mingw distribution from http://tdm-gcc.tdragon.net/ (installer version tdm-gcc-4.7.1-2.exe) With mingwsys from my previos mingw installation. The gcc version this distribution uses: Using built-in specs. COLLECT_GCC=c:\mingw\bin\gcc.exe

Re: [Pharo-dev] build pharo vm on windows (old mingw package)

2015-05-03 Thread p...@highoctane.be
[image: Inline image 1] Pharo.exe - 5 363 606 bytes Phil On Sun, May 3, 2015 at 1:17 PM, Nicolai Hess nicolaih...@web.de wrote: 2015-05-01 23:05 GMT+02:00 p...@highoctane.be p...@highoctane.be: Did you tried this ? https://github.com/pharo-project/pharo-vm/blob/master/README-Win32.md

Re: [Pharo-dev] build pharo vm on windows (old mingw package)

2015-05-03 Thread Nicolai Hess
2015-05-01 23:05 GMT+02:00 p...@highoctane.be p...@highoctane.be: Did you tried this ? https://github.com/pharo-project/pharo-vm/blob/master/README-Win32.md (I wrote that thing a while ago). http://sourceforge.net/projects/mingw/files/Automated%20MinGW%20Installer/mingw-get-inst/ was

Re: [Pharo-dev] build pharo vm on windows (old mingw package)

2015-05-02 Thread Nicolai Hess
2015-05-01 23:34 GMT+02:00 p...@highoctane.be p...@highoctane.be: https://www.dropbox.com/s/e5ws36rxo2z19lf/pharo-vm.zip?dl=0 Thank you phil, but the same problem Merwan had, zip file corrupted. On Fri, May 1, 2015 at 9:04 PM, Nicolai Hess nicolaih...@web.de wrote: 2015-04-30 11:33

Re: [Pharo-dev] build pharo vm on windows (old mingw package)

2015-05-02 Thread Nicolai Hess
removed the whole mingw installation, downloaded the installer again and followed the instruction from readme-win32 - the same issue. I don't know what is wrong, the runtime environment? The build environment ? I can run the latest pharo vm from the build server. 2015-05-02 22:24 GMT+02:00

Re: [Pharo-dev] build pharo vm on windows (old mingw package)

2015-05-01 Thread Merwan Ouddane
I've downloaded it twice and the archive is corrupted Regards Merwan On 01/05/2015 23:34, p...@highoctane.be wrote: https://www.dropbox.com/s/e5ws36rxo2z19lf/pharo-vm.zip?dl=0 On Fri, May 1, 2015 at 9:04 PM, Nicolai Hess nicolaih...@web.de mailto:nicolaih...@web.de wrote: 2015-04-30

Re: [Pharo-dev] build pharo vm on windows (old mingw package)

2015-05-01 Thread Nicolai Hess
2015-04-30 11:33 GMT+02:00 Esteban Lorenzano esteba...@gmail.com: aren’t you able to install an older version of gcc in your newer version of mingw? hm, downgrading the compiler was suprisingly easy. But I have still the same error. This is the gcc version information: Using built-in specs.

Re: [Pharo-dev] build pharo vm on windows (old mingw package)

2015-05-01 Thread p...@highoctane.be
Did you tried this ? https://github.com/pharo-project/pharo-vm/blob/master/README-Win32.md (I wrote that thing a while ago). http://sourceforge.net/projects/mingw/files/Automated%20MinGW%20Installer/mingw-get-inst/ was where I got the env from. I've got a PharoVM built with gcc 4.8.1

Re: [Pharo-dev] build pharo vm on windows (old mingw package)

2015-05-01 Thread p...@highoctane.be
https://www.dropbox.com/s/e5ws36rxo2z19lf/pharo-vm.zip?dl=0 On Fri, May 1, 2015 at 9:04 PM, Nicolai Hess nicolaih...@web.de wrote: 2015-04-30 11:33 GMT+02:00 Esteban Lorenzano esteba...@gmail.com: aren’t you able to install an older version of gcc in your newer version of mingw? hm,

Re: [Pharo-dev] build pharo vm on windows (old mingw package)

2015-05-01 Thread Nicolai Hess
2015-05-01 23:05 GMT+02:00 p...@highoctane.be p...@highoctane.be: Did you tried this ? https://github.com/pharo-project/pharo-vm/blob/master/README-Win32.md Yes, I already worked with mingw and setup a build environment (at that time it was with gcc 4.6.x) All went well and I build working

[Pharo-dev] build pharo vm on windows (old mingw package)

2015-04-30 Thread Nicolai Hess
I managed to trash my mingw build environment - uninstalled /removed mingw/mingsys - reinstall from current mingw-installer - bad idea I can build a pharo windows vm but it immediately crashes on startup. I suspect some changes between gcc 4.6 (old environment) gcc 4.8 (new environment). (I think

Re: [Pharo-dev] build pharo vm on windows (old mingw package)

2015-04-30 Thread Esteban Lorenzano
aren’t you able to install an older version of gcc in your newer version of mingw? I do not have time right now to update the build into a new compiler, sorry (also, that is not always trivial/desired, he) Esteban On 30 Apr 2015, at 08:38, Nicolai Hess nicolaih...@web.de wrote: I managed