Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] 3D Mesh Generation from CGAL::Polyhedral_mesh_domain_with_features_3

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] 3D Mesh Generation from CGAL::Polyhedral_mesh_domain_with_features_3


Chronological Thread 
  • From: kd16 <>
  • To:
  • Subject: Re: [cgal-discuss] 3D Mesh Generation from CGAL::Polyhedral_mesh_domain_with_features_3
  • Date: Wed, 12 Aug 2015 02:41:43 -0700 (PDT)

Could that be so even if everything is working correctly without the
make_mesh_3 line?

My linking is as follows ...

macx: LIBS += -L$$PWD/../../4.5/lib/ -lCGAL.10.0.4

INCLUDEPATH += $$PWD/../../4.5/include
DEPENDPATH += $$PWD/../../4.5/include

macx: LIBS += -L$$PWD/../../1.57.0/lib/ -lboost_thread-mt

INCLUDEPATH += $$PWD/../../1.57.0/include
DEPENDPATH += $$PWD/../../1.57.0/include

macx: LIBS += -L$$PWD/../../1.57.0/lib/ -lboost_system

INCLUDEPATH += $$PWD/../../1.57.0/include
DEPENDPATH += $$PWD/../../1.57.0/include

macx: LIBS += -L$$PWD/../../../../../../usr/local/Cellar/gmp/6.0.0a/lib/
-lgmp.10

INCLUDEPATH += $$PWD/../../../../../../usr/local/Cellar/gmp/6.0.0a/include
DEPENDPATH += $$PWD/../../../../../../usr/local/Cellar/gmp/6.0.0a/include

macx: LIBS += -L$$PWD/../../../../../../usr/local/Cellar/mpfr/3.1.2-p10/lib/
-lmpfr.4

INCLUDEPATH +=
$$PWD/../../../../../../usr/local/Cellar/mpfr/3.1.2-p10/include
DEPENDPATH +=
$$PWD/../../../../../../usr/local/Cellar/mpfr/3.1.2-p10/include

macx: LIBS += -L$$PWD/../../4.5/lib/ -lCGAL_Core.10.0.4

INCLUDEPATH += $$PWD/../../4.5/include
DEPENDPATH += $$PWD/../../4.5/include



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/3D-Mesh-Generation-from-CGAL-Polyhedral-mesh-domain-with-features-3-tp4661063p4661067.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page