Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL in Eclipse (ubuntu)

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL in Eclipse (ubuntu)


Chronological Thread 
  • From: Ophir Setter <>
  • To:
  • Cc: Fabio Casado Ruiz <>
  • Subject: Re: [cgal-discuss] CGAL in Eclipse (ubuntu)
  • Date: Wed, 23 Mar 2011 21:38:23 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=UFM3y9W18DWhSr/YnNB/6zomioG1KMQiyREKW2drXcJLdHVmknlzLEmR4nMfvJfYct 74B1znUMf4Qy/kwDtkJJohzqdfXWx1YOGuAiD75vjVa/xYIT5vEVao39kZE6u9B5KRiw Ch3Ufv6RsJqKwHUYmK2qJV0mYsAso71k46mQs=

Hi,

CGAL uses CMake for generating makefiles/project files for different environments.
CMake in Ubuntu (at least the latest) supports the generation of eclipse project files:
http://www.vtk.org/Wiki/Eclipse_CDT4_Generator

I would try this.

O


On Wed, Mar 23, 2011 at 8:29 PM, Fabio Casado Ruiz <> wrote:
hi, im trying to build an example (in this case constrained delaunay triangulation) in Eclipse. i've added the CGAL library and the include directory. all builds perfectly but when I try tu run it reports:

error while loading shared libraries: libCGAL.so.7: cannot open shared object file: No such file or directory

The libCGAL.so.7 file exists in CGAL\lib, no problem there, so i dont know what the problem is.
thanks for the help,
Fabio




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