Subject: CGAL users discussion list
List archive
- From: "Sebastien Loriot (GeometryFactory)" <>
- To:
- Subject: Re: [cgal-discuss] What veerin of CGALworks iwth MaCOsX ?
- Date: Mon, 10 Aug 2020 07:01:50 +0200
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:3AI5ZByyuEj5KSnXCy+O+j09IxM/srCxBDY+r6Qd2u8SIJqq85mqBkHD//Il1AaPAdyFraIbwLuO+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZLebxhJiTanYr5/Lhq6oAHNusILnYZsN6E9xwfTrHBVYepW32RoJVySnxb4+Mi9+YNo/jpTtfw86cNOSL32cKskQ7NWCjQmKH0169bwtRbfVwuP52ATXXsQnxFVHgXK9hD6XpP2sivnqupw3TSRMMPqQbwoXzmp8qFmQwLqhigaLT406HzZhNJ+jKxboxyvqRJwzIHWb46JO/RzZb/dcNAASGZdQspcWS5MD4WhZIUPFeoBOuNYopHzq1UTsxSxHhOjBPjzyj9JmHD227Ax3eImEQHc3QwgGM4Ou2nQoNv0KqgSVuW1w7fUzTXZb/JY2S3y55TUchAmu/GNXbd8fcTMwkQoDAPFilKQqZbkPzOSyuQBqW2b7+57WOKgjm4osQBxojy1ysgwjYnJg5sYx1bZ/ip23Ig7P8e3SFJnYdG6CptQsTmXOo91T84/Q29lvCU3x6EIt5C1cyUH1Ykryh/QZvGDfYWF7RztWeePLDp4i3xoe72yiwuy/EWgyuPxUs253EpUoydDj9LCtWgN2gTN5sSbTvZx5ESs1DaV2wzO9O1JIlo4mKXFJ5I53LI/jIYfvVnGEyDohEn5lqqbels49uS17unqbK/pqoGAO4Jxlw3zMbkimsK6DOsiMwUBRGaW9OG+2bL550L2XLBHjvMtnaXErJzXI9kQqLSjDA9PyIkj7g6yDze439QcmnkKNFdFdwiGj4jtIl3PLvX4Aeqmj1Sinzpn2erKPrLmApXKIXjDlKnucaxh5E5bzQo/1dFf55RKBbEdOP//RFP9udjCAhI6MwG42fvrBMt+248EVm+DHLeVMKbIvl+J4uIvLfOMZIgQuDvlMPgl4/nujWU4mV8aYamlx54XaHSjE/RpJkWWe3vsgtMbHWgWuQo+SfTmiEeeXj5Le3ayQ6U86yknB4KpF4jDQpmhj6GA3CegApJWe3tGCkuXHHfzd4SEXu8MZziILs9glDwET7mhRJU72RGgrg+pg4Zge+Hb8ylduZP438Vu/MXSkwsz/Hp6FZezyWaIGitPk2kBXCM30aY3hUtny1CfmehXjvtdGMBJ9t1AWRs9L4+dhaQuENT1QAPGYpGMTH6pR9ynBXc6SddnkIxGWFp0B9j31kOL5CGtGbJAz+XaVqxxybrV2j3KH+g4zn/H0Kc7iFx/G5lAMGSnguh08A2BXteVwXXcrL6jcOEn5ACI7H2KlDPcs0RRUQo2WqLADyhGOxnm6O/h70aHdIeATLQqNgwblJyHI6pOL8Ls1BBIGK2lN9PZbGa83Wy3AETQyw==
Starting with the 5.0 version, CGAL requires c++14. AFAIS, you are missing the -std=c++14 option for the compiler.
Best regards,
Sebastien.
On 8/8/20 4:22 PM, J. Scheurich wrote:
Hi,
I am the maintianer for "white_dune" a cross platform easy to use
opensource 3D modeller and animation tool.
It uses CGAL for convex hull and CSG operations.
I tried to comple under MACOSX but run into problems,both with the
github clone and the
recommend "homebrew<2 installation:
The problem (here homebrew) starts with:
g++ -g -I. -Iswt/include -I/Users/mufti/include -I/usr/local/include
-I/usr/local/include/eigenlib -I/usr/include/vcglib -I.//src -I.//vcglib
-I.//vcglib/eigenlib -I/Users/mufti/vcglib -I.//../vcglib
-I/Users/mufti/vcglib/eigenlib -I.//../vcglib/eigenlib
-I/usr/include/freetype2/ -I/opt/X11/include/freetype2/
-I/usr/include/ffmpeg/ -I/usr/X11/include -I/usr/X11R6/include
-DMACOSX=1 -I/usr/local/Cellar/boost/1.73.0/include/
-I/usr/local/Cellar/cgal/5.0.3_1/include -I/usr/local/include
-I/usr/local/include -g -O0 -Wno-c++11-extensions
-Wno-tautological-undefined-compare -Wno-tautological-pointer-compare
-c Util.cpp
In file included from Util.cpp:846:
In file included from
/usr/local/Cellar/cgal/5.0.3_1/include/CGAL/Polyhedron_3.h:16:
In file included from
/usr/local/Cellar/cgal/5.0.3_1/include/CGAL/license/Polyhedron.h:17:
/usr/local/Cellar/cgal/5.0.3_1/include/CGAL/config.h:644:16: error: no
member
named 'tuple' in namespace 'std'
using std::tuple;
~~~~~^
/usr/local/Cellar/cgal/5.0.3_1/include/CGAL/config.h:645:16: error: no
member
named 'make_tuple' in namespace 'std'
using std::make_tuple;
~~~~~^
/usr/local/Cellar/cgal/5.0.3_1/include/CGAL/config.h:646:16: error: no
member
named 'tie' in namespace 'std'
using std::tie;
~~~~~^
- [cgal-discuss] What veerin of CGALworks iwth MaCOsX ?, J. Scheurich, 08/08/2020
- Re: [cgal-discuss] What veerin of CGALworks iwth MaCOsX ?, Sebastien Loriot (GeometryFactory), 08/10/2020
Archive powered by MHonArc 2.6.19+.