Ethin Probst
Ethin Probst
@gammasoft71 Update: I tried it and it didn't work. It still complained about CMake trying to override my project (saying that, e.g., `target_xxx_xxx()` (like `target_link_libraries`) was already called on my...
@gammasoft71 Sorry for getting back to you on this after so long, but yes, I have and it worked fine, if I remember right. I will try to whip up...
Okay, so I just tried again, and I still get weird CMake configure errors from xtd (v 0.1.2-beta): ``` -- CPM: Adding package [email protected] (v0.1.2-beta) CMake Error at build/_deps/xtd-src/src/xtd.drawing.native.wxwidgets/CMakeLists.txt:19 (include):...
For me it was as simple as: ``` CPMAddPackage( NAME xtd VERSION 0.1.2-beta GITHUB_REPOSITORY "gammasoft71/xtd" GIT_TAG v0.1.2-beta OPTIONS "XTD_BUILD_SHARED_LIBRARIES ON" "XTD_BUILD_TESTS OFF" "XTD_BUILD_TOOLS OFF" "XTD_DOWNLOAD_ASTYLE ON" "XTD_DOWNLOAD_CPPCHECK ON" "XTD_DOWNLOAD_DOXYGEN ON"...
Okay, so here is my current CMake project (which is broken). Sorry if the formatting is weird (`cmake-format` doesn't want to work on my system for some reason): ```cmake cmake_minimum_required(VERSION...
Like I noted, it appears to just be completely random for me. If I could figure out where the core dump is, I could rebuild the latest stable and debug...
It appears that I'm using systemd-coredump(8) for core dumps. I don't think I can dump all the cores (it says "More than one entry matches, ignoring rest") but I've attached...
I'm hoping that that doesn't contain anything sensitive. If it does I'll have to rotate all the keys my element install uses. Oops?
Now I'm wishing GitHub had the "mark issue/comment as confidential" like GitLab does.
Damn. Guess I'll have to figure out how to rotate the keys Element uses. And I can't seem to build element, unfortunately, so I can't get debug symbols. :sad: