Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] "unable to open file for input" at .exe

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] "unable to open file for input" at .exe


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] "unable to open file for input" at .exe
  • Date: Sat, 10 Apr 2010 20:09:00 +0200
  • Organization: GeometryFactory

On Saturday 10 April 2010 19:25:08 A S wrote:
> Confused. If I am at the following command line:
> ---
> C:\CGAL\CGAL-3.6\examples\Alpha_shapes_2\Release>
>
> ...what do I type?

Either you type:
cd ..
./Release/ex_alpha_shapes_2.exe
(two commands: one to go in the parent directory, and one to launch the
example)

Or, you can copy the directory C:\CGAL\CGAL-3.6\examples\Alpha_shapes_2\data
into C:\CGAL\CGAL-3.6\examples\Alpha_shapes_2\Release and type only:

./ex_alpha_shapes_2.exe

from inside the directory C:\CGAL\CGAL-3.6\examples\Alpha_shapes_2\Release

What is important is that the current working directory contains the
directory
data/, when you launch the example.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/



Archive powered by MHonArc 2.6.16.

Top of Page