Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: AABB_tree demo: compiling error

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: AABB_tree demo: compiling error


Chronological Thread 
  • From: lhtrang <>
  • To:
  • Subject: [cgal-discuss] Re: AABB_tree demo: compiling error
  • Date: Thu, 1 Nov 2012 05:13:57 -0700 (PDT)

Hi Laurent,

I did not modify anything in CGAL-4.1/demo/AABB_tree/CMakeLists.txt. But
when I "cmake ." in terminal, it appears that "this demo need Qt4, and will
not be compiled". After that I opened file CMakeCache.txt by cmake-gui
(version 2.8.3) and set some variables as follows

QGLVIEWER_INCLUDE_DIR /usr/include
QGLVIEWER_LIBRARIES /usr/lib/libqglviewer-qt4.so
QGLVIEWER_LIBRARY_RELEASE /usr/lib/libqglviewer-qt4.so
QT_QMMAKE_EXCUTABLE /usr/bin/qmake-qt4

and then, I "cmake ." successfully. But when I "make" it errors with Linking
CXX executable AABB_demo. I also did the same when I compile CGAL-4.1
before, so I think CGAL was compiled with Qt4 support.

Bests,
Trang



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/AABB-tree-demo-compiling-error-tp4656115p4656123.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page