yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #03748
Re: [Branch ~yade-dev/yade/trunk] Rev 2116: Removed CapillaryRecorder and ContactStressRecorder. Renamed SimpleElasticRelationshipsWater to I...
The log...
Jerome Duriez a écrit :
I tried to update (since something around 2100 I guess), it does not
compile. Because things linked with "Shape", and OpenGLRenderingEngine
(see log).
I made scons -c before.
Jerome
noreply@xxxxxxxxxxxxx a écrit :
------------------------------------------------------------
revno: 2116
committer: Luc Scholtes <sch50p@fluent-ph>
branch nick: trunk
timestamp: Tue 2010-03-30 14:55:22 +1000
message:
Removed CapillaryRecorder and ContactStressRecorder. Renamed
SimpleElasticRelationshipsWater to
Ip2_FrictMat_FrictMat_CapillaryLawPhys (can probably be removed as it
is identical to Ip2_Frictmat_FrictMat_FrictPhys...) and
CapillaryCohesiveLaw to CapillaryLaw. Modified all Capillary related
files.
removed:
pkg/dem/Engine/PartialEngine/CapillaryRecorder.cpp
pkg/dem/Engine/PartialEngine/CapillaryRecorder.hpp
pkg/dem/Engine/PartialEngine/ContactStressRecorder.cpp
pkg/dem/Engine/PartialEngine/ContactStressRecorder.hpp
renamed:
pkg/dem/Engine/Functor/SimpleElasticRelationshipsWater.cpp =>
pkg/dem/Engine/Functor/Ip2_Frictmat_FrictMat_CapillaryLawPhys.cpp
pkg/dem/Engine/Functor/SimpleElasticRelationshipsWater.hpp =>
pkg/dem/Engine/Functor/Ip2_Frictmat_FrictMat_CapillaryLawPhys.hpp
pkg/dem/Engine/GlobalEngine/CapillaryCohesiveLaw.cpp =>
pkg/dem/Engine/GlobalEngine/CapillaryLaw.cpp
pkg/dem/Engine/GlobalEngine/CapillaryCohesiveLaw.hpp =>
pkg/dem/Engine/GlobalEngine/CapillaryLaw.hpp
modified:
pkg/dem/DataClass/InteractionPhysics/CapillaryParameters.hpp
pkg/dem/Engine/PartialEngine/CapillaryPressureEngine.cpp
pkg/dem/Engine/PartialEngine/CapillaryPressureEngine.hpp
pkg/dem/Engine/PartialEngine/CapillaryStressRecorder.cpp
pkg/dem/Engine/PartialEngine/CapillaryStressRecorder.hpp
pkg/dem/Engine/PartialEngine/SampleCapillaryPressureEngine.cpp
pkg/dem/Engine/PartialEngine/SampleCapillaryPressureEngine.hpp
pkg/dem/Engine/PartialEngine/TriaxialStateRecorder.hpp
pkg/dem/PreProcessor/TriaxialTestWater.cpp
pkg/dem/PreProcessor/TriaxialTestWater.hpp
py/system.py
pkg/dem/Engine/Functor/Ip2_Frictmat_FrictMat_CapillaryLawPhys.cpp
pkg/dem/Engine/Functor/Ip2_Frictmat_FrictMat_CapillaryLawPhys.hpp
pkg/dem/Engine/GlobalEngine/CapillaryLaw.cpp
pkg/dem/Engine/GlobalEngine/CapillaryLaw.hpp
The size of the diff (1282 lines) is larger than your specified limit
of 1000 lines
--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to
https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription.
_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to : yade-dev@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~yade-dev
More help : https://help.launchpad.net/ListHelp
--
Jérôme Duriez
ATER Iut 1 Grenoble, département GMP - Laboratoire 3S-R
04.56.52.86.49 (ne pas laisser de messages sur le répondeur)
jduriez@c1solimara-l:~/yade$ scons
scons: Reading SConscript files ...
scons: Reading SConscript files ...
@@@ Using profile default (scons.profile-default) @@@
Yade version is `trunk' (bzr2116), installed files will be suffixed with `-trunk'.
All intermediary files will be in `/home/3S-LAB/jduriez/build-trunk'.
Checking whether c++ compiler "g++" works...(cached) yes
Finding libstdc++ library... (cached) /usr/lib/gcc/i486-linux-gnu/4.3.2/libstdc++.so
Checking for pthread_exit(NULL) in C library pthread... (cached) yes
Checking for boost::system::error_code(); /* non-essential */ in C++ library boost_system-mt... (cached) no
Checking for boost::system::error_code(); /* non-essential */ in C++ library boost_system... (cached) no
Checking for boost::thread::thread() in C++ library boost_thread-mt... (cached) yes
Checking for boost::posix_time::time_duration::time_duration() in C++ library boost_date_time-mt... (cached) yes
Checking for boost::filesystem::path() in C++ library boost_filesystem-mt... (cached) yes
Checking for boost::iostreams::file_sink("") in C++ library boost_iostreams-mt... (cached) yes
Checking for boost::regex("") in C++ library boost_regex-mt... (cached) yes
Checking for try{} catch (const boost::archive::archive_exception& e) {} in C++ library boost_serialization-mt... (cached) yes
Checking for boost::program_options::options_description o in C++ library boost_program_options-mt... (cached) yes
Checking for C++ header file boost/foreach.hpp... (cached) yes
Checking for sqlite3_close(0L) in C++ library sqlite3... (cached) yes
Checking for Python development files... (cached) yes
Checking for python module `IPython' ...(cached) yes
Checking for boost::python::scope() in C++ library boost_python-mt... (cached) yes
Checking for C++ header file numpy/ndarrayobject.h... (cached) yes
Checking for glutGetModifiers() in C++ library glut... (cached) yes
Checking for qt-mt in /usr/share/qt3... (cached) yes
Checking for gts_object_class() in C++ library gts... (cached) yes
Checking for log4cxx::Logger::getLogger("") in C++ library log4cxx... (cached) yes
scons: done reading SConscript files.
scons: Building targets ...
C gui/qt3/FileDialog.cpp
C gui/qt3/GLViewer.cpp
C gui/qt3/MessageDialog.cpp
C gui/qt3/QtFileGenerator.cpp
In file included from /home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/core/Body.hpp:13,
from /home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:7,
from gui/qt3/GLViewer.hpp:6,
from gui/qt3/GLViewer.cpp:11:
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/core/Shape.hpp:35: error: invalid use of non-static data member 'Shape::color'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/core/Shape.hpp:35: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/core/Shape.hpp:35: error: invalid use of non-static data member 'Shape::color'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/core/Shape.hpp:35: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/core/Shape.hpp: In member function 'int Shape::_getDeprec_diffuseColor()':
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/core/Shape.hpp:35: error: invalid conversion from 'double*' to 'int'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/core/Shape.hpp: In member function 'void Shape::_setDeprec_diffuseColor(const int&)':
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/core/Shape.hpp:35: error: invalid conversion from 'const int' to 'const double*'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/core/Shape.hpp:35: error: initializing argument 1 of 'Wm3::Vector3<Real>::Vector3(const Real*) [with Real = double]'
In file included from gui/qt3/GLViewer.hpp:6,
from gui/qt3/GLViewer.cpp:11:
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp: At global scope:
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::lightPos'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::lightPos'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::bgColor'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::bgColor'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::wire'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::wire'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::dof'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::dof'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::id'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::id'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::bound'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::bound'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::shape'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::shape'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::intrWire'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::intrWire'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::intrGeom'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::intrGeom'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::intrPhys'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::intrPhys'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::mask'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::mask'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::dispScale'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::dispScale'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::rotScale'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::rotScale'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::id'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::id'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::id'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::id'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp: In member function 'int OpenGLRenderingEngine::_getDeprec_Light_position()':
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid conversion from 'double*' to 'int'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp: In member function 'void OpenGLRenderingEngine::_setDeprec_Light_position(const int&)':
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid conversion from 'const int' to 'const double*'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: initializing argument 1 of 'Wm3::Vector3<Real>::Vector3(const Real*) [with Real = double]'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp: In member function 'int OpenGLRenderingEngine::_getDeprec_Background_color()':
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid conversion from 'double*' to 'int'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp: In member function 'void OpenGLRenderingEngine::_setDeprec_Background_color(const int&)':
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid conversion from 'const int' to 'const double*'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: initializing argument 1 of 'Wm3::Vector3<Real>::Vector3(const Real*) [with Real = double]'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp: In member function 'int OpenGLRenderingEngine::_getDeprec_displacementScale()':
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid conversion from 'double*' to 'int'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp: In member function 'void OpenGLRenderingEngine::_setDeprec_displacementScale(const int&)':
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid conversion from 'const int' to 'const double*'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: initializing argument 1 of 'Wm3::Vector3<Real>::Vector3(const Real*) [with Real = double]'
In file included from /home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/core/Body.hpp:13,
from /home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/core/Scene.hpp:13,
from /home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/core/FileGenerator.hpp:14,
from gui/qt3/QtFileGenerator.cpp:10:
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/core/Shape.hpp:35: error: invalid use of non-static data member 'Shape::color'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/core/Shape.hpp:35: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/core/Shape.hpp:35: error: invalid use of non-static data member 'Shape::color'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/core/Shape.hpp:35: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/core/Shape.hpp: In member function 'int Shape::_getDeprec_diffuseColor()':
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/core/Shape.hpp:35: error: invalid conversion from 'double*' to 'int'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/core/Shape.hpp: In member function 'void Shape::_setDeprec_diffuseColor(const int&)':
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/core/Shape.hpp:35: error: invalid conversion from 'const int' to 'const double*'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/core/Shape.hpp:35: error: initializing argument 1 of 'Wm3::Vector3<Real>::Vector3(const Real*) [with Real = double]'
In file included from /home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/gui-qt3/GLViewer.hpp:6,
from /home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/gui-qt3/SimulationController.hpp:20,
from gui/qt3/YadeQtMainWindow.hpp:15,
from gui/qt3/QtFileGenerator.cpp:25:
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp: At global scope:
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::lightPos'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::lightPos'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::bgColor'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::bgColor'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::wire'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::wire'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::dof'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::dof'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::id'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::id'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::bound'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::bound'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::shape'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::shape'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::intrWire'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::intrWire'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::intrGeom'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::intrGeom'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::intrPhys'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::intrPhys'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::mask'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::mask'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::dispScale'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::dispScale'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::rotScale'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::rotScale'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::id'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::id'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::id'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid use of non-static data member 'OpenGLRenderingEngine::id'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: from this location
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp: In member function 'int OpenGLRenderingEngine::_getDeprec_Light_position()':
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid conversion from 'double*' to 'int'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp: In member function 'void OpenGLRenderingEngine::_setDeprec_Light_position(const int&)':
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid conversion from 'const int' to 'const double*'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: initializing argument 1 of 'Wm3::Vector3<Real>::Vector3(const Real*) [with Real = double]'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp: In member function 'int OpenGLRenderingEngine::_getDeprec_Background_color()':
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid conversion from 'double*' to 'int'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp: In member function 'void OpenGLRenderingEngine::_setDeprec_Background_color(const int&)':
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid conversion from 'const int' to 'const double*'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: initializing argument 1 of 'Wm3::Vector3<Real>::Vector3(const Real*) [with Real = double]'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp: In member function 'int OpenGLRenderingEngine::_getDeprec_displacementScale()':
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid conversion from 'double*' to 'int'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp: In member function 'void OpenGLRenderingEngine::_setDeprec_displacementScale(const int&)':
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: invalid conversion from 'const int' to 'const double*'
/home/3S-LAB/jduriez/build-trunk/include/yade-trunk/yade/pkg-common/OpenGLRenderingEngine.hpp:125: error: initializing argument 1 of 'Wm3::Vector3<Real>::Vector3(const Real*) [with Real = double]'
scons: *** [/home/3S-LAB/jduriez/build-trunk/gui/qt3/GLViewer.os] Error 1
scons: *** [/home/3S-LAB/jduriez/build-trunk/gui/qt3/QtFileGenerator.os] Error 1
scons: building terminated because of errors.
References