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 am trying to work with tdk debugger on Ubuntu 18.04. After clone the repository for make the compiler in ../tdk/lib/tclcompiler -> ./configure && make ... it get the error:
cmpWPkg.c:72:26: error: ‘TdkLicenseObjCmd’ undeclared here (not in a function); did you mean ‘Tcl_UnsetObjCmd’? { "tdk_license", TdkLicenseObjCmd, 1 }, ^~~~~~~~~~~~~~~~ Tcl_UnsetObjCmd Makefile:242: failed in instructions for the object 'cmpWPkg.o' make: *** [cmpWPkg.o] Error 1
How can I fix the "TdkLicenseObjCmd undeclared" error?
Thanks in advance
Candido
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to work with tdk debugger on Ubuntu 18.04. After clone the repository for make the compiler in ../tdk/lib/tclcompiler -> ./configure && make ... it get the error:
cmpWPkg.c:72:26: error: ‘TdkLicenseObjCmd’ undeclared here (not in a function); did you mean ‘Tcl_UnsetObjCmd’? { "tdk_license", TdkLicenseObjCmd, 1 }, ^~~~~~~~~~~~~~~~ Tcl_UnsetObjCmd Makefile:242: failed in instructions for the object 'cmpWPkg.o' make: *** [cmpWPkg.o] Error 1
How can I fix the "TdkLicenseObjCmd undeclared" error?
Thanks in advance
Candido
The text was updated successfully, but these errors were encountered: