Subject: CGAL users discussion list
List archive
- From: Sebastien Loriot <>
- To:
- Subject: Re: [cgal-discuss] CGAL 5.3 install in Xcode project
- Date: Thu, 7 Oct 2021 10:33:15 +0200
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-hdrordr: A9a23:pANdmawQPoTs80VxWk0eKrPwIr1zdoMgy1knxilNoNJuE/Bw9vrCoB1173PJYVoqN03I3OrwW5VoIkm3yXcW2/h1AV7KZmCP01dAbrsSj7cKqAeBJ8SRzIBgPOtbAs9D4I2ZNykfsfrH
- Ironport-phdr: A9a23:INi27hKvcN4+VFGiy9mcuDJhWUAX0o4c3iYr45Yqw4hDbr6kt8y7ehCFvbM81RSUAs3y0LFts6LuqafuWGgNs96qkUspV9hybSIDktgchAc6AcSIWgXRJf/uaDEmTowZDAc2t360PlJIF8ngelbcvmO97SIIGhX4KAF5Ovn5FpTdgsipy+y+4ZnebxhHiDe9Y755MQm7oxjWusQKm4VpN7w/ygHOontGeuRWwX1nKFeOlBvi5cm+4YBu/T1It/0u68BPX6P6f78lTbNDFzQpL3o15MzwuhbdSwaE+2YRXX8XkhpMBAjF8Q36U5LsuSb0quZxxC+XNtDwQLspWzqt8r1rRQf1hikZOT438GLZhMJ+g61Uoh2uuxNxzpXIYIyWLvdyYr/RcN0YSGdHQ81fVzZBAoS5b4YXEuQOI/1XoJPmp1sSrBuxGw+sD/7pxD9PnH/23Ko60/g8GgzBxwwgG9UOsG7VrNXyKKceS+W1zK3TwDXMavNZwzb96IzSfh89pvGMWKt9fMzMwkYgCw3LlE+fqZD5PzyLzOQNtXCW4/RgW++ziGMqqA58rzegy8ooloTEm5wZx03a+Sh33Yo5O961RFNmbNOnH5VdtS6UOoh1T84+TGxluzg3xLMatJO9YSMExpMnxxvFZPyGdYiF+g7sVOmLLjd8nn5lf6i/hxmq/UihzO38TMi030xQoipLiNnBsG0G2R/L6sWfVPdx4kOs1SyM2g3T8O1IP144mbfBJ5MuwLM8jpkevEfZEiPohUn7iLWaels69uS28ejrfLHrq5mBPIFukA7+KL4hmsmnDOQ4LAcOW2+b9Py51LL5/E35RKxGj/MskqXEqZzaK8sWq6yjDw9a1YYj7Bm/DzO439gCgXYHK1dFdAqGj4jvJV7OPOj1Aemjj1moijtmxPDLMqf/DpnTM3TPirjscLRl505Z0gUzzNRf55xOCrEGJfL+QlTxtNjfDh8jMgy0xPrnBM941oMaQm+PDaqZP7nTsV+M/O4gP+6MZIoNtDbnN/cl/+LujWM+mVIFYaap0oEYaHShEvt7IkWZembjgsoaEWcRpQc+V+zriFiaUTFJfXqyXqQ85is6CI28F4vDSJqt0/S82jymFMhWenxeEQLLVmz5cp2NHfYKciObZMF71ScVUKCoDI4n2xbpvwDzz/9rL/Hf5zYD5q/lz8V/2+DDiUQy6SBsFJbalHqcSnl92GIOXT4/mq5l5ldsz0+Klql+jfsfHtNa47ZFUxwxKIXHnNB9Xtv9UwaEctaSQ0u9Wf2nByswR5Q/2YwgeUF4Tu6vhBnYwyunBfcxkKaKA4B8prnY2GLwINo7znLu26wojl1gScxKYz71zpVj/hTeUtaa236SkLynIPx0NMHl+2KKzG7It0ZdAlcYuUTtWHkeYg7Jt4286B+dCbCpDrsjP01KzsvQcsOij/XmiFxHQLHoP9GMOwqM
There must be a placed where you specified the path to the CGAL include headers (assuming you did not used cmake). This path shall not contains
the /CGAL after include.
HTH
Sebastien.
On 10/5/21 1:28 AM, "" ( via cgal-discuss Mailing List) wrote:
Undedstood. Thanks a lot.
installing CGAL under XCode is quite esoteric…
Now "boost" is installed as well as CGal, i get lots of
**
/Turbo64/SOURCES/CGAL/stddef.h:10:2: You have added .../path/to/CGAL-x.y/include/CGAL to the INCLUDE path. You should use .../path/to/CGAL-x.y/include instead.
**and compilation aborts.
Neither google nor the CGal Install manual describes this message and workaround.
I have added nothing to search path in Xcode, and the CGAL files and boost looks to be in the right places.
the message in itself is not quite explicit.
and the stddef which produced the message conflict with the system stddef
Can you give me some directions to fix this ?
Many thanks
JPH
Le 4 oct. 2021 à 09:28, Sebastien Loriot ( <> via cgal-discuss Mailing List) < <>> a écrit :
Hello,
This header is from the boost library.
See https://doc.cgal.org/latest/Manual/thirdparty.html#thirdpartyBoost <https://doc.cgal.org/latest/Manual/thirdparty.html#thirdpartyBoost>
Best,
Sebastien
On 10/3/21 7:58 PM, JP HARMAND ( <> via cgal-discuss Mailing List) wrote:Bonjour,
Je viens de télécharger CGAL 5.3 pour une installation sous XCode sur mac.
Les premiers include dans un ficher de test :
#include "CGALtest.hpp"
#include "CGAL/Exact_integer.h"
#include "CGAL/Filtered_extended_homogeneous.h"
#include "CGAL/Nef_polyhedron_2.h"
Donnent l’erreur suivante:
In file included from CGALTest/CGALtest.cpp:10:
In file included from CGALTest/CGAL/CGAL-5.3/include/CGAL/Exact_integer.h:17:
CGALTest/CGAL/CGAL-5.3/include/CGAL/config.h:127:10: fatal error: 'boost/config.hpp’
file not found
*#include <boost/config.hpp>*
En effet, le dossier boost téléchargé ne contient pas le fichier requis par l’include du fichier config.h, ni en direct, ni en recursif.
#include <boost/config.hpp>
Et une recherche de fichier dans le package CGAL5.3 ne trouve pas ce fichier ( *config.hpp)*
*
*
****Je vous serais reconnaissant de m’indiquer la source du problème.
CDT
JPH
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss <https://sympa.inria.fr/sympa/info/cgal-discuss>
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss <https://sympa.inria.fr/sympa/info/cgal-discuss>
Amitiés
JP
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
- [cgal-discuss] CGAL 5.3 missing file config.hpp ?, JP HARMAND, 10/03/2021
- Re: [cgal-discuss] CGAL 5.3 missing file config.hpp ?, Sebastien Loriot, 10/04/2021
- Re: [cgal-discuss] CGAL 5.3 install in Xcode project, , 10/05/2021
- Re: [cgal-discuss] CGAL 5.3 install in Xcode project, Sebastien Loriot, 10/07/2021
- Re: [cgal-discuss] CGAL 5.3 install in Xcode project, JP HARMAND, 10/07/2021
- Re: [cgal-discuss] CGAL 5.3 install in Xcode project, Laurent Rineau (CGAL/GeometryFactory), 10/07/2021
- Re: [cgal-discuss] CGAL 5.3 install in Xcode project, JP HARMAND, 10/07/2021
- Re: [cgal-discuss] CGAL 5.3 install in Xcode project, Sebastien Loriot, 10/07/2021
- [cgal-discuss] exploring Nef Polyhedra, , 10/07/2021
- Re: [cgal-discuss] exploring Nef Polyhedra, Sebastien Loriot, 10/07/2021
- Re: [cgal-discuss] exploring Nef Polyhedra, JP HARMAND, 10/07/2021
- Re: [cgal-discuss] exploring Nef Polyhedra, Sebastien Loriot, 10/07/2021
- Re: [cgal-discuss] exploring Nef Polyhedra, JP HARMAND, 10/07/2021
- Re: [cgal-discuss] exploring Nef Polyhedra, Sebastien Loriot, 10/07/2021
- Re: [cgal-discuss] CGAL 5.3 install in Xcode project, , 10/05/2021
- Re: [cgal-discuss] CGAL 5.3 missing file config.hpp ?, Sebastien Loriot, 10/04/2021
Archive powered by MHonArc 2.6.19+.