You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a minor issue, but anyway. The file demo/CGAL_ipelets/CMakeLists.txt processes a number of ipelets correctly, but in the end it processes the "simple_triangulation" example (which is included in the CGAL Ipelets User Manual) in some different way. As a result, the library libsimple_triangulation.so can't be found by the libCGAL_simple_triangulation.lua loader (cause filenames differ).
The solution I tried and it worked - add the "simple_triangulation" into the list of other ipelets and remove the special treatment of this ipelet:
Another thing which can be improved - remove complex mechanics to find the IPE directory for ipelets from the demo/CGAL_ipelets/CMakeLists.txt file and use the ~/.ipe/ipelets directory to install ipelets. This will avoid the sudo during installation.
Source Code
Please see the demo/CGAL_ipelets/CMakeLists.txt file.
Environment
Operating system (Windows/Mac/Linux, 32/64 bits): Ubuntu 22.04
Compiler: g++ 12.3.0
Release or debug mode: Debug
Specific flags used (if any):
CGAL version: 6.0
Boost version: 1.74.0
Other libraries versions if used (Eigen, TBB, etc.): Qt 6.2.4
The text was updated successfully, but these errors were encountered:
Issue Details
It's a minor issue, but anyway. The file
demo/CGAL_ipelets/CMakeLists.txt
processes a number of ipelets correctly, but in the end it processes the "simple_triangulation" example (which is included in the CGAL Ipelets User Manual) in some different way. As a result, the librarylibsimple_triangulation.so
can't be found by thelibCGAL_simple_triangulation.lua
loader (cause filenames differ).The solution I tried and it worked - add the "simple_triangulation" into the list of other ipelets and remove the special treatment of this ipelet:
Another thing which can be improved - remove complex mechanics to find the IPE directory for ipelets from the
demo/CGAL_ipelets/CMakeLists.txt
file and use the~/.ipe/ipelets
directory to install ipelets. This will avoid thesudo
during installation.Source Code
Please see the
demo/CGAL_ipelets/CMakeLists.txt
file.Environment
The text was updated successfully, but these errors were encountered: