Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Is anyone using this software on Linux, and if yes, what distro? I may benefit from having a look at the patches or the versions used...
I am trying to install "Molekel", http://molekel.cscs.ch/wiki/pmwiki.php/Main/Build and I have some problems. I think I have all dependencies, including glew, which is not mentioned on the website, but I have a problem compiling:
Code:
/usr/include/Inventor/actions/SoRayPickAction.h: In constructor ‘MoleculeActorPickCommand::MoleculeActorPickCommand()’:
/usr/include/Inventor/actions/SoRayPickAction.h:90: error: ‘SoRayPickAction::SoRayPickAction(const SoRayPickAction&)’ is private
I understand what that means: trying to copy with a private copy-const is forbidden. This Inventor is actually OpenMOIV, which does not seem to have been updated for years: can't be a new problem. So I do not really know what to do...
Thank you, I managed to compile everything, filed a couple bugs to Molekel, but it still crashes when I start it. It segfaults! And I am not really sure what crashes, Molekel, VTK, some other thing…
So for now, I plot my molecules + vibrations in Matlab. It is better than nothing. Although if anyone managed to get Molekel working, I would appreciate help.
Or pointers to other molecule visualization software than can show IR vibrations with arrows or something similar. I already know Molden and use it for creating animated gifs of the vibrations. But animated gifs are not good for a paper.
I used Arch x86_64, up to date. I pretty much had to compile everything, I also compiled libChemKit2.so. I have been using the AUR where available or wrote the build script otherwise. I tried to compile Molekel from SVN, revision 649. All the dependencies at the latest version available (Coin2.5, etc.).
I will try to recompile VTK. How can I add the debug symbols in cmake? At least I would know whether Molekel or the GUI crashes…
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.