Re: [Gambas-user] Gambas3 build issues

2010-06-08 Thread Jose J. Rodriguez
On 6/3/10, Benoît Minisini gam...@users.sourceforge.net wrote: hum... what is your version of gcc ? struct _GtkPrinter { GObject parent_instance; GtkPrinterPrivate *GSEAL (priv); }; it seem that the compilator don't like the '(priv)' I would have said that

Re: [Gambas-user] Gambas3 build issues

2010-06-04 Thread Fabien Bodard
Le 3 juin 2010 10:13, Benoît Minisini gam...@users.sourceforge.net a écrit : hum... what is your version of gcc ? struct _GtkPrinter {   GObject parent_instance;   GtkPrinterPrivate *GSEAL (priv); }; it seem that the compilator don't like the '(priv)' I would have said that gtk+

Re: [Gambas-user] Gambas3 build issues

2010-06-03 Thread Benoît Minisini
hum... what is your version of gcc ? struct _GtkPrinter { GObject parent_instance; GtkPrinterPrivate *GSEAL (priv); }; it seem that the compilator don't like the '(priv)' I would have said that gtk+ version is too old instead. Regards, -- Benoît Minisini

[Gambas-user] Gambas3 build issues

2010-06-02 Thread Jose J. Rodriguez
So I finally decided to check out Gambas3 from svn and give it a go, right after the new structure implemention announcement. However, I first had to download and build the latest versions of libtool, autoconf and automake, before reconf-all worked. Still, after all that, make fails, seemingly on

Re: [Gambas-user] Gambas3 build issues

2010-06-02 Thread Fabien Bodard
hum... what is your version of gcc ? struct _GtkPrinter { GObject parent_instance; GtkPrinterPrivate *GSEAL (priv); }; it seem that the compilator don't like the '(priv)' 2010/6/2 Jose J. Rodriguez joe1...@gmail.com: So I finally decided to check out Gambas3 from svn and give it a go,

Re: [Gambas-user] Gambas3 build issues

2010-06-02 Thread Jose J. Rodriguez
On 6/2/10, Fabien Bodard gambas...@gmail.com wrote: hum... what is your version of gcc ? 4.2.3 Regards, Joe1962 -- ___ Gambas-user mailing list

Re: [Gambas-user] Gambas3 build issues

2010-06-02 Thread Fabien Bodard
i've 4.4.3 ..; is there a change between this two version ... 2010/6/2 Jose J. Rodriguez joe1...@gmail.com: On 6/2/10, Fabien Bodard gambas...@gmail.com wrote: hum... what is your version of gcc ? 4.2.3 Regards, Joe1962

Re: [Gambas-user] Gambas3 build issues

2010-06-02 Thread Jose J. Rodriguez
On 6/2/10, Fabien Bodard gambas...@gmail.com wrote: i've 4.4.3 ..; is there a change between this two version ... No idea, hopefully we will hear from others about what gcc versions have worked for them or not. Regards, Joe1962 2010/6/2 Jose J. Rodriguez joe1...@gmail.com: On 6/2/10,

Re: [Gambas-user] Gambas3 build issues

2010-06-02 Thread Charlie Reinl
Am Mittwoch, den 02.06.2010, 21:28 +0200 schrieb Fabien Bodard: i've 4.4.3 ..; is there a change between this two version ... 2010/6/2 Jose J. Rodriguez joe1...@gmail.com: On 6/2/10, Fabien Bodard gambas...@gmail.com wrote: hum... what is your version of gcc ? 4.2.3 Regards,

Re: [Gambas-user] Gambas3 build issues

2010-06-02 Thread Jose J. Rodriguez
On 6/2/10, Charlie Reinl karl.re...@fen-net.de wrote: Am Mittwoch, den 02.06.2010, 21:28 +0200 schrieb Fabien Bodard: i've 4.4.3 ..; is there a change between this two version ... 2010/6/2 Jose J. Rodriguez joe1...@gmail.com: On 6/2/10, Fabien Bodard gambas...@gmail.com wrote: