FYI.. 0.92 compiling on FC4 ..
Cormac Long <[email protected]>
| Newsgroups | gmane.compw.window-managers.windowmaker.user |
|---|---|
| Message-ID | <[email protected]> |
Folks,
seems x86_specific.c has references to some deprecated gcc register
stuff in gcc 4.x... breaks the build..
gcc -DHAVE_CONFIG_H -I. -I. -I../src -I/usr/local/include
-I/usr/X11R6/include -g -O2 -O0 -c x86_specific.c -fPIC -DPIC
-o .libs/x86_specific.o
x86_specific.c: In function 'x86_mmx_TrueColor_32_to_16':
x86_specific.c:107: error: can't find a register in class
'GENERAL_REGS' while reloading 'asm'
make[2]: *** [x86_specific.lo] Error 1
make[2]: Leaving directory `/home/cormac/Archive/SRC/wm/wrlib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/cormac/Archive/SRC/wm/wrlib'
make: *** [all-recursive] Error 1
To get around this, I installed the compat-gcc-32 RPM for FC4.. that
gives a gcc32 binary alternative.. issue export CC=gcc32 in the
environment before the configure and make and all builds fine.
--
Regards,
Cormac
_______________________________________________
INFO: https://windowmaker.org/lists/listinfo/wm-user
ARCHIVE: https://windowmaker.org/lists/archive/wm-user/
FAQ: http://windowmaker.org/faq.html