Re: struct branch build error
- Posted by mattlewis (admin) Jul 08, 2013
- 1678 views
ghaberek said...
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.
$ 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...
I think the problem is that you're trying to build from the source dir. For 4.1+, this was changed a few months ago to facilitate having multiple builds for different architectures and branches. Try making from the build directory.
Here was my original announcement.
Matt