Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Using Qt with CGAL

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Using Qt with CGAL


Chronological Thread 
  • From: Apurv Verma <>
  • To:
  • Subject: Re: [cgal-discuss] Using Qt with CGAL
  • Date: Mon, 9 Jan 2012 16:24:33 +0530

My Linux distribution is Ubuntu 11.04.
Where can I find these variables?

--
thanks and regards,

Apurv Verma
B. Tech.(CSE)
IIT- Ropar






On Mon, Jan 9, 2012 at 2:53 PM, Laurent Rineau (GeometryFactory) <> wrote:
Le lundi 09 janvier 2012 05:14:25 Apurv Verma a écrit :
> Hello,
>  I am working on building a "Robot Localization Visualizer" using CGAL and
> Qt. I already installed Qt using the Synaptic package manager.
>  The examples given in the examples directory also work fine.
>
>  But the one's given in the demo/ folder don't work. The following is the
> message which I get when I qmake.
>
>
> apurv@deepu:~/ProgramFiles/CGAL-3.8/demo/AABB_tree$ cmake .
> -- Build type: Release
> -- USING CXXFLAGS = ' -frounding-math -O3 -DNDEBUG'
> -- USING EXEFLAGS = ' '
> -- Targetting Unix Makefiles
> -- Using /usr/bin/c++ compiler.
> *-- NOTICE: This demo requires QGLViewer, Qt4, and will not be compiled.*
> -- Configuring done
> -- Generating done
> -- Build files have been written to:
> /home/apurv/ProgramFiles/CGAL-3.8/demo/AABB_tree
>
>
> It appears CGAL can't these libraries though I have already installed both
> using the Synaptic package manager.
> What settings do I need to do?

Have a look at the CMake variables
 - QMAKE_EXECUTABLE (use to find Qt4 files),
 - QGLVIEWER_INCLUDE_DIR (path to the header files)
 - QGLVIEWER_LIBRARY_RELEASE (full path of the libQGLViewer.so file)

By the way, what is your Linux distribution? Debian? Ubuntu?

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory           http://www.geometryfactory.com/
Release Manager of the CGAL Project       http://www.cgal.org/


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





Archive powered by MHonArc 2.6.16.

Top of Page