[Gambas-user] Compiling Gambas3 on Fedora 12

Matteo Pasotti matteo.pasotti at ...626...
Tue Apr 20 16:27:30 CEST 2010


Il 19/04/2010 20:22, Matteo Pasotti ha scritto:
> Hi All,
> I'm trying to compile gambas3 on Fedora 12 x86_64 and I can't 
> understand which package I must install to enable gb.gtk.
> Currently I've installed gtk+-devel, gtk2-devel and gtk+extra-devel 
> but nothing change.
> Does anyone has any tips?
> -- 
> Matteo
I'm still trying without success.
The currently installed packages (gtk related) on my system are the 
following:

#################
GConf2-gtk.x86_64                   2.28.0-4.fc12.2              @updates
PackageKit-gtk-module.x86_64        0.5.7-2.fc12                 @updates
authconfig-gtk.x86_64               6.0.0-2.fc12                 @updates
clutter-gtk.x86_64                  0.10.2-1.fc12                
@fedora-local
gambas2-gb-gtk.x86_64               2.19.0-2.fc12                @updates
gambas2-gb-gtk-ext.x86_64           2.19.0-2.fc12                @updates
gambas2-gb-gtk-svg.x86_64           2.19.0-2.fc12                @updates
gnome-python2-gtkhtml2.x86_64       2.25.3-17.fc12               @updates
gtk+.x86_64                         1:1.2.10-69.fc12             @fedora
gtk+-devel.x86_64                   1:1.2.10-69.fc12             @fedora
gtk+extra.x86_64                    2.1.1-13.fc12                @updates
gtk+extra-devel.x86_64              2.1.1-13.fc12                @updates
gtk-doc.noarch                      1.11-5.fc12                  @fedora
gtk-sharp2.x86_64                   2.12.9-1.fc12                
@anaconda-InstallationRepo-200911081904.x86_64
gtk-vnc.x86_64                      0.3.10-2.fc12                @updates
gtk2.x86_64                         2.18.9-3.fc12                @updates
gtk2-debuginfo.x86_64               2.18.9-3.fc12                
@updates-debuginfo
gtk2-devel.x86_64                   2.18.9-3.fc12                @updates
gtk2-engines.x86_64                 2.18.4-4.fc12                @fedora
gtk2-immodule-xim.x86_64            2.18.9-3.fc12                @updates
gtkglext-devel.x86_64               1.2.0-10.fc12                @fedora
gtkglext-libs.x86_64                1.2.0-10.fc12                @fedora
gtkhtml2.x86_64                     2.11.1-6.fc12                
@anaconda-InstallationRepo-200911081904.x86_64
gtkhtml2-devel.x86_64               2.11.1-6.fc12                @fedora
gtkhtml3.x86_64                     3.28.3-1.fc12                @updates
gtkimageview.x86_64                 1.6.3-2.fc12                 @fedora
gtkmm24.x86_64                      2.18.2-1.fc12                @updates
gtkmm24-devel.x86_64                2.18.2-1.fc12                @updates
gtksourceview.x86_64                1:1.8.5-7.fc12               @fedora
gtksourceview-devel.x86_64          1:1.8.5-7.fc12               @fedora
gtksourceview2.x86_64               2.8.2-1.fc12                 @updates
gtkspell.x86_64                     2.0.16-1.fc12                @updates
libcanberra-gtk2.x86_64             0.22-1.fc12                  @fedora
libchamplain-gtk.x86_64             0.4.3-1.fc12                 @updates
libgtkhotkey.x86_64                 0.2.1-3.fc12                 @fedora
libgtkhotkey-devel.x86_64           0.2.1-3.fc12                 @fedora
libgtksourceviewmm.x86_64           1:0.3.1-5.fc12               @fedora
libgtksourceviewmm-devel.x86_64     1:0.3.1-5.fc12               @fedora
libunicapgtk.x86_64                 0.9.8-1.fc12                 @updates
pinentry-gtk.x86_64                 0.7.6-4.fc12                 
@fedora-local
pygtk2.x86_64                       2.16.0-1.fc12                
@anaconda-InstallationRepo-200911081904.x86_64
pygtk2-libglade.x86_64              2.16.0-1.fc12                
@anaconda-InstallationRepo-200911081904.x86_64
pygtksourceview.x86_64              2.8.0-1.fc12                 
@fedora-local
python-slip-gtk.noarch              0.2.8-1.fc12                 @updates
pywebkitgtk.x86_64                  1.1.6-2.fc12                 @fedora
report-gtk.x86_64                   0.10-5.fc12                  @updates
usermode-gtk.x86_64                 1.104-1.fc12                 @updates
webkitgtk.x86_64                    1.1.15.4-1.fc12              @updates
glib.x86_64                         1:1.2.10-33.fc12             @fedora
glib-devel.x86_64                   1:1.2.10-33.fc12             @fedora
glib2.x86_64                        2.22.5-1.fc12                @updates
glib2-debuginfo.x86_64              2.22.5-1.fc12                
@updates-debuginfo
glib2-devel.x86_64                  2.22.5-1.fc12                @updates
glibc.x86_64                        2.11.1-4                     @updates
glibc-common.x86_64                 2.11.1-4                     @updates
glibc-debuginfo.x86_64              2.11.1-4                     
@updates-debuginfo
glibc-devel.x86_64                  2.11.1-4                     @updates
glibc-headers.x86_64                2.11.1-4                     @updates
glibmm24.x86_64                     2.22.1-1.fc12                
@fedora-local
glibmm24-devel.x86_64               2.22.1-1.fc12                @fedora
#################

The ./configure output, if it can be useful:

#################
checking for GTK+ toolkit component with pkg-config... no
configure: WARNING: *** GTK+ toolkit is disabled
no
configure: WARNING: *** GTKglext toolkit is disabled
#################

Maybe the problem could be in the path of the gtk libs on fedora (maybe 
not standard) because with the firebird component I had a similar 
problem and I solved symlinking to a default path, but I'm not so 
skilled so I could be wrong :P

I'm still hoping in some tips.

Regards
--
Matteo




More information about the User mailing list