~autumnull/haredo-devel

building haredo w/ current version of hare ...

Details
Message ID
<87h65aa3wk.fsf@laptop>
Sender timestamp
1738632891
DKIM signature
pass
Download raw message
Hi, I get these errors when trying to build haredo w/ a current hare:

rx@softland ~ $ cd ~/tmp/haredo && PATH=$PWD/bin:~/opt/hare/bin:$PATH QBE=/home/rx/opt/qbe/bin/qbe HAREPATH=/home/rx/opt/hare/src/hare/stdlib PREFIX=/home/rx/opt/haredo ./bootstrap.sh install
0/10 tasks completed (0%)
haredo.ha:186:25: error: Cannot ignore error here
haredo.ha:284:54: error: Array members must be of a uniform type, previously seen fmt::formattable, but now see (!nomem | str)
haredo.ha:286:54: error: Array members must be of a uniform type, previously seen str, but now see (!nomem | str)
haredo.ha:289:54: error: Array members must be of a uniform type, previously seen str, but now see (!nomem | str)
haredo.ha:295:38: error: free must operate on slice, string, pointer, or null
haredo.ha:296:63: error: Argument type (!nomem | str) is not assignable to parameter type str
haredo.ha:354:21: error: Tuple value is not assignable to tagged union hint
haredo.ha:399:64: error: Argument type (!nomem | []str) is not assignable to parameter type []str
haredo.ha:425:39: error: Initializer is not assignable to struct field

harec for /home/rx/tmp/haredo/src exited with status 4
rx@softland {main} ~/tmp/haredo $

Many thanks in advance! Cheers, Andreas
Reply to thread Export thread (mbox)