LE GARREC Vincent
LE GARREC Vincent
I already tried to uninstall/reinstall but `C:\Program Files (x86)\LibreCAD` is still the default. But I noticed that `HKCU "Software\LibreCAD"` is not deleted when uninstalling. I manually deleted `HKCU "Software\LibreCAD"` and...
I tried with assets from https://github.com/LibreCAD/LibreCAD/actions/runs/5240592278 based on commit b2ffe4410cf49fdc6fa76111d6adc985a6e210e5 It's a bit better. I installed x86 version. Default path : "C:\Program Files (x86)\LibreCAD" I installed x64 version. Default path...
> This is not ready for merge. > > Must-have: CMake config must support multi-config. (It is not an exported config!) I don't get it. For libaec, I have: ```...
@dg0yt I implemented the export of targets using CMake features and cleanup `libaec-config.cmake`. If this is fine I will report in a second time the patch to upstream.
Same problem for me. Software crashes after few hours during "CopyPropagationOptimizer". Please find enclosed the dll. You need a least 20 Go of RAM for this file. The crash is...
The problem is a Unicode thing. Rename the file `ABgaldniecība.dxf` and you won't be able to open it.
Maybe I was a bit optimist but I think I will be able to remove some dependencies that have a very long compilation time.
itk doesn't build. Update to itk 5.4.0 because build failure is fixed on newer version (https://github.com/InsightSoftwareConsortium/ITK/commit/9a719a0d2f5f489eeb9351b0ef913c3693147a4f) Fix #34663
Can't test on x64-linux-dynamic, minc doesn't build.
It takes really long time to build for x64-linux. It "should" be fine for Windows. This PR tries to reduce some dependencies. The biggest problem is that ["default-features" is not...