Re: [Gambas-user] Ubuntu 9.04 - I have error while compiling gambas 3

2010-09-09 Thread Benoît Minisini
>Hi all, I'm tryinh to compile gamba3, revision 3203. I do this: > > $ mkdir gambas3 > $ cd gambas3 > $ mkdir trunk > $ svn checkout > https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/ > . > . > . > Revisión obtenida: 3203 > > $ cd trunk > $ ./reconf-all > $ ./configure > $ make

Re: [Gambas-user] Ubuntu 9.04 - I have error while compiling gambas 3

2010-09-09 Thread Daniel Rojas
Ok, give few minutes to generate de output. Thanks. Daniel Quintero desde la Ciudad de México On Thu, Sep 9, 2010 at 4:25 PM, Jussi Lahtinen wrote: > (./configure -C) > output.txt 2>&1 > > Jussi > -- Automate Sto

Re: [Gambas-user] Ubuntu 9.04 - I have error while compiling gambas 3

2010-09-09 Thread Jussi Lahtinen
(./configure -C) > output.txt 2>&1 Jussi On Fri, Sep 10, 2010 at 00:22, Jussi Lahtinen wrote: > I think you should send whole output of "./configure -C". > > Jussi > > > > On Thu, Sep 9, 2010 at 23:51, Daniel Rojas wrote: > >> Hi Jussi, I try the solution that you suggest, but I get the same

Re: [Gambas-user] Ubuntu 9.04 - I have error while compiling gambas 3

2010-09-09 Thread Jussi Lahtinen
I think you should send whole output of "./configure -C". Jussi On Thu, Sep 9, 2010 at 23:51, Daniel Rojas wrote: > Hi Jussi, I try the solution that you suggest, but I get the same error. > > I think that this error can be related with my Ubuntu version (9.04), I > realy don't know. My PC

Re: [Gambas-user] Ubuntu 9.04 - I have error while compiling gambas 3

2010-09-09 Thread Daniel Rojas
Hi Jussi, I try the solution that you suggest, but I get the same error. I think that this error can be related with my Ubuntu version (9.04), I realy don't know. My PC is a little old, and it can't run a newer version of Ubuntu. :-( Daniel Quintero desde la Ciudad de México On Thu,

Re: [Gambas-user] Ubuntu 9.04 - I have error while compiling gambas 3

2010-09-09 Thread Jussi Lahtinen
Instead of "./configure" try "./configure -C". Jussi On Thu, Sep 9, 2010 at 18:30, Daniel Rojas wrote: > Hi all, I'm tryinh to compile gamba3, revision 3203. I do this: > > $ mkdir gambas3 > $ cd gambas3 > $ mkdir trunk > $ svn checkout > https://gambas.svn.sourceforge.net/svnroot/gambas/gamb

Re: [Gambas-user] Ubuntu 9.04 - I have error while compiling gambas 3

2010-09-09 Thread Daniel Rojas
Mmm, I following the instructions of this page and i intalled everything and followed all steps, but the error still exists. I'm sure that something is missing, but a can't discover what. Any other idea? Thanks Fabien. Daniel Quintero desde la Ciudad de México On Thu, Sep 9, 2010

Re: [Gambas-user] Ubuntu 9.04 - I have error while compiling gambas 3

2010-09-09 Thread Fabien Bodard
ok .. go here : http://gambasdoc.org/help/install/ubuntu and install the given packages for your distrib ...in your case some gtk package are missing ! 2010/9/9 Daniel Rojas : >   Hi all, I'm tryinh to compile gamba3, revision 3203. I do this: > > $ mkdir gambas3 > $ cd gambas3 > $ mkdir trunk >

[Gambas-user] Ubuntu 9.04 - I have error while compiling gambas 3

2010-09-09 Thread Daniel Rojas
Hi all, I'm tryinh to compile gamba3, revision 3203. I do this: $ mkdir gambas3 $ cd gambas3 $ mkdir trunk $ svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/ . . . Revisión obtenida: 3203 $ cd trunk $ ./reconf-all $ ./configure $ make And then I have this error