Re: [Gtkwave-users] Win10, configure --prefix=... FAIL
Brought to you by:
gtkwave,
joel1234567
From: <by...@nc...> - 2021-12-21 22:24:54
|
I'll look at this but I don't believe there is anything different in configure.ac regarding Tcl/Tk for MinGW--at least regarding prefix usage. -Tony -----------------------------------------From: "Kuang-Chun Cheng" To: gtk...@li... Cc: Sent: Tuesday December 21 2021 12:22:37AM Subject: [Gtkwave-users] Win10, configure --prefix=... FAIL Hi, For gtkwave-gtk-3.3.111 if I try to install to other location ./configure --prefix=/home/user/mylocal/ make I will get the following error message: ... checking if structure packing should be enabled... no checking if Tcl usage should be disabled... no checking for Tcl configuration... found /usr/lib/tclConfig.sh checking for existence of /usr/lib/tclConfig.sh... loading checking for Tk configuration... configure: error: Can't find Tk configuration definitions. Use --with-tk to specify a directory containing tkConfig.sh when prefix is used, the internal check will reference to wrong location: /usr/lib/tclConfig.h /usr/lib/tkConfig.h The following workaround will fix the problem: ./configure --prefix=/home/user/mylocal/ --with-tcl=/mingw64/lib --with-tk=/mingw64/lib FYI Regards KC |