Hello, I am able to compile meshlab to linux no problem, but when trying to compile for OS X 10.7.4 I got the following error:
g++ -headerpad_max_install_names -arch x86_64 -single_module -dynamiclib -Xarch_x86_64 -mmacosx-version-min=10.5 -o libfilter_csg.dylib filter_csg.o moc_filter_csg.o -F/Users/fsvieira/QtSDK/Desktop/Qt/4.8.1/gcc/lib -L/Users/fsvieira/QtSDK/Desktop/Qt/4.8.1/gcc/lib ../../common/libcommon.dylib ../../external/lib/macx/libmpirxx.a ../../external/lib/macx/libgmp.a -framework QtScript -L/usr/local/pgsql/lib -L/tmp/qt-stuff-85167/source/qt-everywhere-opensource-src-4.8.1/Desktop/Qt/4.8.1/gcc/lib -F/tmp/qt-stuff-85167/source/qt-everywhere-opensource-src-4.8.1/Desktop/Qt/4.8.1/gcc/lib -framework QtCore -framework QtXmlPatterns -framework QtNetwork -framework QtXml -framework QtOpenGL -framework QtGui -framework OpenGL -framework AGL
i686-apple-darwin11-llvm-g++-4.2: ../../external/lib/macx/libmpirxx.a: No such file or directory
i686-apple-darwin11-llvm-g++-4.2: ../../external/lib/macx/libgmp.a: No such file or directory
make[1]: *** [../../distrib/plugins/libfilter_csg.dylib] Error 1
I would assume that a lib is missing, but since is looking for it in external lib's I have to think that some files are missing or configuration is wrong ?
Tx.