Bug 123695 - AX: when i using build-webkit --gtk to build webkit, i got these errors. how can i fix it?
Summary: AX: when i using build-webkit --gtk to build webkit, i got these errors. how ...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 523.x (Safari 3)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-02 19:43 PDT by KevinLee
Modified: 2014-09-19 09:52 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description KevinLee 2013-11-02 19:43:16 PDT
Running gtkdoc-scangobj

(process:20811): GLib-GObject-CRITICAL **: g_object_class_install_property: assertion 'class->set_property != NULL' failed
Running gtkdoc-mktmpl
./webkitdomgtk-sections.txt:6: warning: No declaration found for: webkit_dom_battery_manager_dispatch_event
./webkitdomgtk-sections.txt:940: warning: No declaration found for: webkit_dom_node_dispatch_event
./webkitdomgtk-sections.txt:3428: warning: No declaration found for: webkit_dom_dom_application_cache_dispatch_event
./webkitdomgtk-sections.txt:3580: warning: No declaration found for: webkit_dom_dom_window_dispatch_event
./webkitdomgtk-sections.txt:3911: warning: No declaration found for: webkit_dom_webkit_named_flow_dispatch_event
./webkitdomgtk-sections.txt:4369: warning: No declaration found for: webkit_dom_audio_track_list_dispatch_event
./webkitdomgtk-sections.txt:4447: warning: No declaration found for: webkit_dom_text_track_dispatch_event
./webkitdomgtk-sections.txt:4475: warning: No declaration found for: webkit_dom_text_track_list_dispatch_event
./webkitdomgtk-sections.txt:4497: warning: No declaration found for: webkit_dom_text_track_cue_dispatch_event
./webkitdomgtk-sections.txt:4609: warning: No declaration found for: webkit_dom_video_track_list_dispatch_event
./webkitdomgtk-unused.txt:1: warning: 15 unused declarations.They should be added to webkitdomgtk-sections.txt in the appropriate place.
Running gtkdoc-mkdb
/home/svn/trunk/WebKitBuild/Release/DerivedSources/webkitdom/WebKitDOMCustom.h:115: warning: Parameter description for webkit_dom_html_element_set_id::Returns is missing in source code comment block.
./webkitdomgtk-sections.txt:6: warning: No declaration found for webkit_dom_battery_manager_dispatch_event.
./webkitdomgtk-sections.txt:940: warning: No declaration found for webkit_dom_node_dispatch_event.
./webkitdomgtk-sections.txt:3428: warning: No declaration found for webkit_dom_dom_application_cache_dispatch_event.
./webkitdomgtk-sections.txt:3580: warning: No declaration found for webkit_dom_dom_window_dispatch_event.
./webkitdomgtk-sections.txt:3911: warning: No declaration found for webkit_dom_webkit_named_flow_dispatch_event.
./webkitdomgtk-sections.txt:4369: warning: No declaration found for webkit_dom_audio_track_list_dispatch_event.
./webkitdomgtk-sections.txt:4447: warning: No declaration found for webkit_dom_text_track_dispatch_event.
./webkitdomgtk-sections.txt:4475: warning: No declaration found for webkit_dom_text_track_list_dispatch_event.
./webkitdomgtk-sections.txt:4497: warning: No declaration found for webkit_dom_text_track_cue_dispatch_event.
./webkitdomgtk-sections.txt:4609: warning: No declaration found for webkit_dom_video_track_list_dispatch_event.
See webkitdomgtk-undeclared.txt for the list of undeclared symbols.
./webkitdomgtk-unused.txt:1: warning: 12 unused declarations.They should be added to webkitdomgtk-sections.txt in the appropriate place.

The following API are missing documentation:
	WEBKIT_API
	WEBKIT_DEPRECATED
	WEBKIT_DEPRECATED_FOR
	webkit_dom_bar_info_get_type
	webkit_dom_event_target_add_event_listener_with_closure
	webkit_dom_event_target_remove_event_listener_with_closure
	webkit_dom_html_element_get_id
	webkit_dom_html_element_set_id
	webkit_dom_html_properties_collection_get_type
	webkit_dom_memory_info_get_type
	webkit_dom_micro_data_item_value_get_type
	webkit_dom_property_node_list_get_type
Comment 1 Philippe Normand 2014-09-19 09:52:00 PDT
These errors are non-fatal. You should be able to run the demo browser using run-launcher --gtk.

Please reopen if needed.