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