[Gambas-user] gambas3

Ron_1st ronstk at ...239...
Sun Feb 1 19:42:36 CET 2009


On Sunday 01 February 2009, Charlie Reinl wrote:
> Am Samstag, den 31.01.2009, 04:20 +0100 schrieb Benoit Minisini:
> > On samedi 31 janvier 2009, Ron_1st wrote:
=========8<======

> 
> something I found today (think Ron 1. said it) 
> This is the output from 'svn checkout ....... '
> 
> Wieder hergestellt = Restored
> 
> charlie at ...1622...:~$ cd /opt/gambas/3
> charlie at ...1622...:/opt/gambas/3$ ./svn-Update30 
> Wieder hergestellt »/opt/gambas/3/gambas-svn30/gb.gtk/src/gb.gtk/.info«
> Wieder hergestellt »/opt/gambas/3/gambas-svn30/gb.gtk/src/gb.gtk/.list«
> Wieder hergestellt
> »/opt/gambas/3/gambas-svn30/comp/src/gb.form.mdi/.list«
> Wieder hergestellt
> »/opt/gambas/3/gambas-svn30/comp/src/gb.form.mdi/.info«
> Wieder hergestellt »/opt/gambas/3/gambas-svn30/comp/src/gb.report/.list«
> Wieder hergestellt »/opt/gambas/3/gambas-svn30/comp/src/gb.report/.info«
> Wieder hergestellt »/opt/gambas/3/gambas-svn30/comp/src/gb.chart/.list«
> Wieder hergestellt »/opt/gambas/3/gambas-svn30/comp/src/gb.chart/.info«
> Wieder hergestellt »/opt/gambas/3/gambas-svn30/comp/src/gb.form/.list«
> Wieder hergestellt »/opt/gambas/3/gambas-svn30/comp/src/gb.form/.info«
> Wieder hergestellt
> »/opt/gambas/3/gambas-svn30/comp/src/gb.db.form/.list«
> Wieder hergestellt
> »/opt/gambas/3/gambas-svn30/comp/src/gb.db.form/.info«
> Wieder hergestellt »/opt/gambas/3/gambas-svn30/gb.qt/src/gb.qt/.info«
> Wieder hergestellt »/opt/gambas/3/gambas-svn30/gb.qt/src/gb.qt/.list«
> U    /opt/gambas/3/gambas-svn30/main/gbx/gbx_class.c
> U    /opt/gambas/3/gambas-svn30/main/gbx/gbx_class.h
> Ausgecheckt, Revision 1839.
> Revision 1839.
> *********************************
> ./reconf-all
> *********************************
> ran without Error, 
> but a $ gambas3
> gives :
> ERROR: #2: Cannot load class 'Project': Unable to load class file
> 
>  
> To say also, my Ubuntu is not a freshly installed Ubuntu 8.04, but an
> updated Ubuntu 6.06 (last LTS)
> 
> 

OK I'm still try to find out.

First you need to update the automake to 10.0 regardless the comment
it maybe incompatible with older versions.
Some minor errors disapear but it is not the final point.

The big difference I found atm is the automake Benoit uses
is version 2.63 and ubuntu has 2.61 as last version.
2.63 is adding a lot of code into the Makefile.am from Makefile.in
This results in more adding stuff in Makefile and configure scripts.

In the difference between 2.61 and 2.63 there are some cleanup/bug fixes to see.
But the major thing is 2.63 add a lot of other code and that looks to be
failing  somewhere.

I got a dump of the tree from Benoit and as he suspect ther must going 
something wrong in the configuration with make.

Well that is the automake tools package has a problem in combination with 
ubuntu and the supplied Makefile.in of the gambas project.

The problem is in the parts where gbc3 and/or gba3 must do things durring the
make install. By "make install" in the comps directory the .inf and .list
files are deleted. 

Begore the comp is done in early stage this is also done for gb.qt and gb.gtk
A fail also exists here and that is the reason why the comps fail later.

Still busy but I did need a pause too yesterday.
I must verify that what I think is a error is realy true and not father of the wish.

That means restart all after copy of the svn tree from backup with every
step where the reconf and configure takes a lot of time.


The biggest question is for me ATM:
Why does gbc3 and gba3 delete the .info and .list file if they
find a error somewhere.




Best regards,

Ron_1st

-- 
 A: Delete the text you reply on.
 Q: What to do to get my post on top?
---
 A: Because it messes up the order in which people normally read text. 
 Q: Why is top-posting such a bad thing? 
---
 A: Top-posting. 
 Q: What is the most annoying thing in e-mail? 
 




More information about the User mailing list