Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] compile an example code on win32 to produce

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] compile an example code on win32 to produce


Chronological Thread 
  • From: Qianqian Fang <>
  • To:
  • Subject: Re: [cgal-discuss] compile an example code on win32 to produce
  • Date: Tue, 3 Feb 2009 12:29:49 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Puuu/lzHp5+roVnjI/c2qhxAo+hexS03aSkmDJXsByA1LwiWI87+u6eJKuHx7dn0UX sMfAOHtRq42boIfoTu3J/7zfE6DCP0Wg2iEwzKj0ANJNIl8syqE6k9OQ0slXp9PUuAMu 0QJnZQejfqPQgZwlnEclOlbuaKL23XwFKUrf4=

Indeed, I was able to compile CGAL 3.3.1 on windows. Your question is related to
compilation configurations. If you open CGAL80.sln with VC2005, you can find
4 configurations from the "Configuration Manager", each of them maps to
a string in the compiled library file. If your code complains about a missing CGAL
lib, make sure you compile for that configuration first.

However, for 3.4beta, I was not even able to create the sln files. Cmake complained
that GMP and MPFR are missing, even they do exist in the auxilary directory.
Then I figured if someone had already set up this environment, compiling my
example is just a matter of a few minutes, far shorter than I spent another
day or so to set up everything.


On Tue, Feb 3, 2009 at 7:01 AM, <> wrote:
Hi!
I'm not sure whether your problem is the same with mine, view this topic I post
on the mailing list last week if you like.

https://lists-sop.inria.fr/sympa/arc/cgal-discuss/2009-01/msg00308.html

I'm also curious on the question that if an application  using CGAL could use
static link in Windows.

I've tried building CGAL using static link and then used the compiled static
library,however,errors occur when I compiled my application using static link.

Anyone could help us?
--
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