GNOME Bugzilla – Bug 240450
"inline" used which is not supported by Forte
Last modified: 2003-04-03 02:12:37 UTC
When we build gtkhtml using Forte on S9, we found that "inline" keyword used in ~/gtkhtml/src/htmlobject.c ~/gtkhtml/src/htmltextslave.c which Forte dissupported and error when compile. Please fix this.
May not because of Forte(?), need a research. Error is like this: "htmlobject.c", line 1451: reference to static variable "move_object" in inline extern function "htmlobject.c", line 1552: cannot recover from previous errors cc: acomp failed for htmlobject.c make: *** [htmlobject.lo] Error 1
Forte don't support static variable to reference in inline extern function.
Created attachment 42179 [details] [review] Please see this patch. Please gtkhtml owners give a solution to this issue.
this patch didn't apply cleanly for some reason, but i've made the changes to gtkhtml.
forgot to close it