neelima32

Results 4 comments of neelima32

I cannot compile on MacOS M1 (rebar3): > c_src/decoder.c:4:10: fatal error: 'assert.h' file not found > 4 | #include > | ^~~~~~~~~~ > 1 error generated.

Yes, I do. Initially, I thought the include directories may not have been specified but another library does pick up include files from the Xcode SDKs with the paths as...

Never mind, it _is_ related to the include paths and I'm able to get past the particular error by specifying ` -I ${OSX_SYSROOT}/usr/include"`.

I ran into this [issue](https://github.com/keycloak/keycloak/issues/43034) with Keycloak. To bypass this `any` issue, I ran: ``` docker exec -it /opt/keycloak/bin/kcadm.sh \ update clients/$CID -r cb \ -s 'attributes."request.object.signature.alg"=' \ -s 'attributes."request.object.encryption.alg"='...