1. 64Bit Euphoria memstruct
- Posted by raseu Apr 30, 2012
- 1409 views
with reference to the forum topic 'edbi on 64 bit machines?',
I have downloaded the 64bit version of euphoria from
here http://openeuphoria.org/eubins/linux/4.1.0/64-bit/euphoria-4.1.0-Linux-ix86_64-6b3fc2c6be44.tar.gz
I am running linux mint 12 64bit (ubuntu clone)
The eui version string from the above archive displays
Euphoria Interpreter v4.1.0 development
64-bit Linux, Using System Memory
Revision Date: 2012-04-25 09:43:17, Id: 5545:6b3fc2c6be44
The following fails
memstruct test
pointer char name
int age
end memstruct
are memstructs enabled for this interim release?
if not, do i need any additional tools/dependencies to compile
the 64bit version from the euphoria sources ?
TIA
2. Re: 64Bit Euphoria memstruct
- Posted by mattlewis (admin) Apr 30, 2012
- 1317 views
The eui version string from the above archive displays
Euphoria Interpreter v4.1.0 development
64-bit Linux, Using System Memory
Revision Date: 2012-04-25 09:43:17, Id: 5545:6b3fc2c6be44
The following fails
memstruct test
pointer char name
int age
end memstruct
are memstructs enabled for this interim release?
if not, do i need any additional tools/dependencies to compile
the 64bit version from the euphoria sources ?
No, that version does not support memstructs, but it can be used to translate and build the memstruct version. The easiest way is to use mercurial to clone the euphoria repository and use the "struct" branch.
Matt