Riporto questa discussione apparsa nella Mailing List ufficiale:
" I'm trying to install Gambas 3.0 on my Fedora 17 system and it won't install the
Gambas3-Gb-Gui package because it doesn't like the Gambas3-Runtime version. How is
it possible that this condition still exists at this end of life stage of Fedora 17? I would
imagine most users would develop applications with the Gui program rather than some
text editor. Is there a simple solution to this problem?
Here are the messages I get from Yum:
Error: Package: gambas3-gb-gui-3.0.0-2.fc17.i686 (fedora)
Requires: gambas3-runtime = 3.0.0-2.fc17
Installed: gambas3-runtime-3.4.1-1.fc17.i686 (@updates)
gambas3-runtime = 3.4.1-1.fc17
Available: gambas3-runtime-3.0.0-2.fc17.i686 (fedora)
gambas3-runtime = 3.0.0-2.fc17
You could try using --skip-broken to work around the problem
Mike "
" It's a pity, but I don't deal with binary packages at all. :-/
Apparently the gambas3-gb-gui package is not up to date (3.0.0 version instead of 3.4.1).
--
Benoît Minisini "
" I just tried to download the latest .bz2 file from your web site and there is no 'configure' script.
Are you trying to discourage people from using Gambas 3? I'm having a real hard time getting
my hands on a working version of it. I hope it's worth all the trouble I'm going through.
Mike "
" You have to run the "./reconf-all" script before running "./configure".
Please read the installation instructions on the web site.
--
Benoît Minisini "
" Sorry, Benoit. I assumed the INSTALL file included in the zip file was up to date. My mistake.
Mike "
" I don't know how experienced you are with source installations but they
can be troublesome. I had myself problems with it. Luckily someone
pointed out to a pre-compiled binary package in a private repository for
ubuntu. I would suggest you to ask in a Fedora distribution mailing list
for such a package.
Regards,
Fernando "
" I won't bother you anymore after this. At 61 I'm too old for this much frustration.
Gambas 2 seems to work fine on my system (FC17), but I wanted see what GB3
had to offer. I guess I'll never know.
[pryor@fedora15 gambas3-3.4.2]$ ./reconf
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.ac: tracing
autoreconf: configure.ac: adding subdirectory main to autoreconf
autoreconf: Entering directory `main'
autoreconf: running: aclocal -I m4 --install
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf
configure:3907: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure:3908: error: possibly undefined macro: AC_LIBLTDL_CONVENIENCE
configure:3909: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
configure:3910: error: possibly undefined macro: AC_DISABLE_STATIC
autoreconf: /usr/bin/autoconf failed with exit status: 1
Mike "
" Thanks, Fernando. Fedora does provide a Gambas 3 package but the gambas-gui package
appears not to be updated. Oddly, it is dependent on an older version of gambas-runtime. It
suggests to me that few Fedora users are using Gambas 3. Which is sad, because Benoit
has created a marvelous programming tool.
I have some experience with the configure, make and make install process and yes sometimes
it goes well and sometimes not. I guess this is a NOT.
Mike "
" Please disregard my last message. I ran ./reconf instead of ./reconf-all.
It may be that I'm too stupid to use Gambas. Perhaps I should stick with TCL.
Mike "