Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] building cgal_ipelets

Subject: CGAL users discussion list

List archive

[cgal-discuss] building cgal_ipelets


Chronological Thread 
  • From: Olivier Devillers <>
  • To:
  • Subject: [cgal-discuss] building cgal_ipelets
  • Date: Thu, 27 Jul 2023 14:14:11 +0200
  • Authentication-results: mail2-relais-roc.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail ; dmarc=fail (p=none dis=none) d=inria.fr

Hello,


I got a new machine (MacbookAir-Ventura)

and try to install the CGAL Ipelets.


I run cmake


cmake -DIPE_INCLUDE_DIR=/Applications/Ipe.app/Contents/Frameworks/Headers -DIPE_LIBRARIES=/Applications/Ipe.app/Contents/Frameworks/libipe.7.2.27.dylib -DIPELET_INSTALL_DIR=$HOME/.ipe/ipelets  ..


And it looks fine

then I try to compile



demo/CGAL_ipelets/build/ > make

[  2%] Building CXX object CMakeFiles/CGAL_alpha_shapes.dir/alpha_shapes.cpp.o

[  4%] Linking CXX shared module libCGAL_alpha_shapes.so

ld: warning: ignoring file /Applications/Ipe.app/Contents/Frameworks/libipe.7.2.27.dylib, building for macOS-arm64 but attempting to link with file built for macOS-x86_64

Undefined symbols for architecture arm64:…


and it fails.


Any idea to solve this ?


Olivier





Archive powered by MHonArc 2.6.19+.

Top of Page