-
Notifications
You must be signed in to change notification settings - Fork 0
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
Compile error with TCL 8.7.a4 #2
Comments
Not sure if this is a bug in photoresize, or in your Tcl headers? |
Yes, still defined as char*:
(TCL 8.7 file tclDecls.h) |
Then it doesn't make any sense to me. Maybe it is related to the stubs thing - actually Tcl_ functions are macros expanding into some entry of the stub table. If you could run the preprocessor, maybe that makes it clearer. |
I will do some further testing and see if I get any wiser ... thx for your support! |
photoresize compiles fine using TCL 8.6 on W10 and Ubuntu flavours.
Using TCL 8.7a4 (latest commit as from bug filing) it compiles in W10 but fails in Ubuntu 16/18/20 with below error,
photoresize master branch, latest commit:
./generic/photoresize_wrap.cpp:1084:42: error: invalid type argument of unary ‘*’ (have ‘long int’)
Regards
The text was updated successfully, but these errors were encountered: