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