Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] visualizing CGAL objects

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] visualizing CGAL objects


Chronological Thread 
  • From: tcscott <>
  • To:
  • Subject: Re: [cgal-discuss] visualizing CGAL objects
  • Date: Fri, 26 Feb 2016 00:44:40 -0800 (PST)
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=SoftFail ; spf=None
  • Ironport-phdr: 9a23:ezZUoxDLu9AD7uXk3EwmUyQJP3N1i/DPJgcQr6AfoPdwSP74o8bcNUDSrc9gkEXOFd2CrakU1KyI6eu5ADJIyK3CmU5BWaQEbwUCh8QSkl5oK+++Imq/EsTXaTcnFt9JTl5v8iLzG0FUHMHjew+a+SXqvnYsExnyfTB4Ov7yUtaLyZ/niKbsodaKOlsArQH+SI0xBS3+lR/WuMgSjNkqAYcK4TyNnEF1ff9Lz3hjP1OZkkW0zM6x+Jl+73YY4Kp5pIYTGZn9Kq83RLgdADU9OH0u/+XqswPCRE2B/CgySGITxwZDGAPC8A2yCov6qSD9qvZV1yyTPMmwRrcxD2fxp5x3QQPl3X9UfwUy93va35R9

Dear Andreas

Thank you. If you insist, yes I do:

cgal_create_CMakeLists -s executable
cmake -DCGAL_DIR=$HOME/CGAL-4.7 .
make

The last command yields:

Scanning dependencies of target executable
[ 50%] Building CXX object CMakeFiles/executable.dir/Bounding_volumes.cpp.o
/Users/tonyscott/Documents/CGAL/CGAL-4.7/demo/Bounding_volumes/Bounding_volumes.cpp:18:10:
fatal error:
'QtGui' file not found
#include <QtGui>
^
1 error generated.
make[2]: *** [CMakeFiles/executable.dir/Bounding_volumes.cpp.o] Error 1
make[1]: *** [CMakeFiles/executable.dir/all] Error 2
make: *** [all] Error 2

Bottom line is that file QtGui.h is missing.

Question: does Bounding_volumes work for you? and do you use/have a QtGui.h
at your end?

best wishes

Tony



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/visualizing-CGAL-objects-tp4661624p4661637.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page