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: Thu, 13 Aug 2015 00:12:53 -0700 (PDT)

Sebastien, thanks for your reply. Based on your suggestion, I relinked the
CGAL libs to ensure I was using the correct one. I also reinstalled CGAL
with both MacPorts and Homebrew to make sure that wasn't the issue. I'm
still getting the same linking errors during compilation. Please let me know
if you think of anything else that could be causing this problem...


#-------------------------------------------------
#
# Project created by QtCreator 2015-06-26T11:08:37
#
#-------------------------------------------------

QT += core gui opengl
QT += testlib

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = projectV1
TEMPLATE = app

SOURCES += main.cpp\
mainwindow.cpp \
glwidget.cpp \
testqstring.cpp \
../../../../Qt/Examples/Qt-5.4/widgets/graphicsview/boxes/trackball.cpp
\
camera.cpp \
objload.cpp

HEADERS += mainwindow.h \
glwidget.h \
camera.h \
objload.h \
myitems.h

FORMS += mainwindow.ui

#-------------------------------------------------
# CGAL LIBRARY
#-------------------------------------------------
macx: LIBS += -L$$PWD/../../../../../../opt/local/lib/ -lCGAL

INCLUDEPATH += $$PWD/../../../../../../opt/local/include
DEPENDPATH += $$PWD/../../../../../../opt/local/include
#-------------------------------------------------
# CGAL CORE LIBRARY
#-------------------------------------------------
macx: LIBS += -L$$PWD/../../../../../../opt/local/lib/ -lCGAL_Core.11

INCLUDEPATH += $$PWD/../../../../../../opt/local/include
DEPENDPATH += $$PWD/../../../../../../opt/local/include
#-------------------------------------------------
# CGAL IMAGE IO LIBRARY
#-------------------------------------------------
macx: LIBS += -L$$PWD/../../../../../../opt/local/lib/ -lCGAL_ImageIO

INCLUDEPATH += $$PWD/../../../../../../opt/local/include
DEPENDPATH += $$PWD/../../../../../../opt/local/include
#-------------------------------------------------
# BOOST THREAD LIBRARY
#-------------------------------------------------
macx: LIBS += -L$$PWD/../../../../../../opt/local/lib/ -lboost_thread-mt

INCLUDEPATH += $$PWD/../../../../../../opt/local/include
DEPENDPATH += $$PWD/../../../../../../opt/local/include
#-------------------------------------------------
# BOOST SYSTEM LIBRARY
#-------------------------------------------------
macx: LIBS += -L$$PWD/../../../../../../opt/local/lib/ -lboost_system-mt

INCLUDEPATH += $$PWD/../../../../../../opt/local/include
DEPENDPATH += $$PWD/../../../../../../opt/local/include
#-------------------------------------------------
# GMP LIBRARY
#-------------------------------------------------
macx: LIBS += -L$$PWD/../../../../../../opt/local/lib/ -lgmp

INCLUDEPATH += $$PWD/../../../../../../opt/local/include
DEPENDPATH += $$PWD/../../../../../../opt/local/include
#-------------------------------------------------
# MPFR LIBRARY
#-------------------------------------------------
macx: LIBS += -L$$PWD/../../../../../../opt/local/lib/ -lmpfr

INCLUDEPATH += $$PWD/../../../../../../opt/local/include
DEPENDPATH += $$PWD/../../../../../../opt/local/include




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



Archive powered by MHonArc 2.6.18.

Top of Page