Re: Announce: glib-jsonrpc



On Wed, 2011-12-28 at 10:26 +0100, Enrico Weigelt wrote:
> * Joakim Sindholt <opensource zhasha com> schrieb:
> > Made a github repo. It's very much a WIP and I can't remember offhand
> > exactly what's connected and what's not.
> > 
> > https://github.com/zhasha/json-rpc-glib
> 
> # Making all in json-rpc-glib
> # make[2]: Entering directory `/home/nekrad/foo/json-rpc-glib/json-rpc-glib'
> # CC     libjson_rpc_glib_1_0_la-json-rpc-bridge.lo
> # cc1: error: unrecognized command line option "-flto"
> 
> you've explicitly added command line options, which are only
> supported by new gcc compilers. see configure.in:34
> 
> (you also shouldn't add optimization flags explicitly, better
> leave this to the distro packagers)
You're absolutely right. There's also a lot of code in there that's
incomplete and/or not connected. I just did a full commit of all the
stuff I had in progress or way toying with before sending it to github.
It's by no means indicative of what I would normally commit

> BTW: I had to explicitly disable introspection (on Gentoo),
> maybe it should be disabled per default.
I think I just copied someone elses introspection stuff. It's more than
likely completely wrong.

> For the .mo's I'd suggest adding some prefix to the keys, to
> get around possible conflicts with other modules in the same
> process image.
> 
> 
> cu




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]