have you done something like

env['CPPDEFINES'] += "-DNOPARACHUTE"

when you should have written

env['CPPDEFINES'] += ["-DNOPARACHUTE"]

perhaps?

-- 
Incompatibility with Python 2.6
https://bugs.launchpad.net/bugs/348896
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to