|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
html_view(html_output_tag) multiple errors rev 12908+Heya,
I keep getting a build failure (after 'make clobber', too) as follows: > cc -c -I../../.. -I../.. -I.. -I/usr/local/include/gtk-1.2 -I/usr/ > X11R6/include -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/ > include -I/usr/include/libxml2 -DGUI_SOURCES -DCURDIR=src/ui/ > gtk -mcpu=7450 -fast -mpim-altivec -maltivec -mabi=altivec -ggdb3 - > W -Wall -Wformat=2 -pipe html_view.c > html_view.c: In function 'html_output_tag': > html_view.c:445: error: 'struct html_context' has no member named > 'start' > html_view.c:446: error: 'GtkTextIter' undeclared (first use in this > function) > html_view.c:446: error: (Each undeclared identifier is reported > only once > html_view.c:446: error: for each function it appears in.) > html_view.c:446: error: parse error before 'start' > html_view.c:447: error: 'GtkTextTag' undeclared (first use in this > function) > html_view.c:447: error: 'lang' undeclared (first use in this function) > html_view.c:449: warning: implicit declaration of function > 'gtk_text_buffer_create_tag' > html_view.c:449: error: 'buffer' undeclared (first use in this > function) > html_view.c:453: warning: implicit declaration of function > 'gtk_text_buffer_get_iter_at_mark' > html_view.c:454: error: 'start' undeclared (first use in this > function) > html_view.c:454: error: 'struct html_context' has no member named > 'start' > html_view.c:455: warning: implicit declaration of function > 'gtk_text_buffer_get_end_iter' > html_view.c:455: error: 'end' undeclared (first use in this function) > html_view.c:456: warning: implicit declaration of function > 'gtk_text_buffer_apply_tag' > make[3]: *** [html_view.o] Error 1 > make[2]: *** [ui/gtk/libgtk-common.a] Error 2 > make[1]: *** [subdirs] Error 1 > make: *** [all] Error 2 Is it possible that there's a library that I'm not linking to which has gone from optional to essential? Please advise. -matt ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Gtk-gnutella-users mailing list Gtk-gnutella-users@... https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-users |
|
|
Re: html_view(html_output_tag) multiple errors rev 12908+Matthew Lye wrote:
> I keep getting a build failure (after 'make clobber', too) as follows: [...] > Is it possible that there's a library that I'm not linking to which > has gone from optional to essential? No, it was just broken for Gtk+ 1.2 temporarily. It should compile fine again now. -- Christian ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Gtk-gnutella-users mailing list Gtk-gnutella-users@... https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-users |
| Free embeddable forum powered by Nabble | Forum Help |