Re: [Gambas-user] Release of Gambas 2.13.1

2009-06-05 Thread Laurent Carlier
Le vendredi 05 juin 2009 23:49:47 Leonardo Miliani, vous avez écrit : > Another bug in SVN version 2002. > This is related to a DB component too (gb.corba)... > > > CCorbaApplication.cpp: In function ‘CORBA::Object* > getObjectReference(CORBA::ORB*, CCORBA_COSNAMING*)’: > CCorbaApplication.cpp:135:

Re: [Gambas-user] Release of Gambas 2.13.1

2009-06-05 Thread Leonardo Miliani
Another bug in SVN version 2002. This is related to a DB component too (gb.corba)... CCorbaApplication.cpp: In function ‘CORBA::Object* getObjectReference(CORBA::ORB*, CCORBA_COSNAMING*)’: CCorbaApplication.cpp:135: error: exception handling disabled, use -fexceptions to enable CCorbaApplicatio

Re: [Gambas-user] Release of Gambas 2.13.1

2009-06-04 Thread Laurent Carlier
Le jeudi 04 juin 2009 17:20:01 Leonardo Miliani, vous avez écrit : > Laurent Carlier ha scritto: > > Le lundi 01 juin 2009 22:28:26 Leonardo Miliani, vous avez écrit : > >> I got this error: > >> > >> (cd .libs && rm -f gb.db.sqlite3.so.0 && ln -s gb.db.sqlite3.so.0.0.0 > >> gb.db.sqlite3.so.0) > >

Re: [Gambas-user] Release of Gambas 2.13.1

2009-06-04 Thread Leonardo Miliani
Laurent Carlier ha scritto: > Le lundi 01 juin 2009 22:28:26 Leonardo Miliani, vous avez écrit : >> I got this error: >> >> (cd .libs && rm -f gb.db.sqlite3.so.0 && ln -s gb.db.sqlite3.so.0.0.0 >> gb.db.sqlite3.so.0) >> (cd .libs && rm -f gb.db.sqlite3.so && ln -s gb.db.sqlite3.so.0.0.0 >> gb.db.sq

Re: [Gambas-user] Release of Gambas 2.13.1

2009-06-04 Thread Leonardo Miliani
Laurent Carlier ha scritto: > Le lundi 01 juin 2009 22:28:26 Leonardo Miliani, vous avez écrit : >> I got this error: >> >> (cd .libs && rm -f gb.db.sqlite3.so.0 && ln -s gb.db.sqlite3.so.0.0.0 >> gb.db.sqlite3.so.0) >> (cd .libs && rm -f gb.db.sqlite3.so && ln -s gb.db.sqlite3.so.0.0.0 >> gb.db.sq

Re: [Gambas-user] Release of Gambas 2.13.1

2009-06-03 Thread Laurent Carlier
Le lundi 01 juin 2009 22:28:26 Leonardo Miliani, vous avez écrit : > I got this error: > > (cd .libs && rm -f gb.db.sqlite3.so.0 && ln -s gb.db.sqlite3.so.0.0.0 > gb.db.sqlite3.so.0) > (cd .libs && rm -f gb.db.sqlite3.so && ln -s gb.db.sqlite3.so.0.0.0 > gb.db.sqlite3.so) > creating gb.db.sqlite3.l

Re: [Gambas-user] Release of Gambas 2.13.1

2009-06-01 Thread Leonardo Miliani
I got this error: (cd .libs && rm -f gb.db.sqlite3.so.0 && ln -s gb.db.sqlite3.so.0.0.0 gb.db.sqlite3.so.0) (cd .libs && rm -f gb.db.sqlite3.so && ln -s gb.db.sqlite3.so.0.0.0 gb.db.sqlite3.so) creating gb.db.sqlite3.la (cd .libs && rm -f gb.db.sqlite3.la && ln -s ../gb.db.sqlite3.la gb.db.sqli

Re: [Gambas-user] Release of Gambas 2.13.1

2009-05-31 Thread Leonardo Miliani
Benoît Minisini ha scritto: > Hi, > > This release fixes compilation problems with gcc 4.4, FreeBSD and older > versions of the GTK+ library. It makes simultaneaous asynchronous downloads > work correctly in the gb.net.curl component too. > > Here is the ChangeLog: > >

Re: [Gambas-user] Release of Gambas 2.13.1

2009-05-26 Thread Rolf-Werner Eilert
Benoît Minisini schrieb: > Hi, > > This release fixes compilation problems with gcc 4.4, FreeBSD and older > versions of the GTK+ library. It makes simultaneaous asynchronous downloads > work correctly in the gb.net.curl component too. > Yep - compiled and installed flawlessly now. Big thanks

[Gambas-user] Release of Gambas 2.13.1

2009-05-26 Thread Benoît Minisini
Hi, This release fixes compilation problems with gcc 4.4, FreeBSD and older versions of the GTK+ library. It makes simultaneaous asynchronous downloads work correctly in the gb.net.curl component too. Here is the ChangeLog: --