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 117930 - unable to compile gst-editor
unable to compile gst-editor
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-editor
git master
Other Linux
: Normal normal
: 0.7.x
Assigned To: Benjamin Otte (Company)
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-07-20 21:34 UTC by Amaury Jacquot
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to compile gst-editor against 0.7 without breaking 0.6 (4.67 KB, patch)
2003-07-29 16:25 UTC, Jan Schmidt
none Details | Review
updated patch based on wingo's changes tonight. (12.73 KB, patch)
2003-07-30 16:58 UTC, Jan Schmidt
none Details | Review
updated patch which also changes gst-launch-gui (16.82 KB, patch)
2003-08-05 14:29 UTC, Jan Schmidt
none Details | Review

Description Amaury Jacquot 2003-07-20 21:34:10 UTC
trying to compile gst-editor tonight gave me the following: 

debug-ui.c: In function `debug_toggle_callback':
debug-ui.c:31: warning: implicit declaration of function
`gst_info_enable_category'
debug-ui.c:32: warning: implicit declaration of function
`gst_debug_enable_category'
debug-ui.c:35: warning: implicit declaration of function
`gst_info_disable_category'
debug-ui.c:36: warning: implicit declaration of function
`gst_debug_disable_category'
debug-ui.c: In function `gst_debug_ui_new':
debug-ui.c:66: `GST_CAT_MAX_CATEGORY' undeclared (first use in this function)
debug-ui.c:66: (Each undeclared identifier is reported only once
debug-ui.c:66: for each function it appears in.)
debug-ui.c:67: warning: implicit declaration of function
`gst_get_category_name'debug-ui.c:67: warning: comparison between pointer
and integer
debug-ui.c:68: warning: passing arg 1 of `gtk_check_button_new_with_label'
makes pointer from integer without a cast
make[4]: *** [libgstdebugui_la-debug-ui.lo] Error 1
make[4]: Leaving directory `/home/sxpert/gst/gst-editor/libs/gst/debug-ui'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/sxpert/gst/gst-editor/libs/gst'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/sxpert/gst/gst-editor/libs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sxpert/gst/gst-editor'
make: *** [all] Error 2
Comment 1 Jan Schmidt 2003-07-29 16:25:26 UTC
Created attachment 18723 [details] [review]
Patch to compile gst-editor against 0.7 without breaking 0.6
Comment 2 Jan Schmidt 2003-07-30 16:58:11 UTC
Created attachment 18761 [details] [review]
updated patch based on wingo's changes tonight.
Comment 3 Jan Schmidt 2003-07-30 17:00:08 UTC
it seems that GST_CAT_APPLICATION (set to cat 29) doesn't actually
output anything in 0.6 when I enable it. I'll look at that tomorrow.
Comment 4 Ronald Bultje 2003-08-04 22:01:37 UTC
If I see it correctly, this patch provides some sort of "backwards
compatibility" in gst-editor for GStreamer 0.6.x, i.e., it's not
needed to compile against GStreamer HEAD.

Any, any opinion here?
Comment 5 Jan Schmidt 2003-08-05 14:29:51 UTC
Created attachment 18925 [details] [review]
updated patch which also changes gst-launch-gui
Comment 6 Jan Schmidt 2003-08-05 14:30:34 UTC
Wingo fixed gst-editor to compile against HEAD the other day, making
it not compile against 0.6

This (updated again) patch makes it compile against both, and have a
custom debug category for gst-editor debug messages.

Comment 7 Jan Schmidt 2003-08-05 22:25:41 UTC
wingo looked over the patch and said ok, so commited.