On Fri, Dec 28, 2012 at 01:32:10PM +0200, Emanuele Giaquinta wrote:
> We've released version 9.16 of rxvt-unicode. The tarball can be found here:
>
>   http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-9.16.tar.bz2

I'm sure that rxvt-unicode does not support every possible configure
flag combination, but in case it does, this version no longer compiles
with:

    $ ./configure --disable-everything --enable-perl
    …
    $ make
    …
    g++ -I.. -I. -I. -I./../libev -I./../libptytty/src -DHAVE_CONFIG_H  -g -O3 
-fno-rtti -fvisibility-inlines-hidden -fno-threadsafe-statics 
-fno-enforce-eh-specs -w  -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/lib/perl5/core_perl/CORE  
-DLIBDIR="\"/usr/local/lib/urxvt\"" -c rxvtperl.C
    ./rxvtperl.xs:62:9: error: ‘rxvt_img’ does not name a type
    ./rxvtperl.xs:63:9: error: ‘rxvt_img’ does not name a type
    ./rxvtperl.xs: In function ‘rgba parse_rgba(SV*, rxvt_screen*)’:
    ./rxvtperl.xs:86:72: error: ‘float_to_component’ was not declared in this 
scope
    make[1]: *** [rxvtperl.o] Error 1

Clearly not a deal breaker, since I can just --enable-pixbuf. Thank you
for your work!

Cheers,
Sung Pae

_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode

Reply via email to