Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Running CGAL code on cygwin

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Running CGAL code on cygwin


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Running CGAL code on cygwin
  • Date: Thu, 31 Oct 2013 12:40:42 +0100
  • Organization: GeometryFactory

Le jeudi 31 octobre 2013 04:35:34 Shravan1804 a écrit :
> I copied hello-exact.cpp into a new empty directory then called the
> following commands:
> cgal_create_cmake_script
> cmake . -> hello-exact_cmake_output
> <http://cgal-discuss.949826.n4.nabble.com/file/n4658350/hello-exact_cmake_ou
> tput> make VERBOSE=1 -> hello-exact_make_verbose_output
> <http://cgal-discuss.949826.n4.nabble.com/file/n4658350/hello-exact_make_ver
> bose_output>
>
> I thank you for your help.

In the build directory of hello-exact, please do:
make clean
and
rm CMakeCache.txt

And reconfigure (with cmake), the directory containing hello-exact.cpp. I
would like to see the output of `cmake` and `make VERBOSE=1` from a clean
compilation tree.

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

Top of Page