I would like to compile a program but it has a dependancy with wxGTK.
There is no problem with Fedora or OpenSUSE, but I have “nothing provides wxGTK-devel >= 2.8.0” for CentOS 5.
This is “normal”, this package is not in the “standard” CentOS 5.
Is there a way for having wxGTK for CentOS in OBS?
[root@blah ~]# yum info wxGTK-devel
Available Packages
Name : wxGTK-devel
Arch : i386
Version: 2.8.9
Release: 1.el4.rf
Size : 1.1 M
Repo : rpmforge
Summary: Header files, libraries and development documentation for wxGTK.
Description:
Header files for wxGTK, the GTK port of the wxWindows library.
I also see there are RPMs for it at RPM Search - you might be able to gram one of these do a yum localinstall on it
I don’t have any problem “at home” for compiling my package with wxGTK (using wxGTK-devel), because I can use rpmforge. I can create my package and release it, it is already used.
My problem is specific to OBS: I can’t use rpmforge (or say me how with only the .spec file) with it, and OBS has more platforms than I have… I try to compile my package with OBS (problem is only with CentOS, because others have WxGTK-devel), and I can’t use rpmforge packages with it.
Or did I miss something?