Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stephanschulz/ad5931bfe0401023404d2196165a2b56 to your computer and use it in GitHub Desktop.
Save stephanschulz/ad5931bfe0401023404d2196165a2b56 to your computer and use it in GitHub Desktop.
/Users/stephanschulz/.zshrc:.:25: no such file or directory: /opt/home
(base) stephanschulz@MacBook-Pro-2 shader_pixelMapper % make -j -s 2>&1 && make RunRelease
Compiling OF library for Release
Done!
Compiling shader_pixelMapper for Release
Compiling /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/OrthoEasyCam.cpp
Compiling /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/ofApp.cpp
Compiling /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/main.cpp
Compiling /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxVision/src/ofxVisionResults.cpp
Compiling /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxVision/src/ofxVisionDetection.mm
Compiling /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxVision/src/Detection.m
Compiling /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxVision/src/Segmentation.m
Compiling /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxVision/src/ofxVisionHelpers.mm
Compiling /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxVision/src/ofxVisionProcessor.mm
Compiling /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxVision/src/ObjectRecognition.m
Compiling /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxUVC/src/UVCCameraControl.m
Compiling /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxUVC/src/ofxUVC.mm
/Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxUVC/src/UVCCameraControl.m:471:97: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
NSLog(@"Invalid exposure range detected. Using default values. min: %ld, max: %ld", range.min, range.max);
~~~ ^~~~~~~~~
%d
/Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxUVC/src/UVCCameraControl.m:471:108: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
NSLog(@"Invalid exposure range detected. Using default values. min: %ld, max: %ld", range.min, range.max);
~~~ ^~~~~~~~~
%d
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxVision/src/Segmentation.m:9:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxVision/src/Segmentation.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Vision.framework/Headers/Vision.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Vision.framework/Headers/VNUtils.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/simd.h:17:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/vector.h:49:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:780:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float2 __x, simd_float2 __y) { return simd_reduce_add(__x*__y); }
^
2 warnings generated.
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:781:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float3 __x, simd_float3 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:782:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float4 __x, simd_float4 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:783:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float8 __x, simd_float8 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:784:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float16 __x, simd_float16 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:785:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double2 __x, simd_double2 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:786:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double3 __x, simd_double3 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:787:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double4 __x, simd_double4 __y) { return simd_reduce_add(__x*__y); }
^
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxVision/src/Detection.m:9:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxVision/src/Detection.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Vision.framework/Headers/Vision.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Vision.framework/Headers/VNUtils.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/simd.h:17:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/vector.h:49:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:780:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float2 __x, simd_float2 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:788:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double8 __x, simd_double8 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:781:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float3 __x, simd_float3 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:800:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float2 SIMD_CFUNC simd_fast_project(simd_float2 __x, simd_float2 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:782:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float4 __x, simd_float4 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:801:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float3 SIMD_CFUNC simd_fast_project(simd_float3 __x, simd_float3 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:783:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float8 __x, simd_float8 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:784:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float16 __x, simd_float16 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:802:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float4 SIMD_CFUNC simd_fast_project(simd_float4 __x, simd_float4 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:785:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double2 __x, simd_double2 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:803:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float8 SIMD_CFUNC simd_fast_project(simd_float8 __x, simd_float8 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:786:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double3 __x, simd_double3 __y) { return simd_reduce_add(__x*__y); }
^
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxVision/src/ObjectRecognition.m:9:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxVision/src/ObjectRecognition.h:13:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Vision.framework/Headers/Vision.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Vision.framework/Headers/VNUtils.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/simd.h:17:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/vector.h:49:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:780:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float2 __x, simd_float2 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:804:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float16 SIMD_CFUNC simd_fast_project(simd_float16 __x, simd_float16 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:781:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float3 __x, simd_float3 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:805:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double2 SIMD_CFUNC simd_fast_project(simd_double2 __x, simd_double2 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:782:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float4 __x, simd_float4 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:787:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double4 __x, simd_double4 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:783:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float8 __x, simd_float8 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:788:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double8 __x, simd_double8 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:806:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double3 SIMD_CFUNC simd_fast_project(simd_double3 __x, simd_double3 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:784:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float16 __x, simd_float16 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:807:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double4 SIMD_CFUNC simd_fast_project(simd_double4 __x, simd_double4 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:785:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double2 __x, simd_double2 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:800:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float2 SIMD_CFUNC simd_fast_project(simd_float2 __x, simd_float2 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:801:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float3 SIMD_CFUNC simd_fast_project(simd_float3 __x, simd_float3 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:808:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double8 SIMD_CFUNC simd_fast_project(simd_double8 __x, simd_double8 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:786:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double3 __x, simd_double3 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:884:65: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_norm_one(simd_float2 __x) { return simd_reduce_add(__tg_fabs(__x)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:802:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float4 SIMD_CFUNC simd_fast_project(simd_float4 __x, simd_float4 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:787:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double4 __x, simd_double4 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:803:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float8 SIMD_CFUNC simd_fast_project(simd_float8 __x, simd_float8 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:788:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double8 __x, simd_double8 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:804:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float16 SIMD_CFUNC simd_fast_project(simd_float16 __x, simd_float16 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:800:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float2 SIMD_CFUNC simd_fast_project(simd_float2 __x, simd_float2 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:805:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double2 SIMD_CFUNC simd_fast_project(simd_double2 __x, simd_double2 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:801:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float3 SIMD_CFUNC simd_fast_project(simd_float3 __x, simd_float3 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:806:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double3 SIMD_CFUNC simd_fast_project(simd_double3 __x, simd_double3 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:807:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double4 SIMD_CFUNC simd_fast_project(simd_double4 __x, simd_double4 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:802:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float4 SIMD_CFUNC simd_fast_project(simd_float4 __x, simd_float4 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:808:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double8 SIMD_CFUNC simd_fast_project(simd_double8 __x, simd_double8 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:803:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float8 SIMD_CFUNC simd_fast_project(simd_float8 __x, simd_float8 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:884:65: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_norm_one(simd_float2 __x) { return simd_reduce_add(__tg_fabs(__x)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:804:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float16 SIMD_CFUNC simd_fast_project(simd_float16 __x, simd_float16 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:805:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double2 SIMD_CFUNC simd_fast_project(simd_double2 __x, simd_double2 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:806:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double3 SIMD_CFUNC simd_fast_project(simd_double3 __x, simd_double3 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:807:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double4 SIMD_CFUNC simd_fast_project(simd_double4 __x, simd_double4 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:808:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double8 SIMD_CFUNC simd_fast_project(simd_double8 __x, simd_double8 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:884:65: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_norm_one(simd_float2 __x) { return simd_reduce_add(__tg_fabs(__x)); }
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
20 errors generated.
make[1]: *** [/Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/obj/osx/Release/addons/ofxVision/src/Detection.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [/Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/obj/osx/Release/addons/ofxVision/src/Segmentation.o] Error 1
20 errors generated.
make[1]: *** [/Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/obj/osx/Release/addons/ofxVision/src/ObjectRecognition.o] Error 1
/Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxVision/src/ofxVisionResults.cpp:38:75: warning: field 'rect' will be initialized after base 'ofxVision::LabelDetection' [-Wreorder-ctor]
RectDetection::RectDetection(const ofRectangle& _rect, float confidence ):rect(_rect), LabelDetection("",confidence){
^~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
LabelDetection("",confidence) rect(_rect)
/Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxVision/src/ofxVisionResults.cpp:40:85: warning: field 'rect' will be initialized after base 'ofxVision::LabelDetection' [-Wreorder-ctor]
RectDetection::RectDetection(float x, float y, float w, float h, float confidence ):rect(x, y, w, h), LabelDetection("",confidence){
^~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
LabelDetection("",confidence) rect(x, y, w, h)
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/OrthoEasyCam.cpp:8:
/Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/OrthoEasyCam.h:21:10: warning: 'OrthoEasyCam::draw' hides overloaded virtual function [-Woverloaded-virtual]
void draw(ofRectangle rect, ofBaseDraws* img);
^
../../../libs/openFrameworks/3d/ofNode.h:464:15: note: hidden overloaded virtual function 'ofNode::draw' declared here: different number of parameters (0 vs 2)
virtual void draw() const;
^
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxVision/src/ofxVisionDetection.mm:7:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxVision/src/ofxVisionDetection.h:15:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxVision/src/Detection.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Vision.framework/Headers/Vision.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Vision.framework/Headers/VNUtils.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/simd.h:17:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/vector.h:49:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:780:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float2 __x, simd_float2 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:781:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float3 __x, simd_float3 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:782:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float4 __x, simd_float4 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:783:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float8 __x, simd_float8 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:784:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float16 __x, simd_float16 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:785:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double2 __x, simd_double2 __y) { return simd_reduce_add(__x*__y); }
^
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/main.cpp:23:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/ofApp.h:12:
In file included from /Applications/of_v0.12-2.0_osx_release/addons/ofxOpenCv/src/ofxOpenCv.h:12:
/Applications/of_v0.12-2.0_osx_release/addons/ofxOpenCv/src/ofxCvFloatImage.h:65:19: warning: 'ofxCvFloatImage::setRoiFromPixels' hides overloaded virtual function [-Woverloaded-virtual]
virtual void setRoiFromPixels( float * _pixels, int w, int h ); //no scaling
^
/Applications/of_v0.12-2.0_osx_release/addons/ofxOpenCv/src/ofxCvImage.h:67:19: note: hidden overloaded virtual function 'ofxCvImage::setRoiFromPixels' declared here: different number of parameters (1 vs 3)
virtual void setRoiFromPixels( const ofPixels & pixels );
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:786:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double3 __x, simd_double3 __y) { return simd_reduce_add(__x*__y); }
^
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/main.cpp:23:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/ofApp.h:12:
In file included from /Applications/of_v0.12-2.0_osx_release/addons/ofxOpenCv/src/ofxOpenCv.h:17:
/Applications/of_v0.12-2.0_osx_release/addons/ofxOpenCv/src/ofxCvContourFinder.h:40:19: warning: 'ofxCvContourFinder::draw' hides overloaded virtual function [-Woverloaded-virtual]
virtual void draw() const { draw(0,0, _width, _height); };
^
../../../libs/openFrameworks/graphics/ofGraphicsBaseTypes.h:179:15: note: hidden overloaded virtual function 'ofBaseDraws::draw' declared here: different number of parameters (3 vs 0)
virtual void draw(const glm::vec2 & point, float w, float h) const;
^
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/main.cpp:23:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/ofApp.h:12:
In file included from /Applications/of_v0.12-2.0_osx_release/addons/ofxOpenCv/src/ofxOpenCv.h:17:
/Applications/of_v0.12-2.0_osx_release/addons/ofxOpenCv/src/ofxCvContourFinder.h:46:18: warning: 'ofxCvContourFinder::setAnchorPoint' hides overloaded virtual function [-Woverloaded-virtual]
virtual void setAnchorPoint(int x, int y);
^
../../../libs/openFrameworks/graphics/ofGraphicsBaseTypes.h:205:15: note: hidden overloaded virtual function 'ofBaseDraws::setAnchorPoint' declared here: type mismatch at 1st parameter ('float' vs 'int')
virtual void setAnchorPoint(float x, float y){};
^
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/main.cpp:23:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/ofApp.h:14:
/Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/OrthoEasyCam.h:21:10: warning: 'OrthoEasyCam::draw' hides overloaded virtual function [-Woverloaded-virtual]
void draw(ofRectangle rect, ofBaseDraws* img);
^
../../../libs/openFrameworks/3d/ofNode.h:464:15: note: hidden overloaded virtual function 'ofNode::draw' declared here: different number of parameters (0 vs 2)
virtual void draw() const;
^
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxVision/src/ofxVisionProcessor.mm:8:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxVision/src/ofxVisionProcessor.h:15:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxVision/src/Segmentation.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Vision.framework/Headers/Vision.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Vision.framework/Headers/VNUtils.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/simd.h:17:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/vector.h:49:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:780:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float2 __x, simd_float2 __y) { return simd_reduce_add(__x*__y); }
^
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/ofApp.cpp:1:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/ofApp.h:12:
In file included from /Applications/of_v0.12-2.0_osx_release/addons/ofxOpenCv/src/ofxOpenCv.h:12:
/Applications/of_v0.12-2.0_osx_release/addons/ofxOpenCv/src/ofxCvFloatImage.h:65:19: warning: 'ofxCvFloatImage::setRoiFromPixels' hides overloaded virtual function [-Woverloaded-virtual]
virtual void setRoiFromPixels( float * _pixels, int w, int h ); //no scaling
^
/Applications/of_v0.12-2.0_osx_release/addons/ofxOpenCv/src/ofxCvImage.h:67:19: note: hidden overloaded virtual function 'ofxCvImage::setRoiFromPixels' declared here: different number of parameters (1 vs 3)
virtual void setRoiFromPixels( const ofPixels & pixels );
^
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/ofApp.cpp:1:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/ofApp.h:12:
In file included from /Applications/of_v0.12-2.0_osx_release/addons/ofxOpenCv/src/ofxOpenCv.h:17:
/Applications/of_v0.12-2.0_osx_release/addons/ofxOpenCv/src/ofxCvContourFinder.h:40:19: warning: 'ofxCvContourFinder::draw' hides overloaded virtual function [-Woverloaded-virtual]
virtual void draw() const { draw(0,0, _width, _height); };
^
../../../libs/openFrameworks/graphics/ofGraphicsBaseTypes.h:179:15: note: hidden overloaded virtual function 'ofBaseDraws::draw' declared here: different number of parameters (3 vs 0)
virtual void draw(const glm::vec2 & point, float w, float h) const;
^
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/ofApp.cpp:1:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/ofApp.h:12:
In file included from /Applications/of_v0.12-2.0_osx_release/addons/ofxOpenCv/src/ofxOpenCv.h:17:
/Applications/of_v0.12-2.0_osx_release/addons/ofxOpenCv/src/ofxCvContourFinder.h:46:18: warning: 'ofxCvContourFinder::setAnchorPoint' hides overloaded virtual function [-Woverloaded-virtual]
virtual void setAnchorPoint(int x, int y);
^
../../../libs/openFrameworks/graphics/ofGraphicsBaseTypes.h:205:15: note: hidden overloaded virtual function 'ofBaseDraws::setAnchorPoint' declared here: type mismatch at 1st parameter ('float' vs 'int')
virtual void setAnchorPoint(float x, float y){};
^
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/ofApp.cpp:1:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/ofApp.h:14:
/Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/OrthoEasyCam.h:21:10: warning: 'OrthoEasyCam::draw' hides overloaded virtual function [-Woverloaded-virtual]
void draw(ofRectangle rect, ofBaseDraws* img);
^
../../../libs/openFrameworks/3d/ofNode.h:464:15: note: hidden overloaded virtual function 'ofNode::draw' declared here: different number of parameters (0 vs 2)
virtual void draw() const;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:787:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double4 __x, simd_double4 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:781:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float3 __x, simd_float3 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:788:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double8 __x, simd_double8 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:782:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float4 __x, simd_float4 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:800:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float2 SIMD_CFUNC simd_fast_project(simd_float2 __x, simd_float2 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:783:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float8 __x, simd_float8 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:801:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float3 SIMD_CFUNC simd_fast_project(simd_float3 __x, simd_float3 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:784:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float16 __x, simd_float16 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:802:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float4 SIMD_CFUNC simd_fast_project(simd_float4 __x, simd_float4 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:785:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double2 __x, simd_double2 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:803:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float8 SIMD_CFUNC simd_fast_project(simd_float8 __x, simd_float8 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:786:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double3 __x, simd_double3 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:804:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float16 SIMD_CFUNC simd_fast_project(simd_float16 __x, simd_float16 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:787:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double4 __x, simd_double4 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:805:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double2 SIMD_CFUNC simd_fast_project(simd_double2 __x, simd_double2 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:788:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double8 __x, simd_double8 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:806:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double3 SIMD_CFUNC simd_fast_project(simd_double3 __x, simd_double3 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:800:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float2 SIMD_CFUNC simd_fast_project(simd_float2 __x, simd_float2 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:807:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double4 SIMD_CFUNC simd_fast_project(simd_double4 __x, simd_double4 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:801:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float3 SIMD_CFUNC simd_fast_project(simd_float3 __x, simd_float3 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:808:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double8 SIMD_CFUNC simd_fast_project(simd_double8 __x, simd_double8 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:802:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float4 SIMD_CFUNC simd_fast_project(simd_float4 __x, simd_float4 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:884:65: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_norm_one(simd_float2 __x) { return simd_reduce_add(__tg_fabs(__x)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:803:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float8 SIMD_CFUNC simd_fast_project(simd_float8 __x, simd_float8 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:804:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float16 SIMD_CFUNC simd_fast_project(simd_float16 __x, simd_float16 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:805:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double2 SIMD_CFUNC simd_fast_project(simd_double2 __x, simd_double2 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:806:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double3 SIMD_CFUNC simd_fast_project(simd_double3 __x, simd_double3 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:807:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double4 SIMD_CFUNC simd_fast_project(simd_double4 __x, simd_double4 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:808:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double8 SIMD_CFUNC simd_fast_project(simd_double8 __x, simd_double8 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:884:65: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_norm_one(simd_float2 __x) { return simd_reduce_add(__tg_fabs(__x)); }
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
2 warnings generated.
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/main.cpp:23:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/ofApp.h:19:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/masking/maskHandler.h:11:
/Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/masking/polygonHandler.h:480:14: warning: unused variable 'bDoneLoading' [-Wunused-variable]
bool bDoneLoading = false;
^
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/ofApp.cpp:1:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/ofApp.h:19:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/masking/maskHandler.h:11:
/Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/masking/polygonHandler.h:480:14: warning: unused variable 'bDoneLoading' [-Wunused-variable]
bool bDoneLoading = false;
^
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/ofApp.cpp:1:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/ofApp.h:19:
/Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/masking/maskHandler.h:191:20: warning: unused variable 'aPolygon' [-Wunused-variable]
for(auto & aPolygon : allPolygons){
^
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/main.cpp:23:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/ofApp.h:19:
/Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/masking/maskHandler.h:191:20: warning: unused variable 'aPolygon' [-Wunused-variable]
for(auto & aPolygon : allPolygons){
^
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/ofApp.cpp:1:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/ofApp.h:20:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/tracker/mainTracker.h:16:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/tracker/ofxvisionTracker.h:13:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxVision/src/ofxVisionDetection.h:15:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxVision/src/Detection.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Vision.framework/Headers/Vision.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Vision.framework/Headers/VNUtils.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/simd.h:17:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/vector.h:49:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:780:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float2 __x, simd_float2 __y) { return simd_reduce_add(__x*__y); }
^
1 warning generated.
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/main.cpp:23:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/ofApp.h:20:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/tracker/mainTracker.h:16:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/src/tracker/ofxvisionTracker.h:13:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxVision/src/ofxVisionDetection.h:15:
In file included from /Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/local_addons/ofxVision/src/Detection.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Vision.framework/Headers/Vision.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Vision.framework/Headers/VNUtils.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/simd.h:17:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/vector.h:49:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:780:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float2 __x, simd_float2 __y) { return simd_reduce_add(__x*__y); }
^
20 errors generated.
make[1]: *** [/Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/obj/osx/Release/addons/ofxVision/src/ofxVisionDetection.o] Error 1
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:781:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float3 __x, simd_float3 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:781:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float3 __x, simd_float3 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:782:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float4 __x, simd_float4 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:782:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float4 __x, simd_float4 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:783:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float8 __x, simd_float8 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:783:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float8 __x, simd_float8 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:784:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float16 __x, simd_float16 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:784:80: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_dot(simd_float16 __x, simd_float16 __y) { return simd_reduce_add(__x*__y); }
^
20 errors generated.
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:785:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double2 __x, simd_double2 __y) { return simd_reduce_add(__x*__y); }
^
make[1]: *** [/Applications/of_v0.12-2.0_osx_release/apps/brokenMirror/shader_pixelMapper/obj/osx/Release/addons/ofxVision/src/ofxVisionProcessor.o] Error 1
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:785:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double2 __x, simd_double2 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:786:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double3 __x, simd_double3 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:786:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double3 __x, simd_double3 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:787:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double4 __x, simd_double4 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:787:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double4 __x, simd_double4 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:788:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double8 __x, simd_double8 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:788:80: error: use of undeclared identifier 'simd_reduce_add'
static double SIMD_CFUNC simd_dot(simd_double8 __x, simd_double8 __y) { return simd_reduce_add(__x*__y); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:800:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float2 SIMD_CFUNC simd_fast_project(simd_float2 __x, simd_float2 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:800:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float2 SIMD_CFUNC simd_fast_project(simd_float2 __x, simd_float2 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:801:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float3 SIMD_CFUNC simd_fast_project(simd_float3 __x, simd_float3 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:801:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float3 SIMD_CFUNC simd_fast_project(simd_float3 __x, simd_float3 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:802:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float4 SIMD_CFUNC simd_fast_project(simd_float4 __x, simd_float4 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:802:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float4 SIMD_CFUNC simd_fast_project(simd_float4 __x, simd_float4 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:803:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float8 SIMD_CFUNC simd_fast_project(simd_float8 __x, simd_float8 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:803:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float8 SIMD_CFUNC simd_fast_project(simd_float8 __x, simd_float8 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:804:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float16 SIMD_CFUNC simd_fast_project(simd_float16 __x, simd_float16 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:804:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_float16 SIMD_CFUNC simd_fast_project(simd_float16 __x, simd_float16 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:805:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double2 SIMD_CFUNC simd_fast_project(simd_double2 __x, simd_double2 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:805:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double2 SIMD_CFUNC simd_fast_project(simd_double2 __x, simd_double2 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:806:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double3 SIMD_CFUNC simd_fast_project(simd_double3 __x, simd_double3 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:806:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double3 SIMD_CFUNC simd_fast_project(simd_double3 __x, simd_double3 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:807:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double4 SIMD_CFUNC simd_fast_project(simd_double4 __x, simd_double4 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:807:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double4 SIMD_CFUNC simd_fast_project(simd_double4 __x, simd_double4 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:808:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double8 SIMD_CFUNC simd_fast_project(simd_double8 __x, simd_double8 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:808:117: error: use of undeclared identifier 'simd_fast_recip'; did you mean 'simd_fast_length'?
static simd_double8 SIMD_CFUNC simd_fast_project(simd_double8 __x, simd_double8 __y) { return __y*simd_dot(__x,__y)*simd_fast_recip(simd_dot(__y,__y)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:196:26: note: 'simd_fast_length' declared here
static double SIMD_CFUNC simd_fast_length(simd_double8 __x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:884:65: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_norm_one(simd_float2 __x) { return simd_reduce_add(__tg_fabs(__x)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/simd/geometry.h:884:65: error: use of undeclared identifier 'simd_reduce_add'
static float SIMD_CFUNC simd_norm_one(simd_float2 __x) { return simd_reduce_add(__tg_fabs(__x)); }
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
6 warnings and 20 errors generated.
6 warnings and 20 errors generated.
make[1]: *** [obj/osx/Release/src/main.o] Error 1
make[1]: *** [obj/osx/Release/src/ofApp.o] Error 1
make: *** [Release] Error 2
(base) stephanschulz@MacBook-Pro-2 shader_pixelMapper %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment