I fixed the remaining typos (amalgate to amalgamate) in amalgamate.py so that it would run (and I can successfully compile the result in my application; it was not because the wrong #define was included). I wasn't sure about the backslashes, but they were causing errors. I ran the script on Ubuntu 10.04 (Python 2.6) and compiled on RHEL5 (gcc 4.1.2).
Hi,
I fixed the remaining typos (amalgate to amalgamate) in amalgamate.py so that it would run (and I can successfully compile the result in my application; it was not because the wrong #define was included). I wasn't sure about the backslashes, but they were causing errors. I ran the script on Ubuntu 10.04 (Python 2.6) and compiled on RHEL5 (gcc 4.1.2).
The patch is pasted here: https://gist.github.com/959173
Sam