[Gambas-user] Release of gambas 1.9.26

Benoit Minisini gambas at ...1...
Sat Mar 4 01:26:54 CET 2006


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,
>
> Hello Benoit,
>
> I just download the latest, this one.
> I'm not sure I got the realy latest from the sf mirror.
> The propagation across the mirrors problem i'm afraid for.
> Please if you make the little corrections as the to patche s
> regarding the EXPORT increment the version or add at least a
> 'a', 'b', or 'c' to the version so we can see the mirror has
> the correct one.
> Else what should be the correct url to get the latest you did
> upload to sf ?
>
> ./src/gb.qt.kde/src/main.cpp is mar-2-17:32
>
> ./config ended without errors.
> config.status: executing depfiles commands
>
> ************************************************************
> THESE COMPONENTS ARE DISABLED:
> - gb.corba
> - gb.db.firebird
> - gb.db.odbc
> - gb.db.postgresql
> - gb.db.sqlite
> - gb.ldap
> - gb.pdf
> ************************************************************
> then the first trial _make_ results in next report:
>
> terminator:/home/ron/src/gambas2-1.9.26 # make
> make  all-recursive
> make[1]: Entering directory `/mnt/hda6/ron/src/gambas2-1.9.26'
> Making all in main
> make[2]: Entering directory `/mnt/hda6/ron/src/gambas2-1.9.26/main'
> make  all-recursive
> make[3]: Entering directory `/mnt/hda6/ron/src/gambas2-1.9.26/main'
> Making all in libltdl
> make[4]: Entering directory `/mnt/hda6/ron/src/gambas2-1.9.26/main/libltdl'
> make  all-am
> make[5]: Entering directory `/mnt/hda6/ron/src/gambas2-1.9.26/main/libltdl'
> make[5]: Leaving directory `/mnt/hda6/ron/src/gambas2-1.9.26/main/libltdl'
> make[4]: Leaving directory `/mnt/hda6/ron/src/gambas2-1.9.26/main/libltdl'
> Making all in gbx
> make[4]: Entering directory `/mnt/hda6/ron/src/gambas2-1.9.26/main/gbx'
> if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
> -I.. -I../sh                         are    -I../libltdl   -DGBX_INFO -pipe
> -Wall -fno-strict-aliasing -Wno-unused-value -f                        
> visibility=hidden -g -Os -O0  -MT gb_la-gbx_c_class.lo -MD -MP -MF
> ".deps/gb_la-gbx_c_                         class.Tpo" -c -o
> gb_la-gbx_c_class.lo `test -f 'gbx_c_class.c' || echo './'`gbx_c_clas      
>                   s.c; \ then mv -f ".deps/gb_la-gbx_c_class.Tpo"
> ".deps/gb_la-gbx_c_class.Plo"; else rm -f ".d                        
> eps/gb_la-gbx_c_class.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I..
> -I../share -I../libltdl -DGBX_INFO -pipe -Wall -fno-                       
>  strict-aliasing -Wno-unused-value -fvisibility=hidden -g -Os -O0 -MT
> gb_la-gbx_c_class                         .lo -MD -MP -MF
> .deps/gb_la-gbx_c_class.Tpo -c gbx_c_class.c  -fPIC -DPIC -o .libs/gb_     
>                    la-gbx_c_class.o cc1: error: unrecognized option
> `-fvisibility=hidden'

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 will see if I can check the gcc version so that I use this option only if it 
is supported.

Regards,

-- 
Benoit Minisini





More information about the User mailing list