Subject: CGAL users discussion list
List archive
- From: stupormundi <>
- To:
- Subject: [cgal-discuss] Re: Problems making CGAL demos - libQtOpenGL - on Ubuntu 11.10
- Date: Sat, 28 Apr 2012 12:46:35 -0700 (PDT)
- update -
Thanks for all the help -- Sebastien, Laurent, Guillaume !
After removing any remaining ppa's from etc/apt/sources.list.d I upgraded to
Ubuntu 12.4.
I then uninstalled cgal and all the qglviewer and qtopengl related libs.
Removing libqt4-opengl forced me to uninstall lots of stuff I'll have to get
back later, but, just to have a clean slate ...
I then ran aptitude to see if there were any conflicts left over and indeed,
even after the upgrade, it found a lot, especially a qtopengl lib that was
i386.
After that, installed CGAL from software center, is now version 8, yay.
When cmake-ing and make-ing the demos, the problem with the /usr/lib/
expectation is gone. Starts out like this :
lukas@heartofgold:/usr/share/doc/libcgal-demo/demo$
sudo make
[ 0%] Generating qrc_AABB_demo.cxx
[ 0%] Generating MainWindow_moc.cpp
[ 1%] Generating Viewer_moc.cpp
[ 1%] Generating Scene_moc.cpp
[ 1%] Generating ui_MainWindow.h
Scanning dependencies of target AABB_demo
[ 1%] Building CXX object
demo/AABB_tree/CMakeFiles/AABB_demo.dir/AABB_demo.cpp.o
[ 1%] Building CXX object
demo/AABB_tree/CMakeFiles/AABB_demo.dir/qrc_AABB_demo.cxx.o
Linking CXX executable AABB_demo
[ 1%] Built target AABB_demo
[ 1%] Generating qrc_Alpha_shapes_2.cxx
[ 1%] Generating Alpha_shapes_2.moc
[ 2%] Generating ui_Alpha_shapes_2.h
Scanning dependencies of target Alpha_shapes_2
[ 2%] Building CXX object
demo/Alpha_shapes_2/CMakeFiles/Alpha_shapes_2.dir/Alpha_shapes_2.cpp.o
[ 2%] Building CXX object
demo/Alpha_shapes_2/CMakeFiles/Alpha_shapes_2.dir/qrc_Alpha_shapes_2.cxx.o
Linking CXX executable Alpha_shapes_2
[ 2%] Built target Alpha_shapes_2
[ 3%] Generating qrc_Alpha_shape_3.cxx
[ 4%] Generating MainWindow.moc
[ 4%] Generating Viewer.moc
[ 4%] Generating ui_MainWindow.h
...
and so on. But, a bit later :
...
[ 13%] Built target Circular_kernel_2
Scanning dependencies of target Circular_kernel_3
[ 13%] Building CXX object
demo/Circular_kernel_3/CMakeFiles/Circular_kernel_3.dir/Circular_kernel_3.cpp.o
In file included from
/usr/share/doc/libcgal8/demo/Circular_kernel_3/Circular_kernel_3.cpp:1:0:
/usr/share/doc/libcgal8/demo/Circular_kernel_3/Viewer.h:8:3: error:
‘GLUquadricObj’ does not name a type
make[2]: ***
[demo/Circular_kernel_3/CMakeFiles/Circular_kernel_3.dir/Circular_kernel_3.cpp.o]
Error 1
make[1]: *** [demo/Circular_kernel_3/CMakeFiles/Circular_kernel_3.dir/all]
Error 2
make: *** [all] Error 2
and it breaks off. Have no clue what it's unhappy about now. Anyway, I had a
look at the AABB and AlphaShapes etc directories which make seemed to have
made happily, but found no executable. Was I mistaken to expect executables
or would those have been created later in the process? I saw that *.so
libraries of those demos got created in CGAL_ipelets (haven't installed the
CGAL ipelets package, do I need it to run the demos? ).
The documentation seems to indicate there would be an executable in each of
the demo directories, if I understand it correctly?
I will have to reinstall FreeCAD, OpenFOAM, Elmer, Meshlab, etc. , so I'm
thinking these (or rather their ppas) could have been likely causes of the
library / make problem.
Also, the Ubuntu upgrade (or maybe the Aptitude tidy-up) removed GoogleEarth
64 bit, which I had installed from a .deb, and when I began to re-install it
through Software Centre, it warned my about all the libs that would install,
they were A LOT, all i386, and one of them was the qt opengl i386, so I
broke off the install.
Now, I'm stuck with the new problem from make, but also a bit in limbo
because I don't want to reinstall any of the software that may have caused
the original problem.
Is anyone aware of known incompatibilities among the softwares I've listed?
I really need to reinstall FreeCAD, but I had a FreeCAD Devel ppa that's no
good for Ubuntu 12.4 at this point anyway, so I'd now install it from the
canonical repos.
Thanks again, everyone!
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Problems-making-CGAL-demos-libQtOpenGL-on-Ubuntu-11-10-tp4579052p4595191.html
Sent from the cgal-discuss mailing list archive at Nabble.com.
- [cgal-discuss] Problems making CGAL demos - libQtOpenGL - on Ubuntu 11.10, stupormundi, 04/23/2012
- Re: [cgal-discuss] Problems making CGAL demos - libQtOpenGL - on Ubuntu 11.10, Sebastien Loriot (GeometryFactory), 04/23/2012
- [cgal-discuss] Re: Problems making CGAL demos - libQtOpenGL - on Ubuntu 11.10, stupormundi, 04/24/2012
- [cgal-discuss] Re: Problems making CGAL demos - libQtOpenGL - on Ubuntu 11.10, stupormundi, 04/24/2012
- [cgal-discuss] Re: Problems making CGAL demos - libQtOpenGL - on Ubuntu 11.10, stupormundi, 04/25/2012
- Re: [cgal-discuss] Re: Problems making CGAL demos - libQtOpenGL - on Ubuntu 11.10, Guillaume Damiand, 04/25/2012
- Re: [cgal-discuss] Re: Problems making CGAL demos - libQtOpenGL - on Ubuntu 11.10, Laurent Rineau (GeometryFactory), 04/25/2012
- [cgal-discuss] Re: Problems making CGAL demos - libQtOpenGL - on Ubuntu 11.10, stupormundi, 04/25/2012
- Re: [cgal-discuss] Re: Problems making CGAL demos - libQtOpenGL - on Ubuntu 11.10, Guillaume Damiand, 04/24/2012
- [cgal-discuss] Re: Problems making CGAL demos - libQtOpenGL - on Ubuntu 11.10, stupormundi, 04/24/2012
- [cgal-discuss] Re: Problems making CGAL demos - libQtOpenGL - on Ubuntu 11.10, stupormundi, 04/24/2012
- [cgal-discuss] Re: Problems making CGAL demos - libQtOpenGL - on Ubuntu 11.10, stupormundi, 04/28/2012
- [cgal-discuss] Re: Problems making CGAL demos - libQtOpenGL - on Ubuntu 11.10, stupormundi, 04/29/2012
- Re: [cgal-discuss] Re: Problems making CGAL demos - libQtOpenGL - on Ubuntu 11.10, Guillaume Damiand, 04/30/2012
- [cgal-discuss] Re: Problems making CGAL demos - libQtOpenGL - on Ubuntu 11.10, stupormundi, 04/29/2012
- Re: [cgal-discuss] Problems making CGAL demos - libQtOpenGL - on Ubuntu 11.10, Sebastien Loriot (GeometryFactory), 04/23/2012
Archive powered by MHonArc 2.6.16.