-
Notifications
You must be signed in to change notification settings - Fork 21
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
Building issue #248
Comments
Hi, George, I have added the line |
By the way I was not aware of the tcl9.0 release. Will try it out just to anticipate future breaking changes (that always happen when new versions come around...) :-). Xschem works fine with tcl8.4 and tcl8.6 |
Yes, the only issue I could see is some incompatibilities between 8.6 and 9.0 in C-API |
Download new version and now get:
|
This seems a missing library in the linking phase. You need to add something like -ltck8.6 or -ltcl9.0 and may be the -L/path/to/lib if the libtclx.y.so is not in a standard place. |
the function I use is Tcl_GetBoolean, not Tcl_GetBool...
|
Yes I see, I opened the mentioned file and there is Tcl_GetBoolean. |
I have downloaded and installed the tcl-tk 9.0 source files yesterday, so I have made some small additions (in xschem) to allow xschem work flawlessly with this new version (it will at some point replace the long standing 8.6 in linux distributions, so it's better to be prepared). After installing the tcl-tk package somewhwere (
and finally built xschem:
The build was successful, xschem_tcl9.0.mp4 |
Yes it works, everything were successfully built, thank you! |
Hello!
I tried to build latest version of xschem, configure finishes succesfully, but when I try to make, I got this error:
Maybe issue is in multiple versions of tcl installed? I have 8.6 from ubuntu repo, and 9.0 was compiled manually.
Thank you in advance.
The text was updated successfully, but these errors were encountered: