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: "Simao Soares" <>
  • To:
  • Subject: Re: [cgal-discuss] From cgal2 to cgal
  • Date: Tue, 4 Dec 2007 11:44:59 +0000
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=g7LwxrICgdFZ7l9nnW5ebbpDvhP8NoenSrnWB5o+waycYdbIaL5N+4Dah2PdhISfKXUmQ6Jf0LgScSZvaFpZXCUvRj+UO1TMWVhp6nI02qDfrlP6Y+HFAn2ylsE9jODZEYa21m3QQaWLtECqhKpowqehtJBAcsG/v5Jjg6cUp14=

It's working now, I just updated the projects settings with the settings from a demo of cgal 3.3.1.

Thks,
Simão

On Dec 4, 2007 11:34 AM, Mahmood NT <> wrote:
> 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

--
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