Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] can't build CGAL demo

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] can't build CGAL demo


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] can't build CGAL demo
  • Date: Fri, 12 Feb 2010 11:10:43 +0100
  • Organization: GeometryFactory

On Thursday 11 February 2010 19:46:21

wrote:
> hi,
>
> thanks for your help. Yeah, you're right, not a linking error, my mistake.
> No i didn't use CMake to build it...i just made a new project on Microsoft
> Visual C++ 2008 Express Edition, and added Delaunay_triangulation_2.cpp as
> an existing item.
> I did the same with the CGAL examples, and had no problems.

In that case you are on your own! .ui files needs to be processed by Qt4
uic.exe tool. Some .cpp and .h files needs to be processed by Qt4 moc.exe to
create .moc files. Then you will need to link with Qt4 libraries, as well as
libCGAL_Qt4.

You better use CMake to create the VC project: CGAL demos are shipped with a
CMakeLists.txt that describes the way to compile the demo.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/



Archive powered by MHonArc 2.6.16.

Top of Page