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
CMake configures just fine, nothing of importance stuck out to me. I will retry with classic makefiles instead of Ninja and see if that changes anything, but considering this is a C++ error, I doubt it.
Got any ideas what this is?
Thanks and kind regards,
Ingwie
PS.: Is glib/gobject required? I saw it scroll by in the CMake log and in ccmake.
Steps to Reproduce the Problem
git clone $uri -b v0.10.0cd libelektra; mkdir out; cd outcmake -G Ninja ..; ninjaExpected Result
A build of libelektra and kdb.
Actual Result
Well... this.

I was working in a
screen, so scrolling is a little difficult. Apologies, this was simply easier. :)System Information
riscv64gc(aka.riscv64imafdc)Further Log Files and Output
CMake configures just fine, nothing of importance stuck out to me. I will retry with classic makefiles instead of Ninja and see if that changes anything, but considering this is a C++ error, I doubt it.
Got any ideas what this is?
Thanks and kind regards,
Ingwie
PS.: Is glib/gobject required? I saw it scroll by in the CMake log and in
ccmake.