Re: [Toybox] Errors While Compling fold and/or defconfig: xgetdelim not found

2023-10-02 Thread enh via Toybox
github CI green again and android's build is green (haven't tested yet; i'll let https://android-review.googlesource.com/c/platform/external/toybox/+/2768464 run the tests for me :-) ). On Mon, Oct 2, 2023 at 1:07 PM Rob Landley wrote: > > On 10/2/23 10:16, enh via Toybox wrote: > > yeah, this b

Re: [Toybox] Errors While Compling fold and/or defconfig: xgetdelim not found

2023-10-02 Thread Rob Landley
On 10/2/23 10:16, enh via Toybox wrote: > yeah, this broke the github CI too --- > https://github.com/landley/toybox/actions/runs/6369602289/job/17289987237 Oops. Try now, Rob ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/li

Re: [Toybox] Errors While Compling fold and/or defconfig: xgetdelim not found

2023-10-02 Thread enh via Toybox
yeah, this broke the github CI too --- https://github.com/landley/toybox/actions/runs/6369602289/job/17289987237 On Sun, Oct 1, 2023 at 10:52 PM Oliver Webb via Toybox wrote: > > When I saw that fold got promoted, I pulled the repo and ran make. Instead of > compiling cleanly, fold.c gave a erro

[Toybox] Errors While Compling fold and/or defconfig: xgetdelim not found

2023-10-01 Thread Oliver Webb via Toybox
When I saw that fold got promoted, I pulled the repo and ran make. Instead of compiling cleanly, fold.c gave a error that a 'xgetdelim()' didn't exist. "grep -R"-ing through the code, it was only mentioned in fold.c. I tried to fix this originally by trying to implement xgetdelim, but the problem