View Single Post
Old 03-03-2008, 02:39 PM   #1
rudysplif
Member
rudysplif began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Nov 2007
Device: iLiad V2
Running GTK apps on iliad

I've designed a gtk app on my desktop using the latest GTK (although not using anything fancy).

Now I'm looking to re-compile for my iLiad, but I'm not exactly sure how. Does the SDK contain all the GTK libs needed(supported) for the iLiad? Do I need to set some special compiler flags other than the basic arm ones, or do I just need to have iliad supported gtk in my path?

Currently my make looks like this:

gcc -Wall -g library.c -o iliad_library `pkg-config --cflags gtk+-2.0` `pkg-config --lib
s gtk+-2.0` -I/usr/local/include/python2.5/ -lpython

Would anyone have some makefile examples of compiling gtk for iliad?

Thanks for any help,

Last edited by rudysplif; 03-05-2008 at 02:46 PM.
rudysplif is offline   Reply With Quote