[Gambas-user] Gambas3 compilation problem

Jussi Lahtinen jussi.lahtinen at ...626...
Tue Jan 13 23:19:38 CET 2009


Hi!
Some progress again...
I managed to compile Gambas3 (revision 1799) with these steps (ubuntu
8.10 64bit):

1. sudo dpkg --force-downgrade -i libtool_1.5.26-1ubuntu1_amd64.deb
2. svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/
3. autoreconf --install
4. ./configure -C
5. make
6. sudo make install

So only step 3 has changed.
(same without step 1 [with libtool 2.2.4] not tested jet)
Comments?

Thought I'm not completely sure everything is ok.
Every time I close Gambas3, I get this to terminal;
Segmentation fault

I made very simple test project, and it's running ok.
But when I close it, it raises signal 11. That happens only when
running it on IDE,
when I run it as executable, no error message window.
>From terminal I have same error than from IDE it self;
$ gbr3 testi.gambas
Segmentation fault

This problem is maybe only on my installation..?
Is signal 11 same as segmentation fault?


Then more general issue...
Compatibility between version 2 and 3.
I noticed that forms made with Gambas2 cannot be opened with Gambas3.
I'm working on pretty big project which is originally wrote with vb6.
While waiting Gambas3 I have been converting that project to Gambas2.
Now I'm starting to think that was mistake... Is there going to be
migrator/converter
form version 2 to 3?
Main reason I need Gambas3 is ByRef command and pointers...

Thanks!


Jussi



On Mon, Jan 5, 2009 at 10:26 PM, Benoit Minisini
<gambas at ...1...> wrote:
> On lundi 5 janvier 2009, Jussi Lahtinen wrote:
>>
>> BTW maybe README section should link to http://gambasdoc.org/help/install ?
>>
>
> Done!
>
> --
> Benoit Minisini
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>




More information about the User mailing list