[Gambas-user] Issue 379 in gambas: ERROR: #2: Cannot load class 'Balloon': Bytecode too recent. Please upgrade Gambas.

gambas at ...2524... gambas at ...2524...
Tue Jan 8 19:27:07 CET 2013


Updates:
	Status: Invalid
	Labels: -Version Version-TRUNK

Comment #2 on issue 379 by benoit.m... at ...626...: ERROR: #2: Cannot load  
class 'Balloon': Bytecode too recent. Please upgrade Gambas.
http://code.google.com/p/gambas/issues/detail?id=379

You tell me! :-)

Officially, executables from binary packages are installed in /usr  
(/usr/bin, /usr/lib, ...) and executables compiled from sources are  
installed in /usr/local.

But some people complained about that difference, so now executables  
compiled from sources are also installed in /usr.

But now, if you have an old Gambas compiled from sources, you get old stuff  
in /usr/local that must be removed by hand. Otherwise, as /usr/local comes  
before /usr in the PATH environment variable, you always run the old  
executables! And so the mess...

Sorry for that inconvenience.





More information about the User mailing list