haarer / toolchain68k

build a toolchain for cross developement. Supports motorola m68k-elf, avr and arm-none-eabi
25 stars 5 forks source link

Conflict with pkg-config in install_req_pkg_windows-latest.sh #4

Open djipi opened 4 months ago

djipi commented 4 months ago

Windows 10 (MSYS2).

The install_req_pkg_windows-latest.sh script is useful but may report the following issue.

looking for conflicting packages... :: mingw-w64-x86_64-pkg-config and mingw-w64-x86_64-pkgconf are in conflict. Remove mingw-w64-x86_64-pkgconf? [Y/n]

It looks pkgconf is more recent, or is a new package to replace pkg-config. So, in theory, the script should use pkgconf.

haarer commented 4 months ago

Am 29. April 2024 14:01:41 MESZ schrieb Jean-Paul Mari @.***>:

Windows 10 (MSYS2).

The install_req_pkg_windows-latest.sh script is useful but may report the following issue.

looking for conflicting packages... :: mingw-w64-x86_64-pkg-config and mingw-w64-x86_64-pkgconf are in conflict. Remove mingw-w64-x86_64-pkgconf? [Y/n]

It looks pkgconf is more recent, or is a new tool to replace pkg-config. So, in theory, the script should use pkgconf.

-- Reply to this email directly or view it on GitHub: https://github.com/haarer/toolchain68k/issues/4 You are receiving this because you are subscribed to this thread.

Message ID: @.***> Hi Paul, the script is outdated, i have to adapt it to a current clean slate msys2.

Thanks for the Report.

-- Gruß, Alexander