Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Build fails on linux when CGAL is a subversion working copy

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Build fails on linux when CGAL is a subversion working copy


Chronological Thread 
  • From: Andreas Benzler <>
  • To:
  • Subject: Re: [cgal-discuss] Build fails on linux when CGAL is a subversion working copy
  • Date: Fri, 17 Sep 2010 08:01:38 +0200

Hi Joachim

On 16.09.2010 19:35, Joachim Reichel wrote:

CMake Error at CMakeLists.txt:415 (install):
install PROGRAMS given directory
"/home/abenzler/temp/cgal/CGAL-3.7-beta1/scripts/.svn" to install.

Does anyone know whether this is a common problem and is there a
workaround for that?

you can replace "scripts/*" by "scripts/c*" in the mentioned line.


Thank your for that hint. The compile process works perfect now. Is there anything I should do that this fix is included in future releases?


The install script seems to copy a lot of not revelvant .svn directory's.
I found a lot of similar outputs during the installation process:
-- Installing: /temp/cgal/install/include/CGAL/Arr_point_location/.svn/prop-base

I also noticed that older versions of CGAL like 3.4 also had that behavior. For me it is not a real problem but just to let you know...


Regards

Andreas



Archive powered by MHonArc 2.6.16.

Top of Page