1. MinGW
- Posted by _tom (admin) Oct 22, 2012
- 2911 views
Forked from Re: Voting begins on removing OpenWatcom support
I have a problem running OpenWatcom.
- But, sanity.ex ran and compiled ok using Linux Eu4.0.5 and gcc.
If OpenWatcom does not work, then it should be dropped.
Does it work with MinGW though? This might be a common bug on that OS that just needs to be fixed, period.
I have never used MinGW.
- tried MinGW install from their website
- the install crashed
- used synaptic to install "gcc-mingw32"
- so now, what do I do with it?
2. Re: MinGW
- Posted by kenneth Oct 22, 2012
- 2846 views
To install MinGW for windows, you download an installer. When running, it will download the needed files and set up directories. Run the installer again every couple of months to update only those files that have changed. From sourceforge's projects mingw files site, go to Installer/mingw-get-inst/mingw-get-inst-20120426/
3. Re: MinGW
- Posted by _tom (admin) Oct 23, 2012
- 2875 views
To install MinGW for windows, you download an installer. When running, it will download the needed files and set up directories. Run the installer again every couple of months to update only those files that have changed. From sourceforge's projects mingw files site, go to Installer/mingw-get-inst/mingw-get-inst-20120426/
Following your suggestion I installed MinGW.
Running euc -gcc -com C:\MinGW sanity.ex produces the (now familiar) error. At least I know it is a matter of getting the paths correct since I now have Watcom working.
If installed to c:\MinGW, what changes to Windows are needed to get this to work?
4. Re: MinGW
- Posted by Insolor Oct 23, 2012
- 2829 views
To install MinGW for windows, you download an installer. When running, it will download the needed files and set up directories. Run the installer again every couple of months to update only those files that have changed. From sourceforge's projects mingw files site, go to Installer/mingw-get-inst/mingw-get-inst-20120426/
Following your suggestion I installed MinGW.
Running euc -gcc -com C:\MinGW sanity.ex produces the (now familiar) error. At least I know it is a matter of getting the paths correct since I now have Watcom working.
If installed to c:\MinGW, what changes to Windows are needed to get this to work?
You need to add both c:\MinGW\bin and c:\MinGW\msys\1.0\bin to the PATH env. variable. EUDIR variable must be set properly as well.
5. Re: MinGW
- Posted by _tom (admin) Oct 23, 2012
- 2816 views
You need to add both c:\MinGW\bin and c:\MinGW\msys\1.0\bin to the PATH env. variable. EUDIR variable must be set properly as well.
I added the second PATH entry and I can now compile. Thankyou.
TOM