Opened 14 years ago

Closed 14 years ago

Last modified 7 years ago

#3000 closed task (fixed)

rxvt-unicode fails to complie (glibc-2.10.x/gcc-4.4.x)

Reported by: omero Owned by: Ag. Hatzimanikas
Priority: normal Milestone: x-future
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Problem is known, others have a patch. See i.e.: http://bugs.gentoo.org/show_bug.cgi?id=270694

[omero@pancho-11:~/rxvt-unicode-9.06] $make 2>&1|tee makout.date -I make[1]: Entering directory `/mnt/sata/sda8/sx-home/pancho-11/omero/rxvt-unicode-9.06/src' g++ -I.. -I. -I. -I./../libev -DHAVE_CONFIG_H -I/usr/X11R7/include -I/usr/include/freetype2 -g -O3 -fno-rtti -fvisibility-inlines-hidden -fno-threadsafe-statics -fno-enforce-eh-specs -w -DDEBUG_STRICT -I/usr/include/libAfterImage -c rxvt.C g++ -I.. -I. -I. -I./../libev -DHAVE_CONFIG_H -I/usr/X11R7/include -I/usr/include/freetype2 -g -O3 -fno-rtti -fvisibility-inlines-hidden -fno-threadsafe-statics -fno-enforce-eh-specs -w -DDEBUG_STRICT -I/usr/include/libAfterImage -c background.C background.C: In member function 'bool bgPixmap_t::set_geometry(const char*)': background.C:273: error: invalid conversion from 'const char*' to 'char*' background.C:274: error: invalid conversion from 'const char*' to 'char*' background.C: In member function 'bool bgPixmap_t::set_file(const char*)': background.C:680: error: invalid conversion from 'const char*' to 'char*' make[1]: * [background.o] Error 1 make[1]: Leaving directory `/mnt/sata/sda8/sx-home/pancho-11/omero/rxvt-unicode-9.06/src' make: * [all] Error 1

Change History (4)

comment:1 by omero, 14 years ago

make[1]: Entering directory `/mnt/sata/sda8/sx-home/pancho-11/omero/rxvt-unicode-9.06/src'
g++ -I.. -I. -I. -I./../libev -DHAVE_CONFIG_H -I/usr/X11R7/include -I/usr/include/freetype2   -g -O3 -fno-rtti -fvisibility-inlines-hidden -fno-threadsafe-statics -fno-enforce-eh-specs -w -DDEBUG_STRICT -I/usr/include/libAfterImage -c rxvt.C
g++ -I.. -I. -I. -I./../libev -DHAVE_CONFIG_H -I/usr/X11R7/include -I/usr/include/freetype2   -g -O3 -fno-rtti -fvisibility-inlines-hidden -fno-threadsafe-statics -fno-enforce-eh-specs -w -DDEBUG_STRICT -I/usr/include/libAfterImage -c background.C
background.C: In member function 'bool bgPixmap_t::set_geometry(const char*)':
background.C:273: error: invalid conversion from 'const char*' to 'char*'
background.C:274: error: invalid conversion from 'const char*' to 'char*'
background.C: In member function 'bool bgPixmap_t::set_file(const char*)':
background.C:680: error: invalid conversion from 'const char*' to 'char*'
make[1]: *** [background.o] Error 1
make[1]: Leaving directory `/mnt/sata/sda8/sx-home/pancho-11/omero/rxvt-unicode-9.06/src'
make: *** [all] Error 1

comment:2 by Ag. Hatzimanikas, 14 years ago

Owner: changed from blfs-book@… to Ag. Hatzimanikas
Status: newassigned

comment:3 by Ag. Hatzimanikas, 14 years ago

Resolution: fixed
Status: assignedclosed

Thanks for the report. Fixed in r8180 by updating rxvt-unicode to 9.07.

comment:4 by bdubbs@…, 7 years ago

Milestone: futurex-future

Milestone renamed

Note: See TracTickets for help on using tickets.