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

pingus-0.7.6 fails to build with clang #199

Open
pacho2 opened this issue Nov 16, 2023 · 0 comments
Open

pingus-0.7.6 fails to build with clang #199

pacho2 opened this issue Nov 16, 2023 · 0 comments

Comments

@pacho2
Copy link

pacho2 commented Nov 16, 2023

It can be reproduced on Gentoo:
https://bugs.gentoo.org/739312

And Debian:
https://clang.debian.net/status.php?version=13.0.0&key=NO_CAT
https://clang.debian.net/logs/2021-10-25-13.0.0/pingus_0.7.6-5.1_unstable_clang13.0.0.log

Build fails with this error:

In file included from src/lisp/getters.cpp:2:
src/lisp/getters.hpp:33:15: error: no viable conversion from 'std::shared_ptr<Lisp>' to 'const lisp::Lisp *'
  const Lisp* el = lisp->get_list_elem(1);
              ^    ~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
scons: *** [build/src/lisp/getters.o] Error 1
scons: building terminated because of errors.
make: *** [debian/rules:24: build-stamp] Error 2

Thanks for your help

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

1 participant