-
Notifications
You must be signed in to change notification settings - Fork 123
RISC-V: Build fails on v0.10.0 #4993
Comments
Are you sure that this is related to RISC-V? For me it looks like the plugin ccode is broken, please try to exclude it.
Only for an (optional) binding but this seems to me unrelated to this error. |
Not neccessarily; but libraries sometimes tend to behave a little oddly (missing
Ah, thanks. Was just curious about this.
I disabled the
However, I wanted to get a cleaner error log (since I ran with
Here is what CMake's got stored:
And:
|
Steps to Reproduce the Problem
git clone $uri -b v0.10.0
cd libelektra; mkdir out; cd out
cmake -G Ninja ..; ninja
Expected 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
.The text was updated successfully, but these errors were encountered: