Skip to content
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

IQmol 2.14.0 does not compile #35

Closed
susilehtola opened this issue Jan 9, 2020 · 4 comments
Closed

IQmol 2.14.0 does not compile #35

susilehtola opened this issue Jan 9, 2020 · 4 comments

Comments

@susilehtola
Copy link
Contributor

susilehtola commented Jan 9, 2020

Trying to update the Fedora packages, I get the error

MoleculeLayer.C: In member function 'void IQmol::Layer::Molecule::groupSelection()':
MoleculeLayer.C:1396:45: error: no matching function for call to 'IQmol::Layer::Group::Group(IQmol::Layer::PrimitiveList&)'
 1396 |    appendPrimitive(new Layer::Group(selected));
      |                                             ^
In file included from EfpFragmentLayer.h:25,
                 from MoleculeLayer.C:46:
GroupLayer.h:38:10: note: candidate: 'IQmol::Layer::Group::Group(const QString&)'
   38 |          Group(QString const& label = QString());
      |          ^~~~~
GroupLayer.h:38:31: note:   no known conversion for argument 1 from 'IQmol::Layer::PrimitiveList' to 'const QString&'
   38 |          Group(QString const& label = QString());
      |                ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~

root log https://kojipkgs.fedoraproject.org//work/tasks/4237/40314237/root.log (list of installed packages)
build log https://kojipkgs.fedoraproject.org//work/tasks/4237/40314237/build.log

@susilehtola
Copy link
Contributor Author

@nutjunkie any progress?

@susilehtola
Copy link
Contributor Author

IQmol will get withdrawn from Fedora if this issue is not solved.

nutjunkie added a commit that referenced this issue Jun 11, 2020
@nutjunkie
Copy link
Owner

Fixed in v2.14.3

@susilehtola
Copy link
Contributor Author

Thanks, compiles!

nutjunkie added a commit that referenced this issue Jun 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants