Subject: CGAL users discussion list
List archive
- From: "Sebastien Loriot (GeometryFactory)" <>
- To:
- Subject: Re: [cgal-discuss] CGAL KDS
- Date: Fri, 27 Jul 2018 08:34:36 +0200
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:yxQQlRHgBnvep8ORS4s88J1GYnF86YWxBRYc798ds5kLTJ7zp8mwAkXT6L1XgUPTWs2DsrQY07SQ6/iocFdDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXdrXKo8DEdBAj0OxZrKeTpAI7SiNm82/yv95HJbAhEmDuwbaluIBmqsA7cqtQYjYx+J6gr1xDHuGFIe+NYxWNpIVKcgRPx7dqu8ZBg7ipdpesv+9ZPXqvmcas4S6dYDCk9PGAu+MLrrxjDQhCR6XYaT24bjwBHAwnB7BH9Q5fxri73vfdz1SWGIcH7S60/VDK/5KlpVRDokj8KOSMn/mHZisJ+j6xVrxyuqBN934Hab5qYNOZ8c67HYd8WWWRMU8RXWidcAo28dYwPD+8ZMOpWsofyuUABogGlBQmwBePg1DlIjWLw0609yeQhEAbG3BA9FN4KsXrbstL1NKIMXuCp1qnJzTXNYOlK1jfh74jIaBAgrfSCUbltdsfR0k0vFwTfjlWRrozlIymZ1uEJs2WA4OpgUPigi28jqw1rvjevwcIsh5DPi4kIyV7E7T10zYQ6KNGiVUJ3f96pHIFTui2ELYd7TcIvT3lqtSs50LEKp5G2cSkQxJg6wxPSZeaLfoqI7x/lSe2fOy13hGh/d7K6nxuy8Vavyun7VsSs1VZFtCtFkt3VunED0hzf9tGLSvVy80qgwzqP2AfT6uZLIUAwi6XXMYIuwrk1lpYLsETDGDH5mFnugaKUeUgo4PWk5/rnb7n8pZKQKZV4hw7/P6g2n8ywG+U4MgwAX2iB/uS80aXu/Vb9QLVNlP02k67ZsIzAKcQeoq60GABV0oM55Ba+CzeqysgXnX4CLF5dYhKIk5DpO03SIPD/Ffqwn1usny1vx/zfI7LhA47NIWTekLf6ZrZw8FVcyQo2zdBH/Z1YELABIPTpWk/wrtPUFBE5Mxbni9rgXd5y34dbVWOUCbKCK4vTt0WJ76QhObqifogQ7XzGJvIs/OLvgHlxvVgHfK61lds4ZXe9E+h8MmuQambrmMZAWy9epQ45Vu3tlBuHVRZcYn+zW+Q34TRtW9HuNpvKWo342O/J5yy8BJADPjkXWGDJKm/hcsC/Y9lJbSuTJsF7lTldDOquToYg0VelswqokuM7fNqRwTURsNfY7PYw//fazEhg+jl9DsDb2GaIHTktwzE4AgQu1aU6mnRTj1eO1a8i3q5dHN1XouxMCkI0acCawOt9BNT/HAnGe4XRRQ==
What did you try precisely?
Did you first configured and compiled the CGAL library?
The following worked for me:
#create build dir for the release
cd /tmp
mkdir build_4.10
cd build_4.10/
#configure and build CGAL
cmake -DCMAKE_BUILD_TYPE=Release ~/CGAL/releases/CGAL-4.10.2
make -j4
#set CGAL_DIR
export CGAL_DIR=`pwd`
#create build dir for the examples
cd ..
mkdir build_kds_ex
cd build_kds_ex/
#configure and build examples
cmake ~/CGAL/releases/CGAL-4.10.2/examples/Kinetic_data_structures/
make
Sebastien.
On 07/27/2018 08:27 AM, sreelal es wrote:
Hey,
I'm a masters student who plans to work on a project under KDS. The libraries for KDS, which are archived , in the current version of CGAL is very much needed for the implementation. I would like to have some ideas about reusing those packages.
My configuration:
CGAL - 4.12, QT - 5.10.1, Ubuntu- 16.04
I'll outline what I've done so far:
1) Tried alternative versions of CGAL: 4.10.1 & 4.10.11
2) When I run examples for kinetic from archived folder, fatal error is displayed.
3) I've copied the missing hex files to CGAL include folder, the error still prevails.
4) I've tried to run the demo present on KDS, but it aborts halfway through make.
5) I've done the same in QT but it shows there is some dependency issues.
Please share your thoughts on this.
Regards,
Sreelal E S
- Re: [cgal-discuss] CGAL KDS, Sebastien Loriot (GeometryFactory), 07/27/2018
Archive powered by MHonArc 2.6.18.