Open Frobitz66 opened 6 years ago
Sorry for the delay, but I just merged the PR for c2ffi
which should fix this. Should be in both 4 and 5 branches. That said you're going to get a string "inf" or similar, but it's probably not something you'll be using in any case.
Thanks for the response. I am indeed getting the "Invalid JSON name: INF ..." message. Is it safe to [*ABORT] Return to SLIME's top level" at this point?
UPDATE: The problem is caused by the "value" of "LDBL_MAX" being set to the string INF rather than a number in the JSON spec file.
Disclaimer: I'm a total noob at this so please bear with me.
I've build c2ffi and am trying to figure out how to use cl-autowrap to wrap the MacOS (10.13.x) "ScriptingBridge" framework.
Here's a snapshot of what I'm running up against:
A couple of questions: 1) Am I using c-include correctly? 2) Has anyone been able to wrap any MacOS framework? It'd be awful nice if there was a handy example.
TIA, T.S. Abdallah