Can't compile 0.7.2 with alternate icons
First off thanks for this great browser! I was able to build 0.7.1 with the ximian and kde icons; however, when I try to do the same with 0.7.2 I get: interface.c: In function `Interface_add_full_screen_button': interface.c:648: `full_screen_on_xpm' undeclared (first use in this function) interface.c:648: (Each undeclared identifier is reported only once interface.c:648: for each function it appears in.) interface.c: In function `a_Interface_browser_window_new': interface.c:824: `full_screen_off_xpm' undeclared (first use in this function) make[3]:*** [interface.o] Error 1 make[3]: Leaving directory `/home/todd/dillo-0.7.2/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/todd/dillo-0.7.2/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/todd/dillo-0.7.2' make: *** [all] Error 2 I browsed the last couple of months of archives and couldn't find anything on this there. Any ideas? Thanks, Todd
On Sun, 4 May 2003 00:30:39 -0400 Todd Slater <dontodd@columbus.rr.com> wrote:
I was able to build 0.7.1 with the ximian and kde icons; however, when I try to do the same with 0.7.2 I get:
interface.c: In function `Interface_add_full_screen_button': interface.c:648: `full_screen_on_xpm' undeclared (first use in this function)
I browsed the last couple of months of archives and couldn't find anything on this there. Any ideas?
a new icon was added, which was not yet added to the alternate icon sets (the button for "full screen" mode). you can simply copy&paste the definition for "full_screen_on_xpm" and "full_screen_off_xpm" from the old pixmaps file into the kde one to fix it.
Thanks, Todd
Greetings Thorben Thuermer
Hi, On Sun, 4 May 2003, Todd Slater wrote:
First off thanks for this great browser!
I was able to build 0.7.1 with the ximian and kde icons; however, when I try to do the same with 0.7.2 I get:
interface.c: In function `Interface_add_full_screen_button': interface.c:648: `full_screen_on_xpm' undeclared (first use in this function) [...]
I browsed the last couple of months of archives and couldn't find anything on this there. Any ideas?
Sorry, my fault. I just updated the files as Thorben pointed out. You can get working versions now. Cheers Jorge.-
On Sun, 04 May 2003 08:50:16 -0400 (CLT) Jorge Arellano Cid <jcid@softhome.net> wrote:
Hi,
On Sun, 4 May 2003, Todd Slater wrote:
First off thanks for this great browser!
I was able to build 0.7.1 with the ximian and kde icons; however, when I try to do the same with 0.7.2 I get:
interface.c: In function `Interface_add_full_screen_button': interface.c:648: `full_screen_on_xpm' undeclared (first use in this function) [...]
I browsed the last couple of months of archives and couldn't find anything on this there. Any ideas?
Sorry, my fault. I just updated the files as Thorben pointed out. You can get working versions now.
Excellent, thanks Jorge and Thorben! Todd
participants (3)
-
Jorge Arellano Cid
-
Thorben Thuermer
-
Todd Slater