Re: struct branch build error
- Posted by ghaberek (admin) Jul 08, 2013
- 1463 views
mattlewis said...
It sounds like either you're building from a different branch or don't have the configuration correct. As Arthur mentioned, the ST_MEM stuff is in include/euphoria/symstruct.e.
Maybe I am trying to build the wrong branch. I had gone here: 0fb340a5577d and clicked on "zip" to the left. So, I've scrapped that method for now.
Instead, I cloned the repository, switched to the struct branch, and tried to build that, but now I'm getting a different error.
$ hg clone http://scm.openeuphoria.org/hg/euphoria destination directory: euphoria requesting all changes adding changesets adding manifests adding file changes added 6128 changesets with 20622 changes to 1960 files (+15 heads) updating to branch default 784 files updated, 0 files merged, 0 files removed, 0 files unresolved $ cd euphoria/source/ $ ./configure Writing configuration to ./config.gnu... Getting version string... VERSION=4.1.0 Writing Makefile... Writing eu.cfg to C:/Users/Greg/Downloads/euphoria/source/build/eu.cfg... $ make [...snip...] /home/Greg/Downloads/euphoria/source/eui.rc -O coff -o C:/Users/Greg/Downloads/euphoria/source/build/eui.res Can't open 'ICON.ex'/home/Greg/Downloads/euphoria/source/eui.rc: line 8: 1: command not found make[3]: *** [C:/Users/Greg/Downloads/euphoria/source/build/eui.res] Error 127 make[3]: Leaving directory `/home/Greg/Downloads/euphoria/source' make[2]: *** [interpreter] Error 2 make[2]: Leaving directory `/home/Greg/Downloads/euphoria/source' make[1]: *** [interpreter] Error 2 make[1]: Leaving directory `/home/Greg/Downloads/euphoria/source' make: *** [all] Error 2
-Greg