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
Hello, I have manage to package tinyspline 0.3.0 into openSUSE Tumbleweed KDE.
I would like to build LIbreCAD3 for openSUSE, however, I believe LibreCAD3 bundled with older tinyspline, which I prefer to use the system install tinyspline instead of bundled dependency.
I recalled that if system installed tinyspline exist, LibreCAD3 cmake file will use that, but from my observation it does not, because the build fail exactly how old version of tinyspline failed.
How do I tell LibreCAD3 to use system installed tinyspline when building?
Also, would you prefer LibreCAD 3 to be name LibreCAD3 or LibreCAD_3 or lowercase?
From what I understand, there are some issue that cause tinyspline to fail to build. But I manage to build tinyspline 0.3.0 separately somehow. I just want librecad to use tinyspline that was build separately not the bundled tinyspline.
I had same problem with Linux Mint.
I passed this compilation step by editing LibreCAD_3/lckernel/tinyspline/src CMakelists.txt
I have changed line no. 872: add_library(tinysplinecxx ${TINYSPLINE_CXX_SOURCE_FILES})
to add_library(tinysplinecxx SHARED ${TINYSPLINE_CXX_SOURCE_FILES})
But now i've stuck at building lcluascript.
It gives me this error: Makefile:135: recipe for target 'all' failed.
Hello, I have manage to package tinyspline 0.3.0 into openSUSE Tumbleweed KDE.
I would like to build LIbreCAD3 for openSUSE, however, I believe LibreCAD3 bundled with older tinyspline, which I prefer to use the system install tinyspline instead of bundled dependency.
I recalled that if system installed tinyspline exist, LibreCAD3 cmake file will use that, but from my observation it does not, because the build fail exactly how old version of tinyspline failed.
How do I tell LibreCAD3 to use system installed tinyspline when building?
Also, would you prefer LibreCAD 3 to be name LibreCAD3 or LibreCAD_3 or lowercase?
Thank you.
https://build.opensuse.org/package/show/home:andythe_great/LibreCAD_3
The text was updated successfully, but these errors were encountered: