Ximage command error

I am building from my distribution with cmake and I am setting a new installation path other than the /usr/local/{bin,lib,man} in my distribution /usr/local is not that commonly used.

This means that I still need to created the tcl directory and copy the corresponding files into that folder and then change the line to point to this path. Because as it is now my compiled output does not have any tcl folder anywhere, is that right?

Greg isn’t it a bad practice that there is a fixed path in this line? I would expect to be updated according to where the tcl folder is located. Also the fact that the tcl folder does not seem to be created during the building, could be considered as a bug?