marcocecchiscmgroup

Results 34 comments of marcocecchiscmgroup

Attaching a full blown fresh log. [CGAL56-cmake.zip](https://github.com/CGAL/cgal/files/13918232/CGAL56-cmake.zip)

Hello Jane, >You CMake log shows the following error for quite a few of the targets (for example Alpha_shapes_2) Yes, I reported this strange message this morning. Cmake is able...

No Jane, it's the Cmake machinery. Please take a closer look at the CMakeCache.txt that I posted earlier in this thread.

Hi Laurent, >Marco, can you please try again without configuring MPFI, same. Please see the included log. [CGAL56-cmake-nompfi.zip](https://github.com/CGAL/cgal/files/13919977/CGAL56-cmake-nompfi.zip)

>try with a new fresh binary directory, and configure CGAL with WITH_demos and WITH_examples set to ON, but with only the minimal set of dependencies of CGAL Same or worse,...

This makes sense. Unfortunately, as you can see: `MPFR_INCLUDE_DIR=C:\msys64\home\mcecchi\mpfr-4.2.1\src\,` but the error reports: ` "C:\msys64\home\mcecchi\mpfr-4.2.1\src;C:/msys64/home/mcecchi/gmp-6.3.0"` where the trailing / has been stripped, Anyway I manually edited all the possibly offending...

>The CGAL CMake target is created in lib/cmake/CGAL/CGALConfig.cmake, line 181, by that loop: I checked, but that does not *seem* to be the precise point. Looking at the logs: ```...

Hello Laurent, >Can you please remove the last \, that is useless, and might confuse CMake (because \; would then be a "quote of ;" instead of being the CMake...

My bad, I was mislead by the hard-coded False and by the fact that I knew the spline was closed: changing to True is not the real reason for the...

I am afraid this is not the most effective 'fix' to do: ``` elif (self.subtype == 'sweep_spl_sur'): profile = self.profile.build(None, None) if (profile): path = self.path.build(None, None) if (path): try:...