Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL 5.3 install in Xcode project

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL 5.3 install in Xcode project


Chronological Thread 
  • From: JP HARMAND <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL 5.3 install in Xcode project
  • Date: Thu, 7 Oct 2021 10:54:17 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-hdrordr: A9a23:2Cyjma27iH1ytWZMAEBhzAqjBLMkLtp133Aq2lEZdPU1SL38qynAppkmPHPP5wr5O0tQ++xoWpPhfZq0z/cci7X5W43NYOCMggqVxe9ZgbcKuweQeBHWx6pg8eNLdqhzD8C1JVV2lq/BizWFLw==
  • Ironport-phdr: A9a23:x7jG3xXWz9Z34zJHp4vAEpmaB6fV8Ky8UjF92vMcY1JmTK2v8tzYMVDF4r011RmVB92duqsP1rWempujcFRI2YyGvnEGfc4EfD4+ouJSoTYdBtWYA1bwNv/gYn9yNs1DUFh44yPzahANS47xaFLIv3K98yMZFAnhOgppPOT1HZPZg9iq2+yo9JDffRlEiCC5bL9vIxm7rQfcvdQKjIV/Lao81gHHqWZSdeRMwmNoK1OTnxLi6cq14ZVu7Sdete8/+sBZSan1cLg2QrJeDDQ9LmA6/9brugXZTQuO/XQTTGMbmQdVDgff7RH6WpDxsjbmtud4xSKXM9H6QawyVD+/6apgVR3mhzodNzMh7G7YhdF+gqNDrhyhpRNxzYHaboKbNPRgea3QZs8aRXNEXspNVyxNHoGxYo0SBOQBJ+ZYqIz9qkMKoxWkGAKiBv/ixCNPiHLqxaM03fkqHAba3Aw9BdIBq3PUodvoO6oJX+C11rfHwivZY/NYwzfw8Y7FeQ0urv+QR7x/a9bRyVUxGAPfiFWdsZDoMy+b2OoNvWaW8u5tWO2shmMotw18oiajy8Ywh4TImI8YzkzI+Tt7zYs1JtC1VEF2bNGqHZVQuC+XKZd6T80kTmp1tig6zbgGtoS6fCgM0Jko2xHfZOaDc4SS5RLjTumRLS95hHJjYrK/hgy9/VKuyu3mUMS/zVVErjJdn9XSq3wByQbf5taFR/dn8UqtxyyD2gHL5u1aO084ibfXJps/zbIsjJUetFnPETX0lUjziKKaaFgo9vSt5unkYbjrqZuROop3hw3jMakjmcmyDvglPgUMRGeW/Pqw26bn8ED7RrhBk+c4nbPDsJ/AIMQWvq65DBFR0oYk8xu/FDKm0MgAnXQGNV5FdwyLg5XzN1HAOvD3E+mwj06ikDdx3/zGP7vhDYvRLnXbjrvtYKhx51RCxAcx19xS6IxYBqsALf7rX0/+rt3YDhs3MwyuxObnDc1w1p8DWWKVGaCZN63fvkKT6+IhOemDepEatCzzK/g///Lul2M2mUcBfam12psacGy3Hvt8LEWdeHbjn9YBEXwWsQojV+zqk0aPUSVTZna3R6Iz/Cs3CIOgDYfZR4CimqaN3CmhHs4eW2ZdF1rZEWv0b57WHLAXeSeKK4lglCYFXP6vUcg6xBS2vUj7zbRgaeHb8ylduZP438Vu/L7ukwov/wB5H9jI032RV3om2SQTVjou1eZ+p1Z8wxGNy+9jkvlAHJtS4f1OFQw1PJqZw+1hAM3pQVH9eYKCR1+iB9mnGjosVckZwtkUYk87Fc/xoArE2n+IO/c1voauLboYuvbAwmL7IJ1x43jc2aRngUNwEZgHDnGvmqMqr1ubPIXOiUjMz85ClIwH2TLVqiKMlzPIsltVXUh+S/edNZjwTkXMoNm/6FmQFtdG7JwpKAZMj8CYePMiVw==

Merci… J’ y suis finalement arrivé.
Mais j’ai mis 3 jours à trouver la manière d' installer correctement CGAL sur
mac
Et la faire cohabiter avec d’autres..

CDT
JPH



Le 7 oct. 2021 à 10:33, Sebastien Loriot ( via
cgal-discuss Mailing List) <> a écrit :

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

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss






Archive powered by MHonArc 2.6.19+.

Top of Page