[Gambas-user] Release of gambas 1.9.26

ron ronstk at ...239...
Sat Mar 4 15:39:28 CET 2006


On Saturday 04 March 2006 01:26, Benoit Minisini wrote:
> On Friday 03 March 2006 15:41, ron wrote:
> > On Friday 03 March 2006 07:29, Benoit Minisini wrote:
> > > I have just uploaded a fixed 1.9.26 source package.
> > >
> > > Regards,
> >

------8<---------

> 
> That means you must use a recent version of gcc (>= 4.0).
> 
> If you can't, you must remove this option from the acinclude.m4 file, line 194 
> & 195.
> 

I have read some comments about 4.0 and up versus suse. :(
I have with v 8.2 once done a update of the C compiler, it was hard work
to get the orginal back, downgrade with yast was/is a bad job.
So I decide to change the acinclude.m4 as told.
./reconf did not work out of the box, found the ./reconf-all and after long waiting has worked.


> /usr/share/aclocal/lqt.m4:14: warning: underquoted definition of AC_PATH_LQT
>  run info '(automake)Extending aclocal'
>  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
>/usr/local/share/aclocal/lqt.m4:14: warning: underquoted definition of AC_PATH_LQT

Still this second message occurs very often.
'/usr/share/aclocal/lqt.m4:14:' does that mean in 'lqt.m4' line 14 is a error or
is it the place where the error detection is done for one of the gambas .m4 file?

AC_PATH_LQT found only in lqt.m4 as:
-------------------------------------------------------------
# Added LQT_PLUGIN_* variables for libquicktime

dnl AC_PATH_LQT([MINIMUM-VERSION], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND], [USE-LQT-
INCLUDES], [MODULES...])
dnl Test for libquicktime, and define LQT_CFLAGS, LQT_LIBS, LQT_PLUGIN_DIR, LQT_PLUGIN
_CFLAGS, and LQT_PLUGIN_LIBS
dnl
AC_DEFUN(AC_PATH_LQT,
[dnl
dnl Get the cflags and libraries from the lqt-config script
dnl
AC_ARG_WITH(lqt-prefix,[  --with-lqt-prefix=PFX   Prefix where libquicktime is install
ed (optional)],
            lqt_prefix="$withval", lqt_prefix="")
--------------------------------------------------------------
  this is output from 'less'


AC_DEFUN(AC_PATH_LQT,
[dnl

In the center of it the above text gives me a feeling there is something missing at [dnl
or should it be read as ?

AC_DEFUN(AC_PATH_LQT,
[
dnl
dnl .....
dnl

found in libquicktime-devel-0.9.3-2.1 (SuSE9.2)
* Tue Aug 17 2004 - kraxel at ...1391...
- update to 0.9.3.

* Thu Apr 22 2004 - kraxel at ...1391...
- fix compiler warnings.

* Wed Feb 11 2004 - kraxel at ...1391...
- update to version 0.9.2.

Any body can check this is correct.
The only, quick check, link with gambas is the SDL component.


> I will see if I can check the gcc version so that I use this option only if it 
> is supported.

Would be nice, also icm the problems with first release of 4.0
> 
> Regards,
> 


The compile was now without errors (the direct visible ones)
I restart playing again Sam with 'gambas' after a long timeout :)

---
Greets Ron







More information about the User mailing list