rl_json icon indicating copy to clipboard operation
rl_json copied to clipboard

Patches to make rl_json 0.15.2 work under Windows and macos

Open wkechel opened this issue 8 months ago • 3 comments

Please find attached a diff output to make rl_json work under macos (Intel+Apple Silicon). It includes modifications I already applied to 0.14 and some new stuff for the cbor funcitonality.

Feel free to integrate it.

rl_json-0.15.2-prs.txt

wkechel avatar Mar 20 '25 15:03 wkechel

rl_json-0.15.2-prs.patch Updated patch that supports the build process under Windows (32bit) as well.

wkechel avatar Mar 24 '25 16:03 wkechel

What build environment are you using? Because I only can compile 0.14 in mingw64 (maybe 6 months old) using gcc 14.2. When I update msys2 the build fails, when I use the v0.15 the build fails.

thx

teclabat avatar Nov 06 '25 15:11 teclabat

We are building on Windows 10 with VS as compiler but we use cygwin as environment setup to run the build tools (bash, make, ...).

wkechel avatar Nov 06 '25 16:11 wkechel