Re: [maemo-developers] No gtk-config in Maemo 1.1 RC5 ?

2005-11-17 Thread Markku Vire

Hi,

gtk-config is old configure system for gtk 1.2. For gtk2 you certainly 
want to use pkg-config. Older gtk version is not supported.


Markku Vire
Movial

Luca Donaggio wrote:

I'm trying to port some gtk stuff to maemo, but I was stucked to
configure not being able to find gtk-config. It seems that the
developer environment lacks this script (or, at least, I wasn't able
to find it ;-) ! Maybe I can apt-get it? O is there another (better)
way to do it?


___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] No gtk-config in Maemo 1.1 RC5 ?

2005-11-17 Thread Luca Donaggio
2005/11/17, Markku Vire [EMAIL PROTECTED]:
 Hi,

 gtk-config is old configure system for gtk 1.2. For gtk2 you certainly
 want to use pkg-config. Older gtk version is not supported.

 Markku Vire
 Movial


You're right, but take a look at what's happening inside my Scrachbox:

[sbox-SDK_ARM: ~]  pkg-config --cflags gtk
Package gtk was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk' found
[sbox-SDK_ARM: ~]  pkg-config --cflags gtk+
sh: line 1: gtk-config: command not found
sh: line 1: gtk-config: command not found
sh: line 1: gtk-config: command not found

it seems it's still looking for gtk-config to do the real work!

Luca Donaggio
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] No gtk-config in Maemo 1.1 RC5 ?

2005-11-17 Thread Murray Cumming
 Try

 pkg-config --cflags gtk-2.0

 That's the name of the API.

I mean, gtk+-2.0.

Murray Cumming
[EMAIL PROTECTED]
www.murrayc.com
www.openismus.com

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers