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: Shravan1804 <>
  • To:
  • Subject: Re: [cgal-discuss] Running CGAL code on cygwin
  • Date: Tue, 29 Oct 2013 13:28:10 -0700 (PDT)

Hmm great...
I decided to uninstall everything following this thread
<http://cgal-discuss.949826.n4.nabble.com/uninstall-CMAKE-td4342417.html>
and then reinstall everything thinking that it would maybe solve the
problem.
The installation went fine once again following the same steps as above.
The new problem now is that even hello.cpp doesn't compile anymore :(
The error is the following:
$ make
make[2]: *** No rule to make target `/usr/local/lib/cygCGAL_Core-10.dll',
needed by `hello.exe'. Stop.
CMakeFiles/Makefile2:63: recipe for target `CMakeFiles/hello.dir/all' failed
make[1]: *** [CMakeFiles/hello.dir/all] Error 2
Makefile:75: recipe for target `all' failed
make: *** [all] Error 2


The CMakeCache.txt still contains:
...
//CXX compiler.
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++.exe
...

I really don't get what is the problem :s



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Running-CGAL-code-on-cygwin-tp4658326p4658331.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page