ruediger / Boost-Pretty-Printer

GDB Pretty Printers for Boost
197 stars 61 forks source link

SyntaxError: invalid syntax #29

Closed tgrabiec closed 7 years ago

tgrabiec commented 8 years ago

I get this when I try to install the printers from gdb:

Traceback (most recent call last):
  File "<string>", line 3, in <module>
  File "/remote/home/tgrabiec/src/Boost-Pretty-Printer/boost/printers.py", line 1223
    return long(str(parse_and_eval('*((void**)' + str(node_ptr) + ')')), 16) & (~1L)
                                                                                  ^
SyntaxError: invalid syntax
Error while executing Python code.

GDB version:

GNU gdb (Ubuntu 7.11-0ubuntu1) 7.11
mateidavid commented 8 years ago

Try #23 .

serup commented 8 years ago

when will this fix be released ??

mbalabin commented 7 years ago

Seems to be fixed in current master