Hi, YADE guys, I would like to share the reason that why this happen. I check the compile history again, I found that it needs a boost/regex.hpp , then I install this then it solve. well, this is not in the check list, so I did not notice this. maybe somebody also meets this problem, then I hope this is an useful information.
Regards. Kan > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 6 Jul 2008 23:11:14 -0500 > From: kan <[EMAIL PROTECTED]> > Subject: [Yade-users] Compile problem or my computer problem? > To: [email protected] > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="utf-8" > > Hi, YADE Guys, > > Sorry for disturbing. > wen I compile the latest YADE use: scons PREFIX=/home/kan/datafile/yd > jobs=6 > optimize=1 > I meet problem as the following information: > > ? /home/kan/datafile/yd/lib/yade-svn1413/lib/libyade-QGLViewer.so > C lib/opengl/GLWindow.cpp > C lib/opengl/GLWindowsManager.cpp > C lib/serialization-qt/QtGUIGenerator.cpp > /usr/share/qt3/bin/moc -o > > /home/kan/datafile/yade/build-svn1413/lib/serialization-qt/moc_QtGUIGenerator.cc > lib/serialization-qt/QtGUIGenerator.hpp > C > > /home/kan/datafile/yade/build-svn1413/lib/serialization-qt/moc_QtGUIGenerator.cc > C pkg/common/DataClass/BoundingVolume/AABB.cpp > L libyade-opengl.so > scons: *** [/home/kan/datafile/yade/build-svn1413/core/yade.o] Error > 1 *[<----------------HERE]* > scons: building terminated because of errors. > [EMAIL PROTECTED]:~/datafile/yade/trunk-svn1413$ > > I have tried several times, and when it stop I just re-run "scons > PREFIX=/home/kan/datafile/yd jobs=6 optimize=1" and it will move on, but > still stop at this error information: > "scons: *** [/home/kan/datafile/yade/build-svn1413/core/yade.o] Error > 1 " > > I do not know what lead to this problem, my computer configuration(Laptop > which is AMD Turion 2 x core, Kubuntu 8.04 and GForce video card), or some > dependent packages are not installed (but the checking at the beginning of > compiling are ok except the C++ library log4cxx, boost_python-mt, and > boost_python are "no".) > > do you know what is the problem from and any suggestion? > > Thanks very much. > > kan > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > https://lists.berlios.de/pipermail/yade-users/attachments/20080706/1bacbf9b/attachment-0001.html > > ------------------------------ > > Message: 2 > Date: Mon, 07 Jul 2008 08:11:17 +0200 > From: V?clav ?milauer <[EMAIL PROTECTED]> > Subject: Re: [Yade-users] Compile problem or my computer problem? > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=UTF-8 > > > > I have tried several times, and when it stop I just re-run "scons > > PREFIX=/home/kan/datafile/yd jobs=6 optimize=1" and it will move on, > > but still stop at this error information: > > "scons: *** [/home/kan/datafile/yade/build-svn1413/core/yade.o] Error > > 1 " > Please run with jobs=1 pretty=0 and post relevant lines of output. In > what you gave us, the error message is probably somewhere above the > other jobs being started. Most likely you have some linking issue. > Thanks, Vaclav > >
_______________________________________________ Yade-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/yade-users
