[Gambas-user] Release of Gambas 1.9.1
Laurent Carlier
lordheavy at ...512...
Mon Jan 10 00:59:19 CET 2005
Le Dimanche 9 Janvier 2005 22:22, Benoit Minisini a écrit :
> This is the first development release of next Gambas 2.0.
>
> http://gambas.sourceforge.net/download.html
>
> The package and executable names got a '2' suffix so that installing
> version 1 and version 2 on the same system works without problems. Many new
> alpha components were merged: GTK+, SDL graphics, Perl Compatible Regular
> Expressions, and ODBC support.
>
> The first development versions will break many things, so you may be
> surprised :-)
>
> For Nigel: I didn't include your sqlite3 driver yet, as I didn't have the
> time to install it on my Mandrake. It seems that I have to compile from
> sources...
>
> Enjoy it...
i've got a warning :
../../src/share/gb_common.h:87: attention : redefinition of `ulong'
/usr/include/sys/types.h:151: attention : `ulong' previously declared here
not very clean :)
the fix in src/lib/share/gb_common.h:
there is
---
#ifndef LINUX
typedef
unsigned long ulong;
#endif
---
must have :
---
#ifndef OS_LINUX
---
and must add too
---
#include "config.h"
---
Regards,
--
Laurent Carlier
More information about the User
mailing list