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

Installation pb with tcl/tk 8.4.1 #8013

Closed
vicuna opened this issue Feb 10, 2003 · 2 comments
Closed

Installation pb with tcl/tk 8.4.1 #8013

vicuna opened this issue Feb 10, 2003 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Feb 10, 2003

Original bug ID: 1541
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Hello,

I want to tell you that there is a problem of compatibility between
ocaml 3.06 and
tcl/tk 8.4.1. indeed when i tried to install ocaml i got an error of
compilation in make world
saying that the call of Tk_PhotoPutBlock in
otherlibs/labltk/support/cltkImg.c had two few arguments
it is due to an evolution of tk in the number of arguments in the
procedure (cf tk.h)
the solution is to put this line before the inclusion of tk.h :

#define USE_COMPOSITELESS_PHOTO_PUT_BLOCK 1

it works!!!

happy if it helps

sincerely yours,

Emmanuel CHAUVEAU


Emmanuel CHAUVEAU
Compuer Science Ph.D. Student
France Télécom R&D
DTL/TAL

@vicuna
Copy link
Author

vicuna commented Feb 11, 2003

Comment author: administrator

Tcl/Tk 8.4 problem, fixed post 3.06

@vicuna vicuna closed this as completed Feb 11, 2003
@vicuna
Copy link
Author

vicuna commented Feb 11, 2003

Comment author: administrator

Hello,

I want to tell you that there is a problem of compatibility between
ocaml 3.06 and
tcl/tk 8.4.1. indeed when i tried to install ocaml i got an error of
compilation in make world
saying that the call of Tk_PhotoPutBlock in
otherlibs/labltk/support/cltkImg.c had two few arguments
it is due to an evolution of tk in the number of arguments in the
procedure (cf tk.h)
the solution is to put this line before the inclusion of tk.h :

#define USE_COMPOSITELESS_PHOTO_PUT_BLOCK 1

Thank you for your report! (I think) this problem is already fixed
in the CVS version and the next future version (3.07). We added
the required argument, if tk version >= 8.4.0.

--
Jun

@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant