Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ubuntu 18 make error cmpWPkg.o object #5

Open
kandido opened this issue May 15, 2020 · 1 comment
Open

ubuntu 18 make error cmpWPkg.o object #5

kandido opened this issue May 15, 2020 · 1 comment

Comments

@kandido
Copy link

kandido commented May 15, 2020

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

@cyangy
Copy link

cyangy commented Nov 16, 2022

This function looks like it checks the valid ActiveState license. The better way is to bypass it, see this commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants