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

Ubuntu 16.X SWIG bug #2

Closed
XavierTolza opened this issue Nov 28, 2017 · 1 comment
Closed

Ubuntu 16.X SWIG bug #2

XavierTolza opened this issue Nov 28, 2017 · 1 comment

Comments

@XavierTolza
Copy link

XavierTolza commented Nov 28, 2017

On some versions of ubuntu the module does not compile correctly, cmake outputs a warning not stopping the compilation but resulting in a non working OOT module

===== cmake output fragment =========
-- Checking for module SWIG
-- Disabling SWIG because version check failed.
===== fragment end ==================================

When running the module the terminal runs into the following error:
AttributeError: 'module' object has no attribute 'vizsink_b'
The solution found on this bug report is to install the latest version of SWIG:
sudo apt install swig swig3.0
It fixed the bug for me, perhaps you could add it to the readme known bugs section?

@CBrunsch
Copy link
Owner

Thanks! Added a hint to the README.

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