Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Problem with CGAL 3.8 make with ubuntu 11.10

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Problem with CGAL 3.8 make with ubuntu 11.10


Chronological Thread 
  • From: Prash <>
  • To:
  • Subject: Re: [cgal-discuss] Problem with CGAL 3.8 make with ubuntu 11.10
  • Date: Fri, 25 Nov 2011 18:51:19 +0100

Dear Laurent,
                      Thank you for your answer . I solved it manually by linking those libraries , but now i am having another error stating

Generating Periodic_3_triangulation_3.qhc
/bin/sh: QT_QCOLLECTIONGENERATOR_EXECUTABLE-NOTFOUND: not found
make[2]: *** [Periodic_3_triangulation_3/Periodic_3_triangulation_3.qhc] Error 127
make[1]: *** [Periodic_3_triangulation_3/CMakeFiles/periodic_3_triangulation_3_demo.dir/all] Error 2
make: *** [all] Error 2

Can you suggest anything ??

Thanks && Regards
Mano

On Fri, Nov 25, 2011 at 6:43 PM, Laurent Rineau (GeometryFactory) <> wrote:
Le vendredi 25 novembre 2011 16:35:22 Prash a écrit :
> Hello All ,
>  I am a new user of CGAL . I installed libcgal7 in ubuntu 11.10 and I run
> cmake it was fine. After when I start the make it is stopping by showing
> this error
>
> prash@prash-Inspiron-1440:~/softwares/libcgal7/demo/build$ make
> [  1%] Generating qrc_AABB_demo.cxx
> [  1%] Generating MainWindow_moc.cpp
> [  2%] Generating Viewer_moc.cpp
> [  2%] Generating Scene_moc.cpp
> [  2%] Generating ui_MainWindow.h
> Scanning dependencies of target AABB_demo
> [  2%] Building CXX object AABB_tree/CMakeFiles/AABB_demo.dir/AABB_demo.o
> [  2%] Building CXX object
> AABB_tree/CMakeFiles/AABB_demo.dir/qrc_AABB_demo.o
> *make[2]: *** No rule to make target `/usr/lib/libQtOpenGL.so', needed by
> `AABB_tree/AABB_demo'.  Stop.
> make[1]: *** [AABB_tree/CMakeFiles/AABB_demo.dir/all] Error 2
> make: *** [all] Error 2*
>
> I installed libQtOpenGl , but still it is showing the same error

Remove from CMakeCache.txt the lines that talk about Qt libraries, and
relaunch cmake.

it might be that you upgraded your Qt version but have not relaunched cmake.

--
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




--
Mano Prashanth.N
PhD Student
ISIT Lab
Clermont-Ferrand, France
Ph:0033 - (0)688127662




Archive powered by MHonArc 2.6.16.

Top of Page