Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: [cgal-discuss] running a demo on ubuntu Linux

Subject: CGAL users discussion list

List archive

Re: Re: [cgal-discuss] running a demo on ubuntu Linux


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: Re: [cgal-discuss] running a demo on ubuntu Linux
  • Date: Mon, 04 Feb 2013 14:12:55 +0100
  • Organization: GeometryFactory

Le vendredi 01 février 2013 09:45:30 sara ershadi a écrit :
> Hi ,
>
> I removed ibqglviewer-qt3-dev .
> and libqglviewer-dev-common , libqglviewer-qt4-dev , libqglviewer-qt4.2
> was installed before .
>
> also libcgal7 and libcgal-demo , libcgal-dev , libcgal-ipletes are installed
> too.
>
> I see demo window but it is white and contain nothing. It ends with 4
> warning in terminal.
>
> this is my terminal . I did not forgot to change my CGAL path to
> /home/sara/CGAL-4.1 this is in release mode : but there is not any change
> in Debug mode too.
>
> I want to say you that I have run one of demo named
> "Surface_reconstruction_points_3" successfully .
>
> sara@ubuntu:~$ cd /home/sara/CGAL-4.1/demo/AABB_tree/build
> sara@ubuntu:~/CGAL-4.1/demo/AABB_tree/build$ make
> [ 14%] Generating qrc_AABB_demo.cxx
> [ 28%] Generating MainWindow_moc.cpp
> [ 42%] Generating Viewer_moc.cpp
> [ 57%] Generating Scene_moc.cpp
> [ 71%] Generating ui_MainWindow.h
> Scanning dependencies of target AABB_demo
> [ 85%] Building CXX object CMakeFiles/AABB_demo.dir/AABB_demo.cpp.o
> [100%] Building CXX object CMakeFiles/AABB_demo.dir/qrc_AABB_demo.cxx.o
> Linking CXX executable AABB_demo
> [100%] Built target AABB_demo
> sara@ubuntu:~/CGAL-4.1/demo/AABB_tree/build$ ./AABB_tree
> bash: ./AABB_tree: No such file or directory
> sara@ubuntu:~/CGAL-4.1/demo/AABB_tree/build$ ./AABB_demo
>
> (AABB_demo:7488): Gtk-WARNING **: Unable to locate theme engine in
> module_path: "pixmap",
>
> (AABB_demo:7488): Gtk-WARNING **: Unable to locate theme engine in
> module_path: "pixmap",
>
> (AABB_demo:7488): Gtk-WARNING **: Unable to locate theme engine in
> module_path: "pixmap",
>
> (AABB_demo:7488): Gtk-WARNING **: Unable to locate theme engine in
> module_path: "pixmap",

The warning seems to be a bug from Ubuntu. That bug report:
https://bugs.launchpad.net/ubuntu/+source/quickly/+bug/853232
suggests that it can be fixed using:
sudo apt-get install gtk2-engines-pixbuf


But, even with those warnings, the AABB_demo should display a white windows
*but* with a menu (see the attached screenshot "AABB_demo-shot-empty.png").

Using the File menu, "Load polyhedron...", you can open a data file, for
example "hand.off". See the attached second screenshot "AABB_demo-shot-
hand.png".

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

Attachment: AABB_demo-shot-empty.png
Description: PNG image

Attachment: AABB_demo-shot-hand.png
Description: PNG image




Archive powered by MHonArc 2.6.18.

Top of Page