If you're using autotools have a look at a project that uses autotools + gtk. I think it's pretty simple changes to have a tight configuration with a suitable autoconf file.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tabosa Maren Sent: Tuesday, May 06, 2008 9:26 PM To: [email protected] Subject: building c++ for openmoko hello, i'm new to openmoko and building applications with autotools. i followed the tutorial for the usage of the toolchain at http://wiki.openmoko.org/wiki/Toolchain and modified the example application "openmoko-sample2" accordingly. however i don't like writing c code and would prefer to use c++. so i simply changed the fileextension of my sourcefile to cc and reran om-conf. the resulting project didn't compile, because the configuration system no longer supplied the necessary include pathes (e.g. the one for gtk). what do i have to modify, to make the build system work with c++ ? thanks in advance ! -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

