Re: How to get rid of this error.

2007-11-05 Thread Christian Kornacker
On 10/31/07, pradeep MN [EMAIL PROTECTED] wrote:
 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

installing sigc++-2.0 incl. development files should fix this...

  - Christian
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


How to get rid of this error.

2007-10-30 Thread pradeep MN
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)
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users