Re: [Tuxpaint-devel] *SDL2* translation does not work on the latest MinGW/MSYS2
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
From: Shin-ichi T. <sh...@wm...> - 2022-01-29 01:31:14
|
Hi! I noticed an interesting thing about this issue. You can install tuxpaint in /usr/local/bin on MSYS2 environment as follows. $ make && make install Then it has NO problem with translation!! Next, I tried deleting all the .dll files in /mingw64/bin/ except for those are copied to the win32/bdist directory, suspecting that there might be some dll(s) newly required by gettext. As a result, it still worked fine! Considering above, it may not be a library loading issue. Could it be that tuxpaint fails to find the translation (.mo) files ? On Fri, 28 Jan 2022 09:51:57 +0900, Shin-ichi TOYAMA wrote: >>> > El dg. 23 de 01 de 2022 a les 23:53 +0900, en/na Shin-ichi TOYAMA va escriure: >>> > > Hi! >>> > > >>> > > I recently noticed that translation of SDL2 version become not working after updating the packages of MinGW/MSYS2 development environment. >>> > > >>> > > I also confirmed the same problem occurs with the build environment constructed from the scratch. |