-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make all
errors when trying to install Artemis.
#128
Comments
Make all
errors when trying to install Artemis.
Hi Martin, Sorry you are having issues. I won't be able to try to reproduce this until I'm back at work in the new year, but I suspect it might be related to a new version of GCC in 15.10. Qt VersionIt looks like your qt-sdk package includes everything we need. If you have done GCC VersionApparently 15.10 now ships with GCC 5.x. We are a bit sloppy with how we use some c++11 features without building with If you can, try building with GCC 4.x (or even 4.8.x) if that's not what you already have. If that doesn't help, or if you have any other questions please don't hesitate to get in touch. |
Hi Ben, Thank you very much for your quick and detailed response. Since I was running this in a virtual machine anyway, I just downloaded 14.04. Works perfectly on there. I think the Qt version is fine on 15.10, since Thanks again and happy holidays! Kind Regards, Martin |
Glad to hear you have it working now. Let me know if you run into any more issues - Artemis is a research prototype and not production software so there are some rough edges. For example the "standard" mode of Artemis does not work the same as the description in the paper in the current version, as preparation for some other work we have been doing. So if you are trying to reproduce the paper you will likely run into problems. If this is what you are trying to do I will dig out my notes about what needs to be reverted to get it working again. Feel free to email me directly, but opening issues here is fine too if that's easiest. I will leave the issue open for now as there is obviously some documentation missing! Ben |
The idea here is that by specifying the compiler version (4.7 already required) and standard we should hopefully avoid issues such as #128 when trying to build with newer compilers or OS versions.
I tried to install Artemis on Ubuntu 15.10. Following the INSTALL instructions, I executed the
make fetch-apt
command successfully. I was unable to executemake fetch-qt
, since the referenced gitorious repository is not longer existent. Instead I installed qt viasudo apt-get install qt-sdk
.I then configured the environment variables and ran
make all
. It runs correctly for a while, but then reports the following problems:Do you have any ideas on how I can fix this?
The text was updated successfully, but these errors were encountered: