Zbigniew Wasik wrote:
gtk and gtk2 are libraries of gtk+ The difference is that gtk is a version 1 (after using pkg-config - you will get number 1.x.x) where gtk2 is a newer version 2 ( the version number is 2.x.x - the newset and stable and most popular is 2.4.0 what I know) Got it
No, I still have not 'got it'.When I: root g2000:~# pkg-config gtk+ --modversion
1.2.10 You seem to be saying that I do not have gtk2, because my gtk+ version is < 2.x Yet, Henning Nielsen Lund indicates that gtk2 is contained in gtk+ version 2.0.0 and that my Slackware install includes GTK+-2.2.4, so, I may already have whatever 'gtk2' that Bluefish needs. I found references to 'gtk+-1' and 'gtk+2', but no reference to 'gtk2', on my workstation. :-( I will next try to install Bluefish. If it fails, I will try to find a HTML editor that does not need 'gtk' anything. :-| I was looking for a HTML editor/composer and found Bluefish. Bluefish seems to be extremely heavy into graphics. I think that I should look for a different HTML editor that doesn't needa graphics tool kit. :-|
Thanks anyway, Chuck
Zbych Ps. Enjoy the bluefish -- zbych aass oru se Click here to gain my Dwarv'es army (& maybe Joint the WAR) http://www.kingsofchaos.com/recruit.php?uniqid=73642uxa-----Original Message----- From: gtk-list-admin gnome org [mailto:gtk-list-admin gnome org]On Behalf Of chuck gelm Sent: Wednesday, March 24, 2004 8:25 PM To: zbych aass oru se; gtk-list Subject: Re: Whence 'gtk2' ? Zbigniew Wasik wrote:select 'about Gnome', it indicates version 2.4.0, but what does this have to do with 'gtk2' or 'gtk+' ? What is 'Pango' ? What is 'Glib' ?O je... chuck Read please www.gtk.org OKI started to read it, but did not see 'gtk2' mentioned. I was not sure that I was looking in the correct place.There you can find what is gtk2, pango, glib - and all those libraries used by gtk2. and some other usefull information for example how to check in linux what gtk version you have. pkg-config gnome --modversion or pkg-config gtk+ --modversion Zbych Please do that because really you can find about it a lot on net (even looking in www.google.com).Hi, Zbych: Thanks. I had never seen pkg-config before. :-) It returns: root g2000:~# pkg-config gnome --modversion Package gnome was not found in the pkg-config search path. Perhaps you should add the directory containing `gnome.pc' to the PKG_CONFIG_PATH environment variable No package 'gnome' found root g2000:~# pkg-config gtk+ --modversion 1.2.10 root g2000:~# Chuck