After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 240450 - "inline" used which is not supported by Forte
"inline" used which is not supported by Forte
Status: RESOLVED FIXED
Product: GtkHtml
Classification: Other
Component: API
unspecified
Other All
: Normal enhancement
: ---
Assigned To: gtkhtml-maintainers
Evolution QA team
Depends on:
Blocks: 239034
 
 
Reported: 2003-03-28 06:31 UTC by philip zhao
Modified: 2003-04-03 02:12 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Please see this patch. Please gtkhtml owners give a solution to this issue. (1.95 KB, patch)
2003-03-28 07:45 UTC, philip zhao
none Details | Review

Description philip zhao 2003-03-28 06:31:35 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.
Comment 1 philip zhao 2003-03-28 07:05:16 UTC
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
Comment 2 philip zhao 2003-03-28 07:37:36 UTC
Forte don't support static variable to reference in inline extern
function.
Comment 3 philip zhao 2003-03-28 07:45:39 UTC
Created attachment 42179 [details] [review]
Please see this patch. Please gtkhtml owners give a solution to this issue.
Comment 4 Not Zed 2003-04-03 02:09:57 UTC
this patch didn't apply cleanly for some reason, but i've made the
changes to gtkhtml.
Comment 5 Not Zed 2003-04-03 02:12:37 UTC
forgot to close it