1. how to compile openeuphoria from source on win7?
- Posted by oyster Jul 25, 2016
- 1889 views
- Last edited Jul 26, 2016
I try to compile the new source according to http://openeuphoria.org/wiki/view/Compiling40.wc on Win7 64 bits. However I met "Missing required architecture macros." as mentioned in http://openeuphoria.org/forum/124017.wc
So is there any up-to-date instruction to compile OE on Win 7? Thanks
2. Re: how to compile openeuphoria from source on win7?
- Posted by oyster Aug 13, 2016
- 1737 views
anybody?
3. Re: how to compile openeuphoria from source on win7?
- Posted by _tom (admin) Aug 15, 2016
- 1728 views
I tried to compile using VirtualBox.Win7--using mingw, tdm-gcc, and openwatcom--with no luck.
Yes, some major help on Windows is needed here. (Linux does work.)
_tom
4. Re: how to compile openeuphoria from source on win7?
- Posted by ne1uno Aug 15, 2016
- 1757 views
I tried to compile using VirtualBox.Win7--using mingw, tdm-gcc, and openwatcom--with no luck.
Yes, some major help on Windows is needed here. (Linux does work.)
_tom
is configure and make not working? you can give options, but it should work with defaults. any files generated or errors displayed?
the current 4.1 tip may be broken on windows, I wasn't able to build last time I tried.
5. Re: how to compile openeuphoria from source on win7?
- Posted by _tom (admin) Aug 15, 2016
- 1728 views
I tried a simpler experiment:
- VirtualBox_win7
- oE 4.05 with Watcom
Using a one line "helloworld.ex" program
- eui works
- eubind works
- euc crashes at 12% couldn't compile file 'init-.c'
Again using a "hellowrld.ex" program
- VirtualBox_winXP
- gcc installed via TDM-GCC-32
- eui 4.1 development
- eui works
- euc crashes at Linking 100% followed by lots of noise: undefined references...bad reloc address...final link failed
What I want to know is:
- ) What is the recommended compiler for Windows?
- ) How is this compiler installed?
Then I will try a fresh install of Windows, C, and oE.
_tom
6. Re: how to compile openeuphoria from source on win7?
- Posted by gbonvehi Aug 23, 2016
- 1587 views
I did a quick guide sometime ago, it might Help http://openeuphoria.org/wiki/view/Compiling41windows.wc
Cheers,
Guillermo
7. Re: how to compile openeuphoria from source on win7?
- Posted by petelomax Aug 23, 2016
- 1602 views
Of course you could try downloading Phix (no other tools requiredâ„¢).
Build using "p -c p". Job done.
Of course if you want a 64-bit version, it's a bit tricker:
Edit p.exw, uncomment "format PE64", and save. Build using "p -c p". Job done.
Pete