Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Some future release
-
None
-
Mac OSX 10.6
-
ed48693eb6e3edc62a6e34198abd5ae208c47534
Description
Hi,
I have received compile error on the following:
/Users/bbns/Documents/library/qt/qt3d/src/threed/painting/qgllightparameters.h: In member function 'void tst_QGLMaterial::standardMaterialDraw()':
/Users/bbns/Documents/library/qt/qt3d/src/threed/painting/qgllightparameters.h:141: error: 'QGLLightParameters::QGLLightParameters(const QGLLightParameters&)' is private
/Users/bbns/Documents/library/qt/qt3d/tests/auto/threed/qglmaterial/tst_qglmaterial.cpp:823: error: within this context
/Users/bbns/Documents/library/qt/qt3d/tests/auto/threed/qglmaterial/tst_qglmaterial.cpp:745: error: in passing argument 2 of 'QColor litColor(const QGLMaterial&, const QGLLightParameters&, const QGLLightModel&)'
/Users/bbns/Documents/library/qt/qt3d/src/threed/painting/qgllightmodel.h:110: error: 'QGLLightModel::QGLLightModel(const QGLLightModel&)' is private
/Users/bbns/Documents/library/qt/qt3d/tests/auto/threed/qglmaterial/tst_qglmaterial.cpp:823: error: within this context
/Users/bbns/Documents/library/qt/qt3d/tests/auto/threed/qglmaterial/tst_qglmaterial.cpp:745: error: in passing argument 3 of 'QColor litColor(const QGLMaterial&, const QGLLightParameters&, const QGLLightModel&)'
make[4]: *** [tst_qglmaterial.o] Error 1
make[3]: *** [sub-qglmaterial-make_default] Error 2
make[2]: *** [sub-threed-make_default] Error 2
make[1]: *** [sub-auto-make_default] Error 2
make: *** [sub-tests-make_default-ordered] Error 2
Thanks.
-YT