[maemo-developers] Errors compiling example_wavelaunch.c
From: nisha jain jain61 at gmail.comDate: Sat Feb 2 02:52:34 EET 2008
- Previous message: Maemo documentation not uptodate
- Next message: Errors compiling example_wavelaunch.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi All, While compiling wavelaunch.c I am getting many errors and all are related to header files it is not able to find any header.. Can Any one let me know how to get these files and include in Scratchbox? I renamed the file to DSPapp name. gcc -o DSPapp DSPapp.c `pkg-config gtk+-2.0 hildon-1 --cflags --libs` -Wall DSPapp.c:25:39: hildon-widgets/hildon-app.h: No such file or directory DSPapp.c:26:43: hildon-widgets/hildon-appview.h: No such file or directory DSPapp.c:27:55: hildon-widgets/hildon-file-chooser-dialog.h: No such file or directory DSPapp.c:32:21: gst/gst.h: No such file or directory DSPapp.c:41: error: syntax error before "HildonApp" DSPapp.c:41: warning: no semicolon at end of struct or union DSPapp.c:42: warning: type defaults to `int' in declaration of `appview' DSPapp.c:42: warning: data definition has no type or storage class DSPapp.c:46: error: syntax error before '*' token DSPapp.c:46: warning: type defaults to `int' in declaration of `pipeline' DSPapp.c:46: warning: data definition has no type or storage class DSPapp.c:47: error: syntax error before '}' token DSPapp.c: In function `esdlaunch': DSPapp.c:64: warning: implicit declaration of function `write' DSPapp.c:66: warning: implicit declaration of function `close' DSPapp.c: In function `bling': DSPapp.c:101: warning: implicit declaration of function `sin' DSPapp.c: At top level: DSPapp.c:115: error: syntax error before '*' token DSPapp.c: In function `eos_message_received': DSPapp.c:119: warning: implicit declaration of function `gst_element_set_state' DSPapp.c:119: error: `appdata' undeclared (first use in this function) DSPapp.c:119: error: (Each undeclared identifier is reported only once DSPapp.c:119: error: for each function it appears in.) DSPapp.c:119: error: `GST_STATE_NULL' undeclared (first use in this function) DSPapp.c:120: warning: implicit declaration of function `gst_object_unref' DSPapp.c:120: warning: implicit declaration of function `GST_OBJECT' DSPapp.c: In function `play_file': DSPapp.c:128: error: `GstElement' undeclared (first use in this function) DSPapp.c:128: error: `filesrc' undeclared (first use in this function) DSPapp.c:129: error: `GstBus' undeclared (first use in this function) DSPapp.c:129: error: `bus' undeclared (first use in this function) DSPapp.c:133: error: dereferencing pointer to incomplete type DSPapp.c:136: error: dereferencing pointer to incomplete type DSPapp.c:136: warning: implicit declaration of function `gst_parse_launch' DSPapp.c:143: error: dereferencing pointer to incomplete type DSPapp.c:148: warning: implicit declaration of function `gst_bin_get_by_name' DSPapp.c:148: warning: implicit declaration of function `GST_BIN' DSPapp.c:148: error: dereferencing pointer to incomplete type DSPapp.c:154: error: dereferencing pointer to incomplete type DSPapp.c:157: warning: implicit declaration of function `gst_pipeline_get_bus' DSPapp.c:157: warning: implicit declaration of function `GST_PIPELINE' DSPapp.c:157: error: dereferencing pointer to incomplete type DSPapp.c:158: warning: implicit declaration of function `gst_bus_add_signal_watch_full' DSPapp.c:164: error: dereferencing pointer to incomplete type DSPapp.c:164: error: `GST_STATE_PLAYING' undeclared (first use in this function) DSPapp.c:168: error: dereferencing pointer to incomplete type DSPapp.c:169: error: dereferencing pointer to incomplete type DSPapp.c: In function `file_chooser': DSPapp.c:186: error: dereferencing pointer to incomplete type DSPapp.c: In function `tb_open_cb': DSPapp.c:219: error: dereferencing pointer to incomplete type DSPapp.c:219: error: dereferencing pointer to incomplete type DSPapp.c:220: error: dereferencing pointer to incomplete type DSPapp.c:222: error: dereferencing pointer to incomplete type DSPapp.c:223: error: dereferencing pointer to incomplete type DSPapp.c: In function `tb_play_cb': DSPapp.c:240: error: dereferencing pointer to incomplete type DSPapp.c: At top level: DSPapp.c:258: error: syntax error before '*' token DSPapp.c: In function `create_menu': DSPapp.c:268: warning: implicit declaration of function `hildon_appview_get_menu' DSPapp.c:268: error: `main_view' undeclared (first use in this function) DSPapp.c:268: warning: assignment makes pointer from integer without a cast DSPapp.c: At top level: DSPapp.c:293: error: syntax error before '*' token DSPapp.c: In function `create_toolbar': DSPapp.c:314: error: `appdata' undeclared (first use in this function) DSPapp.c:348: error: `main_view' undeclared (first use in this function) DSPapp.c:301: warning: unused variable `tb_combo' DSPapp.c: In function `main': DSPapp.c:361: error: `HildonApp' undeclared (first use in this function) DSPapp.c:361: error: `app' undeclared (first use in this function) DSPapp.c:362: error: `HildonAppView' undeclared (first use in this function) DSPapp.c:366: warning: implicit declaration of function `gst_init' DSPapp.c:369: warning: implicit declaration of function `HILDON_APP' DSPapp.c:369: warning: implicit declaration of function `hildon_app_new' DSPapp.c:370: warning: implicit declaration of function `hildon_app_set_title' DSPapp.c:373: warning: implicit declaration of function `HILDON_APPVIEW' DSPapp.c:373: warning: implicit declaration of function `hildon_appview_new' DSPapp.c:373: warning: assignment makes pointer from integer without a cast DSPapp.c:374: warning: implicit declaration of function `hildon_app_set_appview' DSPapp.c:377: error: invalid application of `sizeof' to incomplete type `DSPapp.c' DSPapp.c:381: error: dereferencing pointer to incomplete type DSPapp.c:382: error: dereferencing pointer to incomplete type DSPapp.c:407: error: dereferencing pointer to incomplete type DSPapp.c:407: error: dereferencing pointer to incomplete type DSPapp.c:408: error: dereferencing pointer to incomplete type DSPapp.c:408: error: dereferencing pointer to incomplete type DSPapp.c: At top level: DSPapp.c:74: warning: 'bling' defined but not used Regards, Nisha -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maemo.org/pipermail/maemo-developers/attachments/20080201/908c193e/attachment.htm
- Previous message: Maemo documentation not uptodate
- Next message: Errors compiling example_wavelaunch.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]