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

Fix instructions for clingwrapper installation #28

Merged
merged 1 commit into from
Dec 7, 2021
Merged

Fix instructions for clingwrapper installation #28

merged 1 commit into from
Dec 7, 2021

Conversation

c-w
Copy link
Contributor

@c-w c-w commented Dec 7, 2021

As discussed on 172, installing clingwrapper from source fails with the following stacktrace:

src/clingwrapper.cxx:2001:26: error: no member named 'GetTagDeclId' in 'CppyyLegacy::TDataMember'; did you mean 'GetDeclId'?
          auto declid = m->GetTagDeclId();
                           ^~~~~~~~~~~~
                           GetDeclId

Updating the installation instructions to not use PEP 517 fixes the setup.

@wlav wlav merged commit ed4609d into wlav:master Dec 7, 2021
@c-w c-w deleted the fix-clingwrapper-install branch December 7, 2021 19:59
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

Successfully merging this pull request may close these issues.

2 participants