Hi all,<br>
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] > 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'<br>to the PKG_CONFIG_PATH environment variable<br>Package 'sigc++-2.0', required by 'GLibmm', not found
<br>ex1.cc:1:22: hildonmm.h: No such file or directory<br>ex1.cc: In function `int main(int, char**)':<br>ex1.cc:7: error: `Gtk' has not been declared<br>ex1.cc:7: error: `Main' 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 `;' before "kit"<br>ex1.cc:8: error: `Hildon' has not been declared<br>
ex1.cc:8: error: `init' undeclared (first use this function)<br>ex1.cc:10: error: `osso_context_t' undeclared (first use this function)<br>ex1.cc:10: error: `osso_context' undeclared (first use this function)<br>
ex1.cc:10: error: `TRUE' undeclared (first use this function)<br>ex1.cc:10: error: `osso_initialize' undeclared (first use this function)<br>ex1.cc:14: error: `Glib' has not been declared<br>ex1.cc:14: error: `set_application_name' undeclared (first use this function)
<br>ex1.cc:17: error: `Hildon' has not been declared<br>ex1.cc:17: error: `Window' undeclared (first use this function)<br>ex1.cc:17: error: expected `;' before "window"<br>ex1.cc:18: error: `Hildon' has not been declared
<br>ex1.cc:18: error: `get_instance' undeclared (first use this function)<br>ex1.cc:18: error: `window' undeclared (first use this function)<br>ex1.cc:21: error: `Gtk' has not been declared<br>ex1.cc:21: error: `Label' undeclared (first use this function)
<br>ex1.cc:21: error: expected `;' before "label"<br>ex1.cc:22: error: `label' undeclared (first use this function)<br>ex1.cc:26: error: `kit' undeclared (first use this function)<br>ex1.cc:28: error: `osso_deinitialize' undeclared (first use this function)
<br><br><br>