Platform Development • Re: Building fails on current master branch
Pale Moon forum - Forum index [Unofficial]
May 20, 2026
Thanks for the tip. After adding "nasm.exe", the configuration was successful and the build process began.
But another problem appeared. I'm trying to build a 32-bit version on a 64-bit host system. During the build process, the process of linking file "gkmedias.dll" seems to freeze. There are no error messages, the build just stops. CPU load is about 0.
I think MS Linker refused to place AVX instructions in 32bit binary, Downstream seems fixed this issue: https://github.com/roytam1/UXP/commit/8 ... 09d2703ae3
Discussion in the ATmosphere