Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Compiling a basic CGAL program in C++ on Mac OS X 10.7.2

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Compiling a basic CGAL program in C++ on Mac OS X 10.7.2


Chronological Thread 
  • From: Bagga <>
  • To:
  • Subject: [cgal-discuss] Re: Compiling a basic CGAL program in C++ on Mac OS X 10.7.2
  • Date: Wed, 15 Feb 2012 05:01:47 -0800 (PST)

It worked! Loads of thanks :)

If you can also help me to resolve the issue of QGLViewer for CGAL demos
based on QGLViewer that will resolve almost all CGAL initialization issues
for once and for all :P

I read from this page http://www.libqglviewer.com/ that they have resolved
the Qt3Support from ui_VRenderInterface.Qt4.h but there it still needs Qt3
support for ui_computerPlayerInterface.Qt4.h.

Here is the error:

In file included from computerPlayer.cpp:33:
ui_computerPlayerInterface.Qt4.h:13:42: error:
Qt3Support/Q3MimeSourceFactory: No such file or directory
make[3]: *** [.obj/computerPlayer.o] Error 1
make[2]: *** [sub-Viewer-make_default] Error 2
make[1]: *** [sub-agora-make_default] Error 2
make: *** [sub-examples-contribs-make_default-ordered] Error 2

Is there any way to avoid QT3 support from these files?



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Compiling-a-basic-CGAL-program-in-C-on-Mac-OS-X-10-7-2-tp4166413p4390316.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page