Re: All translated tests failing - invalid routine id / error with status 1

new topic     » goto parent     » topic index » view thread      » older message » newer message
jmduro said...

I installed a CentOS 7 x64 VM on VirtualBox but to help yu I must first be able to build OE 4.1 and I need minimal instructions to do that cause it fails otherwise.

Sorry about that. I just pushed my fixes to Makefile.gnu. If you pull the latest copy and it should build correctly.

  1. Install "Development Tools" group and Mercurial.
    • sudo yum group install "Development Tools"
    • sudo yum install mercurial
  2. Download the Euphoria 4.1.0 Beta 2 and extract it to /usr/local.
    • wget http://sourceforge.net/projects/rapideuphoria/files/Euphoria/4.1.0-beta2/euphoria-4.1.0-Linux-x64-57179171dbed.tar.gz
    • sudo tar xzvf euphoria-4.1.0-Linux-x64-57179171dbed.tar.gz -C /usr/local
  3. Add /usr/local/euphoria-4.1.0-Linux-x64/bin to your PATH in .bash_profile.
    • sed -i 's#^PATH=\(.*\)#PATH=\1:/usr/local/euphoria-4.1.0-Linux-x64/bin#g' .bash_profile
    • Note: Log out and back in or close/reopen your shell for this to take effect.
  4. Check out the latest source.
    • hg clone http://scm.openeuphoria.org/hg/euphoria euphoria-hg
  5. Change to the source directory, then run configure and make and make tests.
    • cd euphoria-hg/source/
    • ./configure --target LINUX --release release --arch x86_64
    • make
    • make tests <-- this will fail

-Greg

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu