Andy,
Thanks. I'll be sure to take a look at the toolchain. The "hello world" app that I was using can be found at http://wiki.openmoko.org/wiki/Building_a_hello_world_application. In looking at the build command, it does appear that I'm using "pkg-config --cflags --libs openmoko-libs gtk+-2.0". Should I be doing something else instead? Thanks, --Adam -----Original Message----- From: Andy Powell [mailto:[EMAIL PROTECTED] Sent: Sunday, February 03, 2008 9:48 AM To: [email protected] Subject: Re: Build error on GTK Hello World using MokoMakeFile On Sunday 03 February 2008 17:28, Adam Carter wrote: > Greetings, > > > > When trying to compile the GTK-based "Hello World" application posted > on the Wiki, I get an error saying that it cannot find the gtk+-2.0 > header file. However, I have been successful at compiling and running > console applications. Has anyone else experienced this problem, and > if so, were you able to come up with a solution? > > > > Thanks, > > --Adam Not sure which link on the wiki you're using but you should probably be using the toolchain now. http://wiki.openmoko.org/wiki/Toolchain You should end up with a directory which can easily be tar'd up and integrated into oe via a .bb file. Incidentally are you using " `pkg-config --cflags --libs gtk+-2.0`" on your compile? Andy

