← Back to team overview

yade-users team mailing list archive

Re: [Question #272636]: Asking help for implementing TesselationWrapper()

 

Question #272636 on Yade changed:
https://answers.launchpad.net/yade/+question/272636

    Status: Solved => Open

Kneib François changed the question status:
Hi Bruno,

I'm afraid I still experience this issue (with the exact same error message as Shenyang). Here is exactly what I have done :
- install a clean kubuntu 14.04 trusty (we never know ...);
- update the system (apt-get update &&  apt-get dist-upgrade);
- added yade repository (deb http://www.yade-dem.org/packages/ trusty/) because we need libeigen3-dev 3.2.1 but default trusty repository has 3.1.8 only;
- apt-get update;
- install dependencies according to the online doc command line : sudo apt-get install cmake git freeglut3-dev libloki-dev libboost-all-dev fakeroot dpkg-dev build-essential g++ python-dev ipython python-matplotlib libsqlite3-dev python-numpy python-tk gnuplot libgts-dev python-pygraphviz libvtk5-dev python-scientific libeigen3-dev python-xlib python-qt4 pyqt4-dev-tools gtk2-engines-pixbuf python-argparse libqglviewer-dev python-imaging libjs-jquery python-sphinx python-git python-bibtex libxmu-dev libxi-dev libcgal-dev help2man libbz2-dev zlib1g-dev python-minieigen
- mkdir yade ; cd yade;
- https clone : git clone https://github.com/yade/trunk.git
- create folders : mkdir install ; mkdir build ; cd build
- cmake -DCMAKE_INSTALL_PREFIX=../install ../trunk
- make -j6 install
- run the tesselation script in the examples -> crash

My CGAL version is : libcgal-dev 4.5-2~trusty1 (same for libcgal10)

Do you have an idea ?

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.