Euphoria
Ticket #906:
Windows installer sources directory corrupted
-
Reported by
gbonvehi
Nov 16, 2014
The installer that's available for download has an error where sources\pcre\ files are not installed inside the sources\pcre\ subdirectory so they overwrites files inside sources\ like Makefile.wat
Details
1. Comment by gbonvehi
Nov 17, 2014
It only happens with installer that's bundled with Watcom which is worse since that could be used to compile the source.
2. Comment by SDPringle
Jan 26, 2015
This has already been corrected in the head of 4.0. I created an installer using the current svn and was able to compile the interpreter from the installed directory.
3. Comment by SDPringle
Jan 26, 2015
See: hg:euphoria/rev/ee4d3f3183a5
changeset: 6294:ee4d3f3183a5 branch: 4.0 user: Shawn Pringle <shawn.pringle@gmail.com> date: Mon Jan 26 15:55:45 2015 -0300 files: source/Makefile.wat description:
- ticket 906: Makefile.wat changes so we could compile for testing
4. Comment by SDPringle
Jan 26, 2015
See: hg:euphoria/rev/dda509c1f3a3
changeset: 6295:dda509c1f3a3 branch: 4.0 user: Shawn Pringle <shawn.pringle@gmail.com> date: Mon Jan 26 15:56:08 2015 -0300 files: packaging/win32/euphoria-ow.iss packaging/win32/euphoria.iss description:
- ticket 906: inno setup changes needed for testing
5. Comment by SDPringle
May 04, 2018
See: hg:euphoria/rev/7ac22d6df4db
changeset: 6469:7ac22d6df4db branch: 4.0 user: Shawn David Pringle B.Sc. <shawn.pringle@gmail.com> date: Fri May 04 10:38:44 2018 -0300 files: docs/release/4.0.6.txt description:
- added to release notes fixes for ticket 800, ticket 917, and ticket 906