Conrad Meyer
Conrad Meyer
Hm, where would you get such a symbol.map for it? Or do Apple ship debug symbols you could generate such a thing with?
That's cute. I'm for it. Seems to be much in the spirit of ctypes.sh ;). I wonder if instead of changing the code too much, we could just add a...
This is on d75b38bba16bdb8bbd576624f3cd4ead4d969e21.
Well, ok, I guess I just need to re-generate configure? I'm not very familiar with autotools. ``` $ aclocal --version aclocal (GNU automake) 1.15 ```
`autoreconf -vfi` fixed it. The `configure` in git doesn't work on Fedora 22, though.
I'm surprised there's a hardcoded reference to a particular version of `aclocal` in the script at all.
> Unfortunately making it shell independent is not possible (ctypes.sh is a plugin, not a script), and needs loadable module support to work. It may be possible to have a...
Something seems to be wonky with `errno` as well. For example, calling a routine that sets `errno` and then using `err(3)` prints "Success".
Another common issue that may be worth considering changing: Because the default integer size is 'int', on 64-bit architectures bare pointer values are truncated to 32-bit values and cause instant...
As long as I'm here — it would be nice to have some easy conversions back and forth between bash and C strings.