meshlab
meshlab copied to clipboard
macOS 12.5.1 clang13 build master branch error
[ 6%] Built target copy-distrib-files
[ 6%] Automatic MOC and UIC for target external-glew
[ 6%] Built target external-glew_autogen
Consolidate compiler generated dependencies of target external-glew
[ 6%] Built target external-glew
[ 7%] Automatic MOC and UIC for target external-exif
[ 7%] Built target external-exif_autogen
Consolidate compiler generated dependencies of target external-exif
[ 7%] Built target external-exif
[ 7%] Automatic MOC and UIC for target external-levmar
[ 7%] Built target external-levmar_autogen
Consolidate compiler generated dependencies of target external-levmar
[ 7%] Built target external-levmar
[ 7%] Automatic MOC and UIC for target external-lib3ds
[ 7%] Built target external-lib3ds_autogen
Consolidate compiler generated dependencies of target external-lib3ds
[ 9%] Built target external-lib3ds
[ 10%] Automatic MOC and UIC for target external-muparser
[ 10%] Built target external-muparser_autogen
Consolidate compiler generated dependencies of target external-muparser
[ 10%] Built target external-muparser
[ 10%] Automatic MOC and UIC for target external-openctm
[ 10%] Built target external-openctm_autogen
Consolidate compiler generated dependencies of target external-openctm
[ 10%] Built target external-openctm
[ 10%] Automatic MOC and UIC for target external-qhull
[ 10%] Built target external-qhull_autogen
Consolidate compiler generated dependencies of target external-qhull
[ 12%] Built target external-qhull
[ 13%] Automatic MOC and UIC for target external-ssynth
[ 13%] Built target external-ssynth_autogen
Consolidate compiler generated dependencies of target external-ssynth
[ 15%] Built target external-ssynth
[ 15%] Automatic MOC and UIC for target IFXCoreStatic
[ 15%] Built target IFXCoreStatic_autogen
Consolidate compiler generated dependencies of target IFXCoreStatic
[ 17%] Built target IFXCoreStatic
[ 17%] Automatic MOC and UIC for target IFXCore
[ 17%] Built target IFXCore_autogen
Consolidate compiler generated dependencies of target IFXCore
[ 33%] Built target IFXCore
[ 33%] Automatic MOC and UIC for target IFXExporting
[ 33%] Built target IFXExporting_autogen
Consolidate compiler generated dependencies of target IFXExporting
[ 36%] Built target IFXExporting
[ 36%] Automatic MOC and UIC for target IFXScheduling
[ 36%] Built target IFXScheduling_autogen
Consolidate compiler generated dependencies of target IFXScheduling
[ 39%] Built target IFXScheduling
[ 39%] Automatic MOC and UIC for target external-IDTFConverter
[ 39%] Built target external-IDTFConverter_autogen
Consolidate compiler generated dependencies of target external-IDTFConverter
[ 42%] Built target external-IDTFConverter
[ 42%] Automatic MOC and UIC for target meshlab-common
[ 42%] Built target meshlab-common_autogen
Consolidate compiler generated dependencies of target meshlab-common
[ 45%] Built target meshlab-common
[ 45%] Automatic MOC and UIC for target meshlab
[ 45%] Built target meshlab_autogen
Consolidate compiler generated dependencies of target meshlab
[ 45%] Building CXX object meshlab/CMakeFiles/meshlab.dir/glarea.cpp.o
/Volumes/storage-1/OSS/meshlab/src/meshlab/glarea.cpp:205:44: warning: 'byteCount' is deprecated: Use sizeInBytes [-Wdeprecated-declarations]
((totalCols * tileRow) * tileBuffer.byteCount());
^
/opt/homebrew/Cellar/qt@5/5.15.5_1/lib/QtGui.framework/Headers/qimage.h:221:5: note: 'byteCount' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use sizeInBytes") int byteCount() const;
^
/opt/homebrew/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/opt/homebrew/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Volumes/storage-1/OSS/meshlab/src/meshlab/glarea.cpp:2245:32: error: assigning to 'vcg::Camera<float>::CameraType' from incompatible type 'int'
shot.Intrinsics.cameraType = 0; //perspective
^
/Volumes/storage-1/OSS/meshlab/src/meshlab/glarea.cpp:2247:32: error: assigning to 'vcg::Camera<float>::CameraType' from incompatible type 'int'
shot.Intrinsics.cameraType = 1; //orthographic
^
1 warning and 2 errors generated.
make[2]: *** [meshlab/CMakeFiles/meshlab.dir/glarea.cpp.o] Error 1
make[1]: *** [meshlab/CMakeFiles/meshlab.dir/all] Error 2
make: *** [all] Error 2