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: Thu, 25 Feb 2016 23:29:53 -0800 (PST)
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=SoftFail ; spf=None
  • Ironport-phdr: 9a23:gjCuEhIvZJxDPBjnFNmcpTZWNBhigK39O0sv0rFitYgUKfjxwZ3uMQTl6Ol3ixeRBMOAu60C1bCd6vm7EUU7or+/81k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i760zceF13FOBZvIaytQ8iJ35vxibr5osSIKyxzxxODIppKZC2sqgvQssREyaBDEY0WjiXzn31TZu5NznlpL1/A1zz158O34YIxu38I46FppIZ8VvDxcK08CLBZFz87KHsd5cvxtBCFQxHcyGEbVzAKmQFDBBTZpEXmVYz6tTfmnuV40Siee8bxSOZnCnyZ8653RUqw2288PDkj/TSPhw==

Hi again

Still no visualization.

I did get to CGAL-4.7/demo/Bounding_volumes
and attempted to compile and link:

g++ -L/opt/local/lib -lcgal -I/opt/local/include/ -lgmp
Bounding_volumes.cpp
Bounding_volumes.cpp:18:10: fatal error: 'QtGui' file not found
#include <QtGui>

I downloaded Qt on my MAC (much to my chagrin because it took a long time).
It is a huge amount of code and I have still no idea what it does.

I did not find any QtGui.h though I did find a number of subdirectories
called QtGui. I tried:

g++ -L/opt/local/lib -lcgal -I/opt/local/include/
-I/opt/local/libexec/qt5/include -lgmp Bounding_volumes.cpp
Bounding_volumes.cpp:18:10: fatal error: 'QtGui' file not found
#include <QtGui>
^

Still no result. I cannot find QtGui.h anywhere.
Nor could I not find any solution on the web nor in past postings.

Has the QtGui.h been replaced by qwidget.h by any chance?

I could use some help :-(

best wishes

Tony



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



Archive powered by MHonArc 2.6.18.

Top of Page