You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked it more precisely and determined that I was setting the CCACHE_DIR variable incorrectly (in combination with other commands it unnecessarily added a space at the end, I had to surround the whole thing with ""). Sorry for the confusion.
I'm trying to compile locally Notepad++ by using WinLibs + Ccache + mingw32-make and get such error:
The same code compiles without any problems by using Github Action and Msys2.
https://github.com/ArkadiuszMichalski/notepad-plus-plus/actions/runs/8859141894/job/24328608354
I tried using the same version of Ccache and mingw32-make.exe as in Msys2, but it didn't help.
Can anyone confirm that also experiencing this problem?
Step to reproduce:
Path
variable toWinLibs/bin
.Notepad++\PowerEditor\gcc
folder invokemingw32-make CXX="ccache g++"
.The text was updated successfully, but these errors were encountered: