labltk icon indicating copy to clipboard operation
labltk copied to clipboard

LablTk, an OCaml interface for Tcl/Tk

Results 12 labltk issues
Sort by recently updated
recently updated
newest added

(if set) This is useful for compiling against a non-default Tk when the flags -tkdefs/-tklibs cannot be set explicitly for some reason. I.e. when installing via opam (and in particular...

Looks like there are missing some dependencies. ```console make[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/labltk-8.06.13/compiler' make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/labltk-8.06.13/labltk' cd ..; /usr/bin/ocamlrun compiler/tkcompiler -outdir labltk the file 'compiler/tkcompiler' has not the right magic...

Followup to be8c977d320ed40cacb322658d4ceba5e583b3a6. Clang 16 makes -Wimplicit-int error by default. Unfortunately, this can lead to misconfiguration or miscompilation of software as configure tests may then return the wrong result. We...

dependency on copyright.* are not created by ocamldep as this file is generated after make depend. I added to the .depend, but the Makefile on the compiler dir should be...

fix c2x compatibility a function definition without a prototype is deprecated in all versions of C and is not supported in C2x

On macOS, when I installed using "opam install labltk" this linked against Apple's version of Tk which honestly isn't very good. To use the better version I installed using "brew...

I can configure without errors, but then I cannot make all due to a C error: ```bash someone:labltk-8.06.4 someone$ ./configure -tkdefs '-I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers/ -I/Library/Frameworks/Tk.framework/Versions/8.6/Headers/' -tklibs '-framework Tcl -framework Tk' -tk-no-x11 Configuring...

Something like what [tkinter does already](https://www.geeksforgeeks.org/progressbar-widget-in-tkinter-python/)?

Hello mister Garrigue, While trying to install labltk via opam, I received this error message : ``` Processing actions [ERROR] The compilation of conf-tcl failed at "/bin/sh check.sh". #=== ERROR...

`support/cltkDMain.c` seems to be an unused file. It also appears to be [syntactically incorrect](https://github.com/garrigue/labltk/blob/master/support/cltkDMain.c#L189).