On both Slackware 64 14.0 and 14.1, rxvt-unicode 9.19
with this configuration
CFLAGS="-O2 -fPIC" \
CXXFLAGS="-O2 -fPIC" \
./configure \
--prefix=/usr \
--libdir=/usr/lib64 \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--enable-everything \
--enable-unicode3 \
--enable-combining \
--enable-xft \
--enable-font-styles \
--enable-frills \
--enable-pixbuf \
--enable-next-scroll \
--enable-perl \
--enable-xim \
--enable-keepscrolling \
--enable-selectionscrolling \
--enable-mousewheel \
--enable-slipwheeling \
--enable-smart-resize \
--enable-text-blink \
--enable-pointer-blank \
--enable-utmp \
--enable-wtmp \
--enable-lastlog \
--enable-256-color \
--enable-transparency=no \
--enable-iso14755=no \
--enable-fading=no \
--enable-rxvt-scroll=no \
--enable-xterm-scroll=no \
--build=x86_64-slackware-linux
urxvt fails with this error:
...
g++ -I.. -I. -I. -I./../libev -I./../libptytty/src -DHAVE_CONFIG_H
-I/usr/include/freetype2 -O2 -fPIC -w -pthread
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng14 -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include -I/usr/include/startup-notification-1.0
-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/lib64/perl5/CORE -DLIBDIR="\"/usr/lib64/urxvt\"" -c rxvtperl.C
./rxvtperl.xs: In function 'void boot_urxvt(PerlInterpreter*, CV*)':
./rxvtperl.xs:821:5: error: 'Color_fade' was not declared in this scope
make[1]: *** [rxvtperl.o] Error 1
make[1]: Leaving directory `/tmp/SBo/rxvt-unicode-9.19/src'
make: *** [all] Error 1
If the "offending"
const_iv (Color_fade),
line is commented out or removed the build succeeds.
_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode