[Gambas-user] Gambas-user Digest, Vol 48, Issue 1

igsteele at ...2429... igsteele at ...2429...
Mon May 3 12:40:07 CEST 2010


R0xxxxxxrxXxzDzXxrrZRxRxrDXrrerRx
------------------

-----Original Message-----
From: gambas-user-request at lists.sourceforge.net
Date: Mon, 03 May 2010 09:05:09 
To: <gambas-user at lists.sourceforge.net>
Subject: Gambas-user Digest, Vol 48, Issue 1

Send Gambas-user mailing list submissions to
	gambas-user at lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/gambas-user
or, via email, send a message with subject or body 'help' to
	gambas-user-request at lists.sourceforge.net

You can reach the person managing the list at
	gambas-user-owner at lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gambas-user digest..."


Today's Topics:

   1. Re: 10.04 issue (Beno?t Minisini)
   2. Ubuntu 10.04 LTS (andreas m?ller)
   3. Re: Ubuntu 10.04 LTS (charlesg)
   4. Re: Ubuntu 10.04 LTS (charlesg)
   5. User-defined format characters for dates (AM/PM) (Zach Smith)
   6. Re: User-defined format characters for dates (AM/PM)
      (Beno?t Minisini)
   7. Re: User-defined format characters for dates (AM/PM) (Zach Smith)
   8. Re: Cannot load class 'Balloon' (craf)
   9. Re: User-defined format characters for dates (AM/PM)
      (Beno?t Minisini)
  10. Re: Cannot load class 'Balloon' (EA7DFH)


----------------------------------------------------------------------

Message: 1
Date: Fri, 30 Apr 2010 11:39:35 +0200
From: Beno?t Minisini <gambas at ...1...>
Subject: Re: [Gambas-user] 10.04 issue
To: mailing list for gambas users <gambas-user at lists.sourceforge.net>
Message-ID: <201004301139.35803.gambas at ...1...>
Content-Type: Text/Plain;  charset="utf-8"

> Gambas was installed as described for karmic on the link bellow:
> 
> http://www.domotiga.nl/wiki/Gambas/Install
> 
> I did it 1 month ago and the version is the latest one: 2.20
> It worked perfectly under karmic from the IDE and also the executables
> generated by Gambas.
> 
> Robi
> 

So you installed it from sources.

According to your error message, I think you have to recompile and reinstall 
gambas, because apparently the libmysqlclient shared library was upgraded to a 
new version.

On Linux, an executable stores the shared libraries it needs with their 
version. Note that is a "compatibility" version, not necessarily the 
development version number of the library. For example, the KDE 4 core shared 
library is "libkdecore.so.5"!

When you upgrade a distribution, the shared libraries are upgraded too, but 
the old versions are not kept, they are removed.

So the gambas interpreter that was linked with old shared libraries do not 
find them anymore! By recompiling it, you will fix the problem.

Of course, it could happen that the new shared library is so incompatible, 
that gambas will not compile anymore. But then it is my problem, and I will 
fix it for sure!

Regards,

-- 
Beno?t Minisini



------------------------------

Message: 2
Date: Fri, 30 Apr 2010 15:11:17 +0200
From: andreas m?ller <andreas at ...2139...>
Subject: [Gambas-user] Ubuntu 10.04 LTS
To: gambas-user at lists.sourceforge.net
Message-ID: <1272633077.4844.20.camel at ...2426...>
Content-Type: text/plain; charset="UTF-8"

Hello all,

today I installed Ubuntu 10.04 LTS (lucid lynx). 
Unfortunatelly Gambas was not part of its repository. 
Did anybody install it manually on that platform already?

best regards
andreas


------------------------------

Message: 3
Date: Fri, 30 Apr 2010 07:30:47 -0700 (PDT)
From: charlesg <charles at ...1784...>
Subject: Re: [Gambas-user] Ubuntu 10.04 LTS
To: gambas-user at lists.sourceforge.net
Message-ID: <28412886.post at ...1379...>
Content-Type: text/plain; charset=us-ascii


Hi

Gambas 2.20.2 works fine on a raw install (i.e. not upgraded) 10.04 using
Karmic (9.10) dependency list.

I think there is a problem with Gambas 3 but am sure it will be sorted soon
(as ever!)

rgds

-- 
View this message in context: http://old.nabble.com/Ubuntu-10.04-LTS-tp28412230p28412886.html
Sent from the gambas-user mailing list archive at Nabble.com.




------------------------------

Message: 4
Date: Fri, 30 Apr 2010 08:03:20 -0700 (PDT)
From: charlesg <charles at ...1784...>
Subject: Re: [Gambas-user] Ubuntu 10.04 LTS
To: gambas-user at lists.sourceforge.net
Message-ID: <28413293.post at ...1379...>
Content-Type: text/plain; charset=us-ascii


Hi

Gambas 2.19.0 is in UB10.04 software centre but last time I tried it gave an
incomplete installation. If you don't want to compile rather do sudo apt-get
install gambas2 from the terminal and even then check in synaptic by
searching on gambas and making sure all the boxes are ticked.

rgds
-- 
View this message in context: http://old.nabble.com/Ubuntu-10.04-LTS-tp28412230p28413293.html
Sent from the gambas-user mailing list archive at Nabble.com.




------------------------------

Message: 5
Date: Fri, 30 Apr 2010 17:52:12 -0500
From: Zach Smith <zachsmith022 at ...626...>
Subject: [Gambas-user] User-defined format characters for dates
	(AM/PM)
To: gambas-user at lists.sourceforge.net
Message-ID:
	<u2vadd8d80a1004301552pfefcecd6y128e23090d944b68 at ...627...>
Content-Type: text/plain; charset=ISO-8859-1

Is there any way to use the format command to get "05:32 PM"?

Format (Now, "hh:nn") gives me the 24 hour format:  17:32



------------------------------

Message: 6
Date: Sat, 1 May 2010 01:04:27 +0200
From: Beno?t Minisini <gambas at ...1...>
Subject: Re: [Gambas-user] User-defined format characters for dates
	(AM/PM)
To: mailing list for gambas users <gambas-user at lists.sourceforge.net>
Message-ID: <201005010104.27594.gambas at ...1...>
Content-Type: Text/Plain;  charset="utf-8"

> Is there any way to use the format command to get "05:32 PM"?
> 
> Format (Now, "hh:nn") gives me the 24 hour format:  17:32
> 

Format(Now, "hh:nn AM/PM") will give you what you want, provided that your 
current language use AM/PM notation.

Regards,

-- 
Beno?t Minisini



------------------------------

Message: 7
Date: Sat, 1 May 2010 10:20:04 -0500
From: Zach Smith <zachsmith022 at ...626...>
Subject: Re: [Gambas-user] User-defined format characters for dates
	(AM/PM)
To: mailing list for gambas users <gambas-user at lists.sourceforge.net>
Message-ID:
	<t2kadd8d80a1005010820ob63cd9abw7d143663856e453b at ...627...>
Content-Type: text/plain; charset=ISO-8859-1

2010/4/30 Beno?t Minisini <gambas at ...1...>:
>> Is there any way to use the format command to get "05:32 PM"?
>>
>> Format (Now, "hh:nn") gives me the 24 hour format: ?17:32
>>
>
> Format(Now, "hh:nn AM/PM") will give you what you want, provided that your
> current language use AM/PM notation.
>

Thanks Beno?t. I didn't see that in the documentation. Should it be
mentioned here: http://gambasdoc.org/help/lang/format - that was where
I looked first.



------------------------------

Message: 8
Date: Sat, 01 May 2010 18:12:31 -0400
From: craf <prog at ...2177...>
Subject: Re: [Gambas-user] Cannot load class 'Balloon'
To: mailing list for gambas users <gambas-user at lists.sourceforge.net>
Message-ID: <1272751951.1993.0.camel at ...2406...>
Content-Type: text/plain; charset="UTF-8"

Hi. 

To me it gives me the error: ERROR: #2: Cannot load class 'Balloon':
Unable to load class file

I compiled Gambas3 on Kubuntu 9.10 without error messages. What could be
the cause?. 

Regards


-----Mensaje original-----
De: Fabien Bodard <gambas.fr at ...626...>
Reply-to: mailing list for gambas users
<gambas-user at lists.sourceforge.net>
Para: mailing list for gambas users <gambas-user at lists.sourceforge.net>
Asunto: Re: [Gambas-user] Cannot load class 'Balloon'
Fecha: Tue, 27 Apr 2010 18:59:31 +0200


>odd?

>why ?

2010/4/27 charlesg <charles at ...1784...>:
>
> Fabien
>
> Thank you for that. Gambas 3 used to compile on Ubuntu 10.04 (lucid) using
> the list of dependencies for 9.10 (Karmic) in the Gambas installation pages.
> It now also needs intltool (or part of it?) as in sudo apt-get install
> intltool.
>
> Gambas 3 now runs but looks odd. I am way out of my comfort zone. :confused:
>
> rgds
> --
> View this message in context: http://old.nabble.com/Cannot-load-class-%27Balloon%27-tp28375384p28379147.html
> Sent from the gambas-user mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>

------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user





------------------------------

Message: 9
Date: Sun, 2 May 2010 16:21:48 +0200
From: Beno?t Minisini <gambas at ...1...>
Subject: Re: [Gambas-user] User-defined format characters for dates
	(AM/PM)
To: mailing list for gambas users <gambas-user at lists.sourceforge.net>
Message-ID: <201005021621.48725.gambas at ...1...>
Content-Type: Text/Plain;  charset="utf-8"

> 2010/4/30 Beno?t Minisini <gambas at ...1...>:
> >> Is there any way to use the format command to get "05:32 PM"?
> >> 
> >> Format (Now, "hh:nn") gives me the 24 hour format:  17:32
> > 
> > Format(Now, "hh:nn AM/PM") will give you what you want, provided that
> > your current language use AM/PM notation.
> 
> Thanks Beno?t. I didn't see that in the documentation. Should it be
> mentioned here: http://gambasdoc.org/help/lang/format - that was where
> I looked first.
> 

Indeed. It should be fixed now.

-- 
Beno?t Minisini



------------------------------

Message: 10
Date: Mon, 03 May 2010 11:04:58 +0200
From: EA7DFH <ea7dfh at ...2382...>
Subject: Re: [Gambas-user] Cannot load class 'Balloon'
To: mailing list for gambas users <gambas-user at lists.sourceforge.net>
Message-ID: <4BDE91BA.7010700 at ...2382...>
Content-Type: text/plain; charset=ISO-8859-1

Fabien Bodard escribi?:
> on ubuntu 10.04 work fine for me too
>
> have you tryed to remove the all the svn and start from scratch ?
>
> 2010/4/28 Matteo Pasotti <matteo.pasotti at ...626...>:
>   
>> Il 28/04/2010 19:04, charlesg ha scritto:
>>     
>>> Hi
>>>
>>> I fixed the balloon error by loading Ubuntu package intltool (don't know the
>>> Arch equivalent). Now it loads but still does not run so there must be other
>>> unsatisfied dependencies. Somebody on the Ubuntu forum has got it working
>>> (Gambas 2.99 on ub10.04 64bit) but has not spilled the beans yet.
>>>
>>> rgds
>>>
>>>       
I got the same error in Ubuntu 9.10. No warnings during the whole
proccess of  reconf, conf , make; of course, with clean SVN each time.
I agree with Mateo, could it be dependencies related?

Regards,
Jesus

 jesus at ...2151...:~$ gambas3
ERROR: #2: Cannot load class 'Balloon': Unable to load class file

[OperatingSystem]
OperatingSystem=Linux
KernelRelease=2.6.31-20-generic-pae
DistributionVendor=ubuntu
DistributionRelease="Ubuntu 9.10"

[System]
CPUArchitecture=i686
TotalRam=4118776 kB

[Gambas]
Gambas1=Not Installed
Gambas2=2.20.2
Gambas2Path=/usr/local/bin/gbx2
Gambas3=2.99.0
Gambas3Path=/usr/local/bin/gbx3



------------------------------

------------------------------------------------------------------------------


------------------------------

_______________________________________________
Gambas-user mailing list
Gambas-user at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


End of Gambas-user Digest, Vol 48, Issue 1
******************************************


More information about the User mailing list