You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I try to translate C header file called "tcl.h" from Tcl/Tk C library.
Used command: dstep -o tcl.di tcl.h
After that get this error: dstep: an unknown error occurred: core.exception.AssertError@dstep/translator/Type.d(32): Assertion failure
and a lot of lines ---------------- ??:? [0x3291b90] ??:? [0x329be4a] ??:? [0x328332d] ??:? [0x327a7ec] ??:? [0x52ad59] ??:? [0x532e96] ....
DStep is 1.0.0.
OS: Redhat 6.5
The text was updated successfully, but these errors were encountered:
Found out that these three lines cause assertion failure: #define TCL_VOLATILE ((Tcl_FreeProc *) 1) #define TCL_STATIC ((Tcl_FreeProc *) 0) #define TCL_DYNAMIC ((Tcl_FreeProc *) 3)
Hello,
I try to translate C header file called "tcl.h" from Tcl/Tk C library.
Used command:
dstep -o tcl.di tcl.h
After that get this error:
dstep: an unknown error occurred: core.exception.AssertError@dstep/translator/Type.d(32): Assertion failure
and a lot of lines
---------------- ??:? [0x3291b90] ??:? [0x329be4a] ??:? [0x328332d] ??:? [0x327a7ec] ??:? [0x52ad59] ??:? [0x532e96] ....
DStep is 1.0.0.
OS: Redhat 6.5
The text was updated successfully, but these errors were encountered: