Christian Gollwitzer

Results 9 comments of Christian Gollwitzer

If you just want to get it to work, there is also an easier way. After loading the theme into tkinter, run this script in th embedded Tc interpreter: ```...

Probably an issue with tcl.m4. It has not been updated since some time. Does the same problem arise with the newest sampleextension? https://wiki.tcl-lang.org/page/SampleExtension

Also, the log indicates that the compiler flags request compilation for 64 bit (-arch x86_64), while the OS runs on 32 bit. Are you intentionally cross-compiling?

Can you access the config.log from the configure run? That might give an indication. The configure scripts are derived from the TEA build system. Specifically, they were copied at some...

I becane sceptical about the 64 bit issue, because in your log file it says "OS darwin/13.4.0 (macOS 10.9.5) arch i386", but the CFLAGS that are passed in contain "-arch...

By disabling the exampleTop and unitTest, it compiles successfully: [08-build-outoftree.patch.txt](https://github.com/user-attachments/files/20068539/08-build-outoftree.patch.txt)

Currently, this repository is unmaintained due to lack of resources from my side. There is a fork by Brian Griffin which was adapted for Tcl 9 https://github.com/bgriffinfortytwo/VecTcl9/tree/abstractlist

> Could you please tell me which branch you are using? It's minicpmv-main. The bug also happens when using text-only inference with llama-cli, but not with a different model. Here...

Update: It seems to work with the minicpmv-main-dev branch. I haven't checked quantized versions, though.