← Back to team overview

yade-users team mailing list archive

Re: YADE on cluster, X11 forwarding and problem about old svn backup

 

Got this error while change back to boost1.35:

â /data/DEM_CFD/YADE1943/lib/yade-svn1943/plugins/libInteractingSphere2AABB.so
C gui/qt3/MessageDialog.cpp
C gui/qt3/QtFileGenerator.cpp
gui/qt3/GLViewer.cpp: In member function 'virtual void GLViewer::paintGL()':
gui/qt3/GLViewer.cpp:43: error: 'class boost::unique_lock<boost::mutex>' has no member named 'locked'
L libNewtonsMomentumLaw.so
â /data/DEM_CFD/YADE1943/lib/yade-svn1943/plugins/libNewtonsMomentumLaw.so
/data/DEM_CFD/boost_1_35_0/boost/system/error_code.hpp: At global scope:
/data/DEM_CFD/boost_1_35_0/boost/system/error_code.hpp:204: warning: 'boost::system::system_category' defined but not used
/data/DEM_CFD/boost_1_35_0/boost/system/error_code.hpp:205: warning: 'boost::system::posix_category' defined but not used
/data/DEM_CFD/boost_1_35_0/boost/system/error_code.hpp:209: warning: 'boost::system::errno_ecat' defined but not used
/data/DEM_CFD/boost_1_35_0/boost/system/error_code.hpp:210: warning: 'boost::system::native_ecat' defined but not used
C gui/qt3/QtGUI.cpp
scons: *** [/data/DEM_CFD/build-svn1943/gui/qt3/GLViewer.os] Error 1
scons: building terminated because of errors.

A different error, maybe I messed up the 1.39 and 1.35??? I will double-check this

-----Original Message-----
From: yade-users-bounces+fchen3=utk.edu@xxxxxxxxxxxxxxxxxxx on behalf of Václav Smilauer
Sent: Wed 9/2/2009 12:34 AM
To: yade-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Yade-users] YADE on cluster, X11 forwarding and problem about old svn backup
 

> Problem solved using boost 1.39 instead of 1.35, although not very
> sure what caused the difference, at least a solution.

OK, that doesn't sound like the right solution for me, though, since
boost 1.35 should normally work. If you have a moment, could you please
try in gui/qt3/GLViewer.cpp:48 change BOOST_VERSION<103500 to
BOOST_VERSION<=103500?

References