Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Include file ui_Delaunay_triangulation_2.h

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Include file ui_Delaunay_triangulation_2.h


Chronological Thread 
  • From: Yang Liu <>
  • To:
  • Subject: Re: [cgal-discuss] Include file ui_Delaunay_triangulation_2.h
  • Date: Fri, 13 Nov 2009 13:15:46 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; b=PDKVCarGTjRknpLKh2cFGF5d1sBn19cQ/+uW1/yOUSi9aviwg7VTjvI9UrIf7WHaaj gBbre/f6BMTVHWAelYBF896N2lzGHLt5DiLWcqI4qAAM0GTtEK40dve96x9lfFp6BEzD vUd3H61eoQ71rLu7BbrsrrYHySIilkVkGgkPs=

Hi, Gil,

If you cannot install qt-add-on, please have a look the following procedure:

1) compile your QT library by Visual C++, for saving time, you can
configure it with "no-webkit" . Set environment variable QTDIR = the
directory of your qt and add Qt's bin into your PATH.

2) compile CGAL. When you configure it with cmake, make sure that it
can find your QT library.

2) launch "cmake-gui ." in demo\Triangulation_2 directly and generate
the VC project.
Now you can open VC project and compile it without any problem.

Yang



2009/11/13 Gil Gonçalves
<>:
> Dear Yang,
>
> It seems that this add-on is not supported in visual c++ 8.0 express edition
> (free compiler)!!!
> What are the compiler that you have installed?
>
> Gil
>
> Gil Gonçalves escreveu:
>
> Hi Yang,
>
> After the instalation of this Qt-Addon it is necessary to reinstall the
> CGAL?
>
>
> Thanks
>
> Gil
>
> Yang Liu escreveu:
>
> Hi, gil,
>
> The GUI of delaunay_triangulation_2 depends on Qt library
> (http://qt.nokia.com/).
> You need to install Qt and Qt-Addon for Visual Studio, Qt will convert
> some files to ui_xxxx.h/cpp, then these files will be compiled by VC.
>
> Yang Liu
>
> On Thu, Nov 12, 2009 at 11:53 AM, Gil
> <>
> wrote:
>
>
> Dear all,
>
> When I try to compile the example delaunay_triangulation_2.cpp  I got the
> following error.
> I searched for this file in my computer but I don't have it!!!
> Whats going wrong in my code?
>
> Thanks.
>
> gil
>
>
>
>
>
>



Archive powered by MHonArc 2.6.16.

Top of Page