Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] From cgal2 to cgal

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] From cgal2 to cgal


Chronological Thread 
  • From: Mahmood NT <>
  • To:
  • Subject: Re: [cgal-discuss] From cgal2 to cgal
  • Date: Tue, 4 Dec 2007 03:34:37 -0800 (PST)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=isdVRXnv/0VJZOea1AllY3kQyfSSbRyo0veHRPcW0NFpwRd5KqwdPxBiMENFr1SR4DuVeoOBbpyQNND+glSpNaVhQ2FbLLMqdLmgdi7Tj7CN8BqMU7nfpb+xaDZ1IQfeLjrrLV45Jsyckuml+Ay2iwHdsiX+NcCPjzuCNtnNl2s=;

> I'm currently working with some source coded with cgal 2.x. I'm trying to
> put it working with CGAL 3.3.1

I have a code written in CGAL 3.2, but it can not be compiled in CGAL 3.3.1
too!

> it can't find ' cgal.lib'.

If you are using .NET, maybe you have not set project settings (C/C++ and
linker sections) properly or even you have not set "include" and "library"
paths in Tools->Option.

> I think there is something at the includes declaration, is there any
> difference from version 2 to the current?

The location of some header files (for example CORE, if I remember correctly)
have been changed. You can easily find the new location of header files. If
you get the error message that "....h" can not be opened (or no such file or
directory), just search the name of file in CGAL 3.3.1 directory and replace
the new location.

Mahmood NT







----- Original Message ----

From: Simao Soares
<>

To:


Sent: Tuesday, December 4, 2007 2:40:07 PM

Subject: [cgal-discuss] From cgal2 to cgal



Hello,



I'm currently working with some source coded with cgal 2.x. I'm trying to
put it working with CGAL 3.3.1, the error I'm getting is that it can't found
'CGAL/compiler_config.h' if I put the file in that place after that it can't
find ' cgal.lib'.



I think there is something at the includes declaration, is there any
difference from version 2 to the current?



Regards,

Simão



Ps. All the demos/examples of the 3.3.1 version are compiling and working
perfectly.














____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs




Archive powered by MHonArc 2.6.16.

Top of Page