I ran into an issue in gobject-introspection while bootstrapping fedora
packages for AArch64. I was able to build gobject-introspection but when
some other packages run the scanner, I see:
/usr/include/asm/sigcontext.h:53: syntax error, unexpected identifier in '
__uint128_t vregs[32];' at '__u
Hi,
compiling gtk+-3.6.4 with latest mingw and gcc 4.8 leads to lots of errors
like this one:
/usr/local/mingw64-2.8/32/lib/gcc/i686-w64-mingw32/4.8.0/../../../../i686-w64-mingw32/lib/../lib/libuuid.a(lib32_libuuid_a-uuid.o):uuid.c:(.rdata+0x5f0):
multiple definition of `FOLDERID_CommonPrograms'
hi Colin;
On 1 May 2013 09:31, Colin Walters wrote:
> On Wed, 2013-05-01 at 16:31 +0200, Bastien Nocera wrote:
>> Dumping
>> serialised Javascript objects to the filesystem isn't really elegant
>> either.
>
> It isn't, but for what it's worth that's what I do currently:
> https://git.gnome.org/b
On Wed, 2013-05-01 at 16:31 +0200, Bastien Nocera wrote:
> Dumping
> serialised Javascript objects to the filesystem isn't really elegant
> either.
It isn't, but for what it's worth that's what I do currently:
https://git.gnome.org/browse/gnome-ostree/tree/src/js/jsonutil.js
But this app is basi
Heya,
I've started writing a simple database-like application in Javascript
using GTK+, and I wondered about what to use for storage.
gjs currently doesn't have bindings for SQLite, and using intermediate
bindings like libgda I found too low-level (provider-specific SQL, the
need to write SQL and