Hello Everyone,
Is anybody using Meshlab on Linux? I have tried under Wine, and get nothing but a black screen when loading a simple stl file.
The Linux install worked after creating a symbolic link (libGLEW.so.1.3 -> /usr/lib/libGLEW.so.1.4.0), but core dumps when loading a simple stl file - just a cube exported from Blender.
The error in the terminal window is:
meshlab: glarea.cpp:465: virtual void GLArea:: paintGL(): Assertion `!glGetError()’ failed.
Aborted (core dumped)
If you are running Meshlab successfully on Linux, what if anything special did you have to do to get it working? Should I compile my own from source?
Thanks in advance!!