Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Surface Reconstruction - build issues

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Surface Reconstruction - build issues


Chronological Thread 
  • From: Panagiotis Foteinos <>
  • To:
  • Subject: Re: [cgal-discuss] Surface Reconstruction - build issues
  • Date: Sun, 7 Feb 2010 00:25:03 -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=I7cZFWDR7PlAHEHRSKhHlfJIBbFH3Rh2KXyLkMu8d8WiCl2e4Cjc3nXWiyDcZGsQS0 FkoG+E4tP7+OpZGRv3EiEv5iQHR/zXbwV82fl/yFJqYwdQ6bJkZ7wedWbxV3OhOsQLAS 2eXSUeCH5Slt4Y7rXfkwteifMsqeeYA1r1WMo=

Are you sure you do not get a:
-- NOTICE: This program requires the CGAL library, and will not be compiled.   ?

You should link the example to cgal library.

Try the ccmake command, and set the CGAL_DIR path.

Regards,
Panagiotis

On Fri, Feb 5, 2010 at 5:51 PM, KOUMANTARIS <> wrote:
hello,
I have installed CGAL 3.5.1 on OpenSuse_11.1. I want to build the example for
surface reconstruction but i get nothing. Here is a list of the commands i
tried and my results:

# cmake .
-- Build type: Release
-- USING CXXFLAGS = ' -frounding-math -O3 -DNDEBUG'
-- USING EXEFLAGS = ' '
-- Targetting Unix Makefiles
-- Using /usr/bin/c++ compiler.
-- Configuring done
-- Generating done
-- Build files have been written to:
CGAL-3.5.1/examples/Surface_reconstruction_points_3

# make
nothing here
# ls
CMakeCache.txt       include
CMakeFiles                 Makefile
cmake_install.cmake  poisson_reconstruction.cmd
CMakeLists.txt           poisson_reconstruction.cpp
data                             poisson_reconstruction_example.cpp

What do i need to run the surface reconstruction code? i would appreciate any
help. I looked in the archives but nothing related helped.

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