hmm, what sdk are you using? the zgcc image?
the *.pc files are in /opt/native/arm/3.4.4-scale-softvfp/armv5tel-cack0-linux/lib/pkgconfig and not in pkg-config for me.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=106074\"][{POST_SNAPBACK}][/a][/div]
Yes, I'm using the zgcc 3.4.4 image.
Right... this is what confuses me. See how this n00b is confusing himself all the time instead of making good progress.
At first when I used pkg-config --clfags gtk+-2.0 and pkg-config --libs gtk+-2.0, an error popped up asking me to check the PKG_CONFIG_PATH.
So I located the paths in the /etc/profile , and then I export PKG_CONFIG_PATH to the path as in /etc/profile. After that I pkg-config --clfags gtk+-2.0 and pkg-config --libs gtk+-2.0 without errors, and configured simply went through.
So my hunch is i still need to export the path manually in order to avoid the GTK2 not found error during configure.
Please, give me an explanation to let this n00b see some light in the darkness.
I have yet to try the other apps. Perhaps I will test this on leafpad 0.8.5 after building a gtk2-enabled version of JPilot.