Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] How to execute the program ?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] How to execute the program ?


Chronological Thread 
  • From: ramesh <>
  • To:
  • Subject: Re: [cgal-discuss] How to execute the program ?
  • Date: Mon, 22 Sep 2014 22:44:16 -0700 (PDT)

Hello Mr. Sebastien...
I have already followed the manual and I could configure and build
successfully.
When I see the output it says "Sorry, this demo needs QT..." as it supposed
to.

But how to get widget (resp. code is written in second main())?. I tried by
commenting the first main()

/* int main(int, char*){
std::cout << "Sorry, this demo needs QT..." << std::endl; return 0;}
#else */

then, I got the following errors

super@Jallu:~/cgal$ make
Scanning dependencies of target executable
[100%] Building CXX object CMakeFiles/executable.dir/test.cpp.o
In file included from /home/super/cgal/test.cpp:9:0:
/home/super/CGAL-4.4/include/CGAL/IO/Qt_widget.h:36:21: fatal error:
qwidget.h: No such file or directory
compilation terminated.
make[2]: *** [CMakeFiles/executable.dir/test.cpp.o] Error 1
make[1]: *** [CMakeFiles/executable.dir/all] Error 2
make: *** [all] Error 2

How to fix this and get widget on output?.

Thank you




--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/How-to-execute-the-program-tp4659846p4659872.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page