pokeemerald icon indicating copy to clipboard operation
pokeemerald copied to clipboard

Issue with tools (msys2)

Open oolio151 opened this issue 2 years ago • 3 comments

When installing the packages to make pokeemerald using msys2, I ran into these errors and I could not install the packages, It happens for a few other files and eventually errors out. image

oolio151 avatar Mar 23 '22 21:03 oolio151

When installing the packages to make pokeemerald using msys2, I ran into these errors and I could not install the packages, It happens for a few other files and eventually errors out. image

pacman -Sy msys2-keyring, and then run pacman -S make gcc zlib-devel git again.

Do keep in mind that while the INSTALL.md document currently suggests to install the mingw-w64-x86_64-libpng package, this doesn't work, or at least it hasn't worked for me as the compiler complained that libpng wasn't found on MSys2 and predictively gave me an error telling me that png.h was missing. Building libpng from the source code does work though. I explain how to do that here.

LOuroboros avatar May 08 '22 16:05 LOuroboros

Has there been any updates on this issue? If not, I could try to update the document with building it from source in a PR.

rawr51919 avatar Jun 16 '22 16:06 rawr51919

Fixed in #1683

rawr51919 avatar Jun 16 '22 16:06 rawr51919

I‘v met the problem few days ago, and here is how I solve it: open /etc/pacman.conf, change the 'SigLevel' in the section core : [core] #SigLevel = PackageRequired

SigLevel = Never


Cofflag avatar Nov 18 '22 07:11 Cofflag

When installing the packages to make pokeemerald using msys2, I ran into these errors and I could not install the packages, It happens for a few other files and eventually errors out. image

pacman -Sy msys2-keyring, and then run pacman -S make gcc zlib-devel git again.

Do keep in mind that while the INSTALL.md document currently suggests to install the mingw-w64-x86_64-libpng package, this doesn't work, or at least it hasn't worked for me as the compiler complained that libpng wasn't found on MSys2 and predictively gave me an error telling me that png.h was missing. Building libpng from the source code does work though. I explain how to do that here.

While it is necessary to update the keyring manually either way, it sounds like you missed the part where INSTALL.md tells you to specifically launch the mingw64 environment, as opposed to opening it from the start menu icon that devkitPro installs. I just verified with a clean install of devkitPro and libpng was located successfully after installing the packaged version as suggested.

SiliconExarch avatar Feb 16 '23 18:02 SiliconExarch

8ec0bff0342413ac4996b63382c8d03a3b532899

GriffinRichards avatar Jul 31 '23 19:07 GriffinRichards