mbeddr / mbeddr.core

The mbeddr core. An extensible C
Eclipse Public License 2.0
225 stars 77 forks source link

buildLanguages.sh fails in branch master #1059

Closed mar9000 closed 10 years ago

mar9000 commented 10 years ago

I follow the small guide on how to build mbedder from github code but buildLanguages.sh fails with this error:

/mbeddr.core/code/languages/build.xml:189: The following error occurred while executing this line:
/mbeddr.core/code/languages/build.xml:363: The following error occurred while executing this line:
/mbeddr.core/build/com.mbeddr.allScripts/build.xml:768: generate doesn't support the "parallelThreads" attribute
coolya commented 10 years ago

it looks like you are using an old version of MPS to generate mbeddr.

To be able to build the master branch you will need the current EAP Version of MPS 3.1 which you can find here:

http://confluence.jetbrains.com/display/MPS/JetBrains+MPS+EAP+Download+Page

mar9000 commented 10 years ago

You're right, I verified it under the About menu. I'll try with version 3.1 .