Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Problems making CGAL demos - libQtOpenGL - on Ubuntu 11.10

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Problems making CGAL demos - libQtOpenGL - on Ubuntu 11.10


Chronological Thread 
  • From: Guillaume Damiand <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Problems making CGAL demos - libQtOpenGL - on Ubuntu 11.10
  • Date: Wed, 25 Apr 2012 08:01:49 +0200

Le 25/04/2012 05:45, stupormundi a écrit :
I realized that cmake indicated that it DID find the libs:
-- Found QGLViewer: /usr/lib/x86_64-linux-gnu/libqglviewer-qt4.so

I then checked CMakeCache.txt and found these entries :

//Path to a file.
QGLVIEWER_INCLUDE_DIR:PATH=/usr/include

//The QGLViewer library
QGLVIEWER_LIBRARIES:FILEPATH=/usr/lib/x86_64-linux-gnu/libqglviewer-qt4.so

//Path to a library.
QGLVIEWER_LIBRARY_DEBUG:FILEPATH=QGLVIEWER_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
QGLVIEWER_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libqglviewer-qt4.so

and :

//Path to a file.
QT_QTOPENGL_INCLUDE_DIR:PATH=/usr/include/qt4/QtOpenGL

//The Qt QTOPENGL library
QT_QTOPENGL_LIBRARY:STRING=/usr/lib/x86_64-linux-gnu/libQtOpenGL.so

//Path to a library.
QT_QTOPENGL_LIBRARY_DEBUG:FILEPATH=QT_QTOPENGL_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
QT_QTOPENGL_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libQtOpenGL.so


To compare, the complaint from make is :
make[2]: *** No rule to make target `/usr/lib/libQtOpenGL.so', needed by
`AABB_tree/AABB_demo'. Stop.

Apparently the error means make thinks it needs to build that target. I
don't know why make would think so. Would the reason be that
QT_QTOPENGL_LIBRARY_DEBUG-NOTFOUND ?

No.



It would seem cmake found all the libs but not the debug lib? should that be
the same file?

No. It only means that you do not have the debugging symbol for the QtOpenGL library (thus you cannot debug this library).

But this is not a problem to compile and link CGAL demo. I think the

Did you check the CMakeCache.txt of the library or in the demo directory ?
Did you try to clean all the build directory and restart from a proper new install ?




--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Problems-making-CGAL-demos-libQtOpenGL-on-Ubuntu-11-10-tp4579052p4585523.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



--
===================================================================
Guillaume DAMIAND

CNRS, LIRIS UMR 5205
Université Claude Bernard
Bâtiment Nautibus (710)
43 Boulevard du 11 Novembre 1918
69622 Villeurbanne Cedex (France)
-------------------------------------------------------------------
Phone: +33 (0)4.72.43.26.62 Fax: +33 (0)4.72.43.15.36
Mail:

===================================================================




Archive powered by MHonArc 2.6.16.

Top of Page