SCIInstitute / map3d

Other
3 stars 3 forks source link

Mac OS X build broken #27

Closed a-y-khan closed 7 years ago

a-y-khan commented 7 years ago

Mac OS X build (Qt 5.7, Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)) is broken:

In file included from dialogs.cc:3: In file included from ./dialogs.h:9: In file included from ./GeomWindow.h:15: In file included from ./GenericWindow.h:14: In file included from /Users/ayla/Qt5.7.1/5.7/clang_64/lib/QtOpenGL.framework/Headers/QGLWidget:1: In file included from /Users/ayla/Qt5.7.1/5.7/clang_64/lib/QtOpenGL.framework/Headers/qgl.h:45: In file included from /Users/ayla/Qt5.7.1/5.7/clang_64/lib/QtGui.framework/Headers/qopengl.h:43: In file included from /Users/ayla/Qt5.7.1/5.7/clang_64/lib/QtCore.framework/Headers/qglobal.h:1145: In file included from /Users/ayla/Qt5.7.1/5.7/clang_64/lib/QtCore.framework/Headers/qatomic.h:46: /Users/ayla/Qt5.7.1/5.7/clang_64/lib/QtCore.framework/Headers/qbasicatomic.h:95:14: error: use of undeclared identifier 'Ops' typename Ops::Type _q_value; ^ /Users/ayla/Qt5.7.1/5.7/clang_64/lib/QtCore.framework/Headers/qbasicatomic.h:95:19: error: expected a qualified name after 'typename' typename Ops::Type _q_value; ^ /Users/ayla/Qt5.7.1/5.7/clang_64/lib/QtCore.framework/Headers/qbasicatomic.h:95:23: error: expected ';' at end of declaration list typename Ops::Type _q_value; ^ ; /Users/ayla/Qt5.7.1/5.7/clang_64/lib/QtCore.framework/Headers/qbasicatomic.h:99:44: error: use of undeclared identifier 'Ops' T load() const Q_DECL_NOTHROW { return Ops::load(_q_value); } /Users/ayla/Qt5.7.1/5.7/clang_64/lib/QtCore.framework/Headers/qbasicatomic.h ^: 99:44: error: use of undeclared identifier 'Ops' T load() const Q_DECL_NOTHROW { return Ops::load(_q_value); } ^ /Users/ayla/Qt5.7.1/5.7/clang_64/lib/QtCore.framework/Headers/qbasicatomic.h:99:54: error: use of undeclared identifier '_q_value' T load() const Q_DECL_NOTHROW { return Ops::load(_q_value); } ^ /Users/ayla/Qt5.7.1/5.7/clang_64/lib/QtCore.framework/Headers/qbasicatomic.h:99:54: error: use of undeclared identifier '_q_value' T load() const Q_DECL_NOTHROW { return Ops::load(_q_value); } ^ /Users/ayla/Qt5.7.1/5.7/clang_64/lib/QtCore.framework/Headers/qbasicatomic.h:99:44: error: use of undeclared identifier 'Ops' T load() const Q_DECL_NOTHROW { return Ops::load(_q_value); } ^ /Users/ayla/Qt5.7.1/5.7/clang_64/lib/QtCore.framework/Headers/qbasicatomic.h:100:45: error: use of undeclared identifier 'Ops' void store(T newValue) Q_DECL_NOTHROW { Ops::store(_q_value, newValue); } ^ /Users/ayla/Qt5.7.1/5.7/clang_64/lib/QtCore.framework/Headers/qbasicatomic.h:100:45: error: use of undeclared identifier 'Ops' void store(T newValue) Q_DECL_NOTHROW { Ops::store(_q_value, newValue); } ^ /Users/ayla/Qt5.7.1/5.7/clang_64/lib/QtCore.framework/Headers/qbasicatomic.h:100:56: error: use of undeclared identifier '_q_value' void store(T newValue) Q_DECL_NOTHROW { Ops::store(_q_value, newValue); } ^ /Users/ayla/Qt5.7.1/5.7/clang_64/lib/QtCore.framework/Headers/qbasicatomic.h:100:18: warning: unused parameter 'newValue' [-Wunused-parameter] /Users/ayla/Qt5.7.1/5.7/clang_64/lib/QtCore.framework/Headers/qbasicatomic.h:100:56: error: use of undeclared identifier void store(T newValue) Q_DECL_NOTHROW { Ops::store(_q_value, newValue); }'_q_value'

             ^
void store(T newValue) Q_DECL_NOTHROW { Ops::store(_q_value, newValue); }
                                                   ^