Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] linking error

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] linking error


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] linking error
  • Date: Tue, 10 Jul 2018 17:31:50 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:cv3sVRQYjoChq88rM6OqP8vG/tpsv+yvbD5Q0YIujvd0So/mwa6ybBWN2/xhgRfzUJnB7Loc0qyK6/6mATRIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSizexfbJ/IA+qoQnNq8IbnZZsJqEtxxXTv3BGYf5WxWRmJVKSmxbz+MK994N9/ipTpvws6ddOXb31cKokQ7NYCi8mM30u683wqRbDVwqP6WACXWgQjxFFHhLK7BD+Xpf2ryv6qu9w0zSUMMHqUbw5Xymp4qF2QxHqlSgHLSY0/nzJhMx+jKxVoxyvqBJwzIHWfI6bO+Fzfr/ecN4AWWZNQshcWi5HD4ihb4UPFe0BPeNAooXzulUBswCxChO3BOPzyz9HmHn21rA83eQmCwHG3QsgH84Tu3jQrdv6KqASUeWrw6nU1zXCb/NY1i3h54jUdRAhu/GNUbd+fcHMzkQvDAfFjlKKqYzkODOVyv4Bs22f7+d7WuKvjnQoqwB1ojS12sgsjYzJi5sTx1vZ+yt5x4M1Kse5SE59edOkH5pQtz2aN4trWcwiXnpotzggyrIavp67ejQKx4ohxx7DcfCIb4+I4hf7WOmNLjd3nnZldKi4hxao/kitzPD3WMqs0FtSrCdIncPAum0T2xHT8MSKSeVx8l2u1DuMzwze6f1ILVoqmabGK5Mt2KM8moYJvUnBHSL7nlj9grWMeUU+4Oeo7vzqYrX4qZ+YMI95kgT+Pb4vmsy7GOg5PA0OU3SC9eSy27Du/lf1QLpNjv0xnanZtI7VKd4Hqa6+Bg9Zyocj6xChADe6yNkVn3YKIEhYdB6Zj4XlIVLDLO7iAfqwgFmgiDJryOrHPr3lDJXNNH/DkLL5cLZm705czxAzzdFY55JIEL0BJfbzV1T+tNzdFBA5Mgi0z/z7B9V604MSQXiPDbOBMKPOrV+I4foiLPWDZIAPvDbxMuUq5//1jXAlhF8dZrKp0IAMaHG4G/RmO1+WbWDtgtcHC2cKvxAxQPbkiF2YAnZvYCO5UKs4oz06E4m7FpzrR4a3gbXH0j3oMIdRYzUMMV2GGGz0doiCE9MLciOVPochvTEDULW9UZ4P3BqysxXrivAvevHQ/TcZso6l0dxd6OjalBV0/jtxWZfOm1qRRn15yztbDwQ927py9BQkmwWzlJNgivkdLuR9ovZAUwM0L5nZlrUoBNX7WwaHddCMGg//HoeWRAopR9d0+OcgJl5nEoz73B/G1iuuRbQSku7TXcFmwufnx3H0Yv1F5TPG2a0m1QR0R8JOMSi5g/Y6+VSDQYHOlEqdmuChcqFOhCM=

Actually we just noticed that if you install CGAL on windows
using the .exe installer you'll be missing the file CGALConfig.cmake
at the root of the directory.
While we are officially fixing the issue, you can take the file
from here:
https://raw.githubusercontent.com/CGAL/cgal/master/Installation/lib/cmake/CGAL/CGALConfig.cmake

and put it as the root of the CGAL installation directory.

Sebastien.

On 07/10/2018 11:24 AM, j. scheurich wrote:


Am 09.07.2018 um 17:52 schrieb Sebastien Loriot (GeometryFactory):
Could it be that you already configured CGAL in-source?
Actually, starting from CGAL 4.12, when you have a fresh extracted CGAL,
you can directly use it without having to call cmake on it, like it is
described here:
https://doc.cgal.org/latest/Manual/installation.html#title16
by directly configuring the project using CGAL that you want to build.
C:\cygwin64\home\mufti\CGAL-4.12>cmake -DCGAL_DIR=C:\cygwin64\home\mufti\CGAL-4.12
....
-- Build CGAL from release in directory CGAL-4.12
-- Packagenames: CGAL-4.12
== Setting paths (DONE)

==== Generate version files ==
CMake Error at CMakeLists.txt:252 (message):
 File VERSION or include/CGAL/version.h are missing, required by
  release-build.

-- Configuring incomplete, errors occurred!
See also "C:/cygwin64/home/mufti/CGAL-4.12/CMakeFiles/CMakeOutput.log".

Lets try wth libraries...

so long
MUFTI




Archive powered by MHonArc 2.6.18.

Top of Page