-
Notifications
You must be signed in to change notification settings - Fork 3
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
xclust3 fresh install -> segfault (smth about fonts?) #1
Comments
To fix: sudo apt-get install xfonts-100dpi xfonts-75dpi Then restart X. |
What's the easiest way to solve this in future installs? Make a deb package of mwlsoft64, that depends on those xfonts packages? |
No, deb packages are usually for compiled sources. The best solution would be to use autotools to check for dependencies or migrate to cmake which can also check for dependencies |
why the re-open? |
Figured it is only closed when it's fixed to the point that running xclust doesn't require looking at the issues page. |
This has been replaced with: #3 |
Just built from source on a fresh install of Ubuntu 12.10. All unit tests passed.
But trying to run xclust3 on a .pxyabw file, I get:
Font is NULL! Loading it now... Segmentation fault (core dumped)
Not sure why.
The text was updated successfully, but these errors were encountered: