WindowMaker: error: cant find a register in class GENERAL_REGS while reloading asm
Dica publicada em Linux / Miscelânea
WindowMaker: error: cant find a register in class GENERAL_REGS while reloading asm
WindowMaker-0.92.0:
$ ./configure
$ make
Compilando o WMaker você se depara com:
x86_specific.c:107: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
Este pequeno patch corrige esse problema.
Aplicando o patch:
# patch WindowMaker-0.92.0/wrlib/x86_specific.c < windowmaker-gcc4.patch
$ ./configure
$ make
Compilando o WMaker você se depara com:
x86_specific.c:107: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
Este pequeno patch corrige esse problema.
Aplicando o patch:
# patch WindowMaker-0.92.0/wrlib/x86_specific.c < windowmaker-gcc4.patch
Resolveu mesmo