Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: [cgal-discuss] How can I compile deom "Straight_skeleton_2" using Qt4

Subject: CGAL users discussion list

List archive

Re: Re: [cgal-discuss] How can I compile deom "Straight_skeleton_2" using Qt4


Chronological Thread 
  • From: Federico Perazzi <>
  • To:
  • Subject: Re: Re: [cgal-discuss] How can I compile deom "Straight_skeleton_2" using Qt4
  • Date: Sun, 26 Jul 2009 22:33:38 -0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=xuUES6+k7V8wiOYbYp2dsIpb3YysPpcMXQcO0QUPX8i59mhBGDwjcjETJVMBoS0SI3 n+7QoGHIx97Jt0M5Z7o27A0leqfhbqJebWZAOFzvRUnuZldLTqfnaXWWp8Q7XaYE1Au/ KQzhFyYJVXAfyh6tUZjHJ3uWxq/bS98CTZw00=

Ok, I am using VS2008 too.. So this is what you have to do:


C/C++:
Additional Directory Include:
"$(CGALROOT)\auxiliary\TAUCS\include";"$(BOOSTROOT)";"$(CGALROOT)\auxiliary\gmp\include";"$(CGALROOT)\include";"$(CGALROOT)\include\CGAL\config\msvc";..\include;"$(QTDIR)\include"

prepocessor definitions:
WIN32;_DEBUG;_SECURE_SCL=0;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CGAL_USE_GMP;CGAL_USE_TAUCS

Code Generation:
MT

Linker:
Additional Library Directory:
"$(QTDIR)\lib";"$(CGALROOT)\lib";"$(CGALROOT)\auxiliary\TAUCS\lib";"$(CGALROOT)\auxiliary\gmp\lib";"$(QTDIR)lib"

Additional Dependencies:
QtCore4.lib QtGui4.lib QtSvg4.lib

Ignore Specific Library:
LIBCMT.lib

and now it should work. Remember to check if your environment variable are settled up correctly.

On Sun, Jul 26, 2009 at 10:11 PM, Quan <> wrote:
Yes, I use VS2008
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss




Archive powered by MHonArc 2.6.16.

Top of Page