Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: sara ershadi <>
  • To: "" <>
  • Subject: Re: [cgal-discuss] running a demo on ubuntu Linux
  • Date: Fri, 1 Feb 2013 09:45:30 -0800 (PST)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=ndpAo3X9wLKFz8HJHG0LyiHvE+AGmNips1q/rtjfDBb0TUga2NmcsiUfa+2xuzGC1JIhmIpANZtoztMc42dhhKmqlXuEYAfPplPyCTB3ue+wdjdLMY37ewU9mvCbww1skY0kkEJqg6hutwOZtGp/DaGW355xWagVlW6R0Gdjhjc=;

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





From: Laurent Rineau (CGAL/GeometryFactory) <>
To:
Sent: Friday, February 1, 2013 7:32 AM
Subject: Re: Re: Re: [cgal-discuss] running a demo on ubuntu Linux

Le jeudi 31 janvier 2013 10:59:29 sara ershadi a écrit :
> Dear Laurent ,
> Hi ,
>
> I went to build folder and delete all the past exist file. and then use
> Cmake-gui to create the build again . and then configure 2 times and then
> generate .I test this procedure 4 times with CGAL_dir from source or
> CGAL-dev path . and in Debug or release mode . this is not any change in
> the output error and I usually see this : I have typed  make VERBOSE=1
> clean AABB_demo
>  too . this is the result :

Thanks for the report. Now I understand. It seems that the FindQGLViewer CMake
module found the Qt3 version of libqglviewer, instead of the Qt4 one.

Please install the package named "libqglviewer-qt4-dev", and *uninstall* the
package "libqglviewer-qt3-dev".

--
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://sympa.inria.fr/sympa/info/cgal-discuss







Archive powered by MHonArc 2.6.18.

Top of Page