msys2 / MINGW-packages

Package scripts for MinGW-w64 targets to build under MSYS2.
https://packages.msys2.org
BSD 3-Clause "New" or "Revised" License
2.27k stars 1.22k forks source link

[mingw-w64-tcl] is missing tcl.h #22197

Closed Febbe closed 2 hours ago

Febbe commented 2 hours ago

Description / Steps to reproduce the issue

Try to compile to libtcl8.6.

Expected behavior

No error, that tcl.h is missing.

Actual behavior

Compilation is missing tcl.h.

Verification

Windows Version

MINGW64_NT-10.0-26120

MINGW environments affected

Are you willing to submit a PR?

No response

ognevny commented 2 hours ago

it has tcl.h. try to reinstall package

pacman -Scc
pacman -Sy $MINGW_PACKAGE_PREFIX-tcl

see https://packages.msys2.org/packages/mingw-w64-ucrt-x86_64-tcl (UCRT64 version of tcl) for details about installed files