Re: apt-get!?!



For Fedora 3, the gtkmm libraries are not part of Fedora Core (i.e. what comes on the DVD), but are part of 'Fedora Extras' (the online-only community-driven part of Fedora).

So you will have to change your yum configuration to make sure it includes the Fedora Extras packages. Please consult this Wiki page for instructions :

  http://www.fedoraproject.org/wiki/Extras_2fUsingExtras

then just do 'yum install gtkmm24 gtkmm24-devel'

langley wrote:
Hi folks,
  I'm a gtkmm newbie... or at least I want to be!
But I'm having a heck of time with the directions for downloading the binaries using either apt-get or yum... even cutting and pasting from http://www.gtkmm.org/download.shtml doesn't work. Has anyone else gotten these directions to work?

I'm on fedora 3 and I use apt-get regularly (as well as uptodate which uses yum).

Here's the transcript of an apt-get attempt:
[root prospero ~]# apt-get install libgtkmm2.4-dev
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package libgtkmm2.4-dev
[root prospero ~]#


Here's a transcript of the yum attempt:
[root prospero ~]# yum install gtkmm24-docs
Setting up Install Process
Setting up Repos
base                      100% |=========================| 1.1 kB    00:00
updates-released          100% |=========================|  951 B    00:00
Reading repository metadata in from local files
base      : ################################################## 2622/2622
updates-re: ################################################## 885/885
No Match for argument: gtkmm24-docs
Nothing to do
[root prospero ~]#


And here's what I get when I try to run [jlangley prospero project2]$ ./autogen.sh
.... <lots of configure checking...>
checking for pkg-config... /usr/bin/pkg-config
checking for gtkmm-2.0 >= 1.3.0... Package gtkmm-2.0 was not found in the pkg-config search path.Perhaps you should add the directory containing `gtkmm-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtkmm-2.0' found

configure: error: Library requirements (gtkmm-2.0 >= 1.3.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
[jlangley prospero project2]$

I suppose I should add that this is code generated from glade while selecting the c++ option of code generation.
Thanks in advance for any and all suggestions and insights!

Langley
_______________________________________________
gtkmm-list mailing list
gtkmm-list gnome org
http://mail.gnome.org/mailman/listinfo/gtkmm-list




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]