Hi all,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  We are using Ubuntu, scratchbox 1.0.7, how to over come this error while running C++ program..<br><br><br><br>[sbox-SDK_X86: ~/apps] &gt; g++ ex1.cc -o ex1 `pkg-config hildon-libsmm hildon-fmmm --cflags --libs`<br><br>
<br>Package sigc++-2.0 was not found in the pkg-config search path.<br>Perhaps you should add the directory containing `sigc++-2.0.pc&#39;<br>to the PKG_CONFIG_PATH environment variable<br>Package &#39;sigc++-2.0&#39;, required by &#39;GLibmm&#39;, not found
<br>ex1.cc:1:22: hildonmm.h: No such file or directory<br>ex1.cc: In function `int main(int, char**)&#39;:<br>ex1.cc:7: error: `Gtk&#39; has not been declared<br>ex1.cc:7: error: `Main&#39; undeclared (first use this function)
<br>ex1.cc:7: error: (Each undeclared identifier is reported only once for each function it appears in.)<br>ex1.cc:7: error: expected `;&#39; before &quot;kit&quot;<br>ex1.cc:8: error: `Hildon&#39; has not been declared<br>
ex1.cc:8: error: `init&#39; undeclared (first use this function)<br>ex1.cc:10: error: `osso_context_t&#39; undeclared (first use this function)<br>ex1.cc:10: error: `osso_context&#39; undeclared (first use this function)<br>
ex1.cc:10: error: `TRUE&#39; undeclared (first use this function)<br>ex1.cc:10: error: `osso_initialize&#39; undeclared (first use this function)<br>ex1.cc:14: error: `Glib&#39; has not been declared<br>ex1.cc:14: error: `set_application_name&#39; undeclared (first use this function)
<br>ex1.cc:17: error: `Hildon&#39; has not been declared<br>ex1.cc:17: error: `Window&#39; undeclared (first use this function)<br>ex1.cc:17: error: expected `;&#39; before &quot;window&quot;<br>ex1.cc:18: error: `Hildon&#39; has not been declared
<br>ex1.cc:18: error: `get_instance&#39; undeclared (first use this function)<br>ex1.cc:18: error: `window&#39; undeclared (first use this function)<br>ex1.cc:21: error: `Gtk&#39; has not been declared<br>ex1.cc:21: error: `Label&#39; undeclared (first use this function)
<br>ex1.cc:21: error: expected `;&#39; before &quot;label&quot;<br>ex1.cc:22: error: `label&#39; undeclared (first use this function)<br>ex1.cc:26: error: `kit&#39; undeclared (first use this function)<br>ex1.cc:28: error: `osso_deinitialize&#39; undeclared (first use this function)
<br><br><br>