<div>Hi All,</div>
<div>&nbsp;</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&nbsp;find any header..</div>
<div>&nbsp;</div>
<div>Can Any one let me know how to get these files and include in Scratchbox?</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>I renamed the file to DSPapp name.</div>
<div>&nbsp;</div>
<div>&nbsp;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 &quot;HildonApp&quot;<br>DSPapp.c:41: warning: no semicolon at end of struct or union<br>
DSPapp.c:42: warning: type defaults to `int&#39; in declaration of `appview&#39;<br>DSPapp.c:42: warning: data definition has no type or storage class<br>DSPapp.c:46: error: syntax error before &#39;*&#39; token<br>DSPapp.c:46: warning: type defaults to `int&#39; in declaration of `pipeline&#39;<br>
DSPapp.c:46: warning: data definition has no type or storage class<br>DSPapp.c:47: error: syntax error before &#39;}&#39; token<br>DSPapp.c: In function `esdlaunch&#39;:<br>DSPapp.c:64: warning: implicit declaration of function `write&#39;<br>
DSPapp.c:66: warning: implicit declaration of function `close&#39;<br>DSPapp.c: In function `bling&#39;:<br>DSPapp.c:101: warning: implicit declaration of function `sin&#39;<br>DSPapp.c: At top level:<br>DSPapp.c:115: error: syntax error before &#39;*&#39; token<br>
DSPapp.c: In function `eos_message_received&#39;:<br>DSPapp.c:119: warning: implicit declaration of function `gst_element_set_state&#39;<br>DSPapp.c:119: error: `appdata&#39; 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&#39; undeclared (first use in this function)<br>DSPapp.c:120: warning: implicit declaration of function `gst_object_unref&#39;<br>
DSPapp.c:120: warning: implicit declaration of function `GST_OBJECT&#39;<br>DSPapp.c: In function `play_file&#39;:<br>DSPapp.c:128: error: `GstElement&#39; undeclared (first use in this function)<br>DSPapp.c:128: error: `filesrc&#39; undeclared (first use in this function)<br>
DSPapp.c:129: error: `GstBus&#39; undeclared (first use in this function)<br>DSPapp.c:129: error: `bus&#39; 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&#39;<br>DSPapp.c:143: error: dereferencing pointer to incomplete type<br>DSPapp.c:148: warning: implicit declaration of function `gst_bin_get_by_name&#39;<br>
DSPapp.c:148: warning: implicit declaration of function `GST_BIN&#39;<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&#39;<br>
DSPapp.c:157: warning: implicit declaration of function `GST_PIPELINE&#39;<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&#39;<br>
DSPapp.c:164: error: dereferencing pointer to incomplete type<br>DSPapp.c:164: error: `GST_STATE_PLAYING&#39; 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&#39;:<br>DSPapp.c:186: error: dereferencing pointer to incomplete type<br>DSPapp.c: In function `tb_open_cb&#39;:<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&#39;:<br>
DSPapp.c:240: error: dereferencing pointer to incomplete type<br>DSPapp.c: At top level:<br>DSPapp.c:258: error: syntax error before &#39;*&#39; token<br>DSPapp.c: In function `create_menu&#39;:<br>DSPapp.c:268: warning: implicit declaration of function `hildon_appview_get_menu&#39;<br>
DSPapp.c:268: error: `main_view&#39; 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 &#39;*&#39; token<br>
DSPapp.c: In function `create_toolbar&#39;:<br>DSPapp.c:314: error: `appdata&#39; undeclared (first use in this function)<br>DSPapp.c:348: error: `main_view&#39; undeclared (first use in this function)<br>DSPapp.c:301: warning: unused variable `tb_combo&#39;<br>
DSPapp.c: In function `main&#39;:<br>DSPapp.c:361: error: `HildonApp&#39; undeclared (first use in this function)<br>DSPapp.c:361: error: `app&#39; undeclared (first use in this function)<br>DSPapp.c:362: error: `HildonAppView&#39; undeclared (first use in this function)<br>
DSPapp.c:366: warning: implicit declaration of function `gst_init&#39;<br>DSPapp.c:369: warning: implicit declaration of function `HILDON_APP&#39;<br>DSPapp.c:369: warning: implicit declaration of function `hildon_app_new&#39;<br>
DSPapp.c:370: warning: implicit declaration of function `hildon_app_set_title&#39;<br>DSPapp.c:373: warning: implicit declaration of function `HILDON_APPVIEW&#39;<br>DSPapp.c:373: warning: implicit declaration of function `hildon_appview_new&#39;<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&#39;<br>DSPapp.c:377: error: invalid application of `sizeof&#39; to incomplete type `DSPapp.c&#39; <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: &#39;bling&#39; defined but not used<br>&nbsp;</div>

<div>Regards,</div>
<div>Nisha</div>