[Gambas-user] Gambas3 compilation problem
Jussi Lahtinen
jussi.lahtinen at ...626...
Sun Jan 4 20:05:19 CET 2009
Hi!
Back from vacation...
And new information about my compilation problems.
I've done this (@ Ubuntu 8.10 64bit, NOTICE! with libtool 2.2.4):
1. Remove Gamas2.9 with synaptic.
2. Download Gambas2.10.2.
3. Extract it to /usr/src
4. sudo ./configure -C
5. sudo make
6. sudo make install
And everything seems to work perfectly!
(Except I don't remember where I can find Gambas icon for the shortcut...)
So, now I'm planning to send output of compilation to you, but first...
I think that command;
( ./configure; make; make install ) > output.txt 2>&1
Isn't right for me. Because I'm very new to linux I'm not sure how to fix it.
I think;
( sudo ./configure -C;sudo make;sudo make install ) > output.txt 2>&1
or
sudo ( ./configure -C; make; make install ) > output.txt 2>&1
But I prefer to be sure what I'm doing with sudo... so enlighten me.
Also I didn't quite understand what that -C does (taken from
http://gambas.sourceforge.net/ section "README").
Maybe ./reconf and libtool 2.2.4 doesn't mix well... I don't know, and
I still have problems compiling Gambas3, as
I explained at previous message.
Thank you, and very happy new year to you all !!!
Jussi
On Wed, Dec 17, 2008 at 7:35 PM, Jussi Lahtinen
<jussi.lahtinen at ...626...> wrote:
>>> That's odd... since I already compiled Gambas2.9 without problems with
>>> libtool 2.2.4 !
>>
>> Really? Can you send me the full output of the compilation of Gambas 2.9 with
>> libtool 2.2.4? If you don't know how to do that, it is explained on the
>> website ('Reporting a problem' page).
>
> Ok, I tried to ./reconf on gambas2.9 source folder, and I got exactly
> same errors
> than with gambas3 source.
> I'm pretty confused right now.
> I upgraded Ubuntu 8.04 to 8.10 at 31 Oct 2008. Then I found gambas
> and I installed
> it from ubuntu repository. I noticed that it is not latest version so
> I compiled 2.9 from
> source at 19 Nov 2008. So when has libtool version changed?
> I assumed libtool 2.2.4 was shipped with Ubuntu 8.10.
> So I have no clue which libtool version I really had when I compiled 2.9.
>
>
>> You must download the package first I suppose...
>
> Hah! Crap... of course. That command doesn't use repositories...
>
> Ok, I downloaded libtool 1.5.
>
> Then:
> sudo dpkg --force-downgrade -i libtool_1.5.26-1ubuntu1_amd64.deb
>
> Done ok.
>
>
> Then:
> svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/
>
> Checked out revision 1742.
>
>
> Then:
> ./reconf-all
>
> And I get these two lines:
>
> configure.ac: required file `./mkinstalldirs' not found
> autoreconf: automake failed with exit status: 1
>
>
> Jussi
>
More information about the User
mailing list