Hello
Thank you, that solved the problem, I was confused since the message
from Xcode was different. I could also fix the Xcode project by adding
only the plylib.cpp file, instead of all the vcglib.
I tried to compile the samples using
qmake -recursive samples.pro
But the Xcode projects generated have the same problem, the only one
that compiled (in Xcode) was trimesh_attribute. Compiling from
terminal has no problems.
In fact, following the instruction to compile meshlab:
qmake -recursive meshlabv12.pro
make
I got the following
make: *** No targets specified and no makefile found. Stop.
The Xcode projects generated by qmake present the same problem. Some
work and others don't. Meshlab project compiles and executes the app
but I can't do anything with it since it doesn't recognize any mesh
file. Quite strange.
Regards
Jacob
|