I'm trying to use Meshlab to batch process OBJ files (quadric edge decimation, save out a smaller file). But every time I try to launch Meshlabserver through Terminal I get an error:
dyld: Library not loaded: @path/QtOpenGL.framework/Versions/5/QtOpenGL Referenced from: /Applications/meshlab.app/Contents/MacOS/meshlabserver Reason: image not found Trace/BPT trap: 5
I did some research, and it looks like a couple of years ago (2012/2013) there was a bug in Meshlab where it was compiled to look for Qt libraries in the wrong location. However, I am on the newest version of Meshlab (2016.12), and I'm still getting this error.
Can anybody help? Full disclosure: I am an extremely amateur coder. Thanks in advance!