* Joakim Sindholt <opensou...@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)


BTW: I had to explicitly disable introspection (on Gentoo),
maybe it should be disabled per default.


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
-- 
----------------------------------------------------------------------
 Enrico Weigelt, metux IT service -- http://www.metux.de/

 phone:  +49 36207 519931  email: weig...@metux.de
 mobile: +49 151 27565287  icq:   210169427         skype: nekrad666
----------------------------------------------------------------------
 Embedded-Linux / Portierung / Opensource-QM / Verteilte Systeme
----------------------------------------------------------------------
_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to