-
Notifications
You must be signed in to change notification settings - Fork 59
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
Failed to run on Ubuntu 18.04 LTS #139
Comments
I have the same problem.System info: Linux me-VirtualBox 4.15.0-36-g-Ubuntu x86_64 x86_64 x86_64 GNU/Linux The only programme installed on is Julia and miniconda.
|
So the issues haven't been addressed in a year, but I have the exact same error when I run |
Unfortunately, no news from this side. |
Just install It will install clang++. When you do |
This issue can probably be closed. @lucasexe is right. 'apt-get install clang++' will be interpreted as a pattern and break things. Just using 'apt-get install clang' will install clang and clang++. |
It does work as a workaround. But the issue should probably be adressed at some point, rather than considered solved. I would have left it open. |
Version 1.11.2 of cldoc doesn't run on Ubuntu 18.04 LTS. The error is:
but running
results in
I have no idea how to continue from here.
dpkg -l|grep -v ^ii
did not report anything out of the ordinary. How can this be fixed?reports
I did not have
python-clang
installed. I have tried installing some versions ofpython-clang
but without success of fixing the problem above.The text was updated successfully, but these errors were encountered: