Re: Thrift

2015-12-04 Thread David Eagen via Digitalmars-d-learn
On Friday, 18 September 2015 at 17:50:05 UTC, David Eagen wrote: On Wednesday, 16 September 2015 at 16:57:39 UTC, ddos wrote: Looking for a RPC library, thrift looked promising, but i can't even compile the simple example given here https://thrift.apache.org/tutorial/d I just ran into the sam

Re: Thrift

2015-09-18 Thread David Eagen via Digitalmars-d-learn
On Wednesday, 16 September 2015 at 16:57:39 UTC, ddos wrote: Looking for a RPC library, thrift looked promising, but i can't even compile the simple example given here https://thrift.apache.org/tutorial/d I just ran into the same thing. I tried earlier branches of Thrift and those don't work

Re: Thrift

2015-09-17 Thread Nikolay via Digitalmars-d-learn
On Wednesday, 16 September 2015 at 16:57:39 UTC, ddos wrote: please help if you know how to get a simple example with d & thrift running thx, dominik Some time ago I could use facebook brunch with dlang: https://github.com/facebook/fbthrift

Re: thrift and dub

2014-11-28 Thread yawniek via Digitalmars-d-learn
got it to work by using the thrift code from the fbthrift repo (minus the tests).

Re: Thrift maintained..?

2014-02-12 Thread David Eagen
On Wednesday, 12 February 2014 at 07:53:44 UTC, simendsjo wrote: Well, that seems quite unprofessional.. Not fixing bugs that makes parts of their repository unusable.. To be fair he wasn't able to reproduce the problem. It built fine on his box. They list automake 1.9 as the requirement so p

Re: Thrift maintained..?

2014-02-11 Thread simendsjo
On Wednesday, 12 February 2014 at 02:27:51 UTC, David Eagen wrote: On Wednesday, 25 December 2013 at 17:14:17 UTC, David Eagen wrote: I've filed a bug: https://issues.apache.org/jira/browse/THRIFT-2294 So the Thrift guys are not too excited about fixing this. The bug was closed since it affec

Re: Thrift maintained..?

2014-02-11 Thread David Eagen
On Wednesday, 12 February 2014 at 02:27:51 UTC, David Eagen wrote: You can convert back to the serial test harness by setting this in configure.ac: AM_INIT_AUTOMAKE([1.11 tar-ustar serial-tests]) I should have pointed out that using the serial-tests option with automake 1.13 results in a co

Re: Thrift maintained..?

2014-02-11 Thread David Eagen
On Wednesday, 25 December 2013 at 17:14:17 UTC, David Eagen wrote: I've filed a bug: https://issues.apache.org/jira/browse/THRIFT-2294 So the Thrift guys are not too excited about fixing this. The bug was closed since it affected just the D library. I think the problem stems from the fact th

Re: Thrift maintained..?

2013-12-25 Thread David Eagen
On Saturday, 21 December 2013 at 19:20:44 UTC, Martin Nowak wrote: Rebuild autoconf and automake files? Try ./bootstrap.sh && ./configure && make. That's what actually breaks it. I was messing around on another box where Thrift compiled just fine and found my configure script was not calling

Re: Thrift maintained..?

2013-12-21 Thread Martin Nowak
On Friday, 15 November 2013 at 21:11:36 UTC, simendsjo wrote: I thrid compiling thrift 0.9.1 from github with d support, but there's a bug in the makefile it seems. $(addprefix.log: $(addprefix @p='$(addprefix'; \ b='$(addprefix'; \ $(am__check_pre) $(LOG_DRIVER) --t

Re: Thrift maintained..?

2013-12-21 Thread Ali Çehreli
On 11/15/2013 01:11 PM, simendsjo wrote: I thrid compiling thrift 0.9.1 from github with d support, but there's a bug in the makefile it seems. $(addprefix.log: $(addprefix @p='$(addprefix'; \ b='$(addprefix'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \

Re: Thrift maintained..?

2013-12-21 Thread David Eagen
On Friday, 15 November 2013 at 21:11:36 UTC, simendsjo wrote: I thrid compiling thrift 0.9.1 from github with d support, but there's a bug in the makefile it seems. $(addprefix.log: $(addprefix @p='$(addprefix'; \ b='$(addprefix'; \ $(am__check_pre) $(LOG_DRIVER) --t

Re: Thrift D bindings: make check broken under ubuntu 12.04. Where to report?

2013-03-26 Thread Johannes Pfau
Am Mon, 25 Mar 2013 19:43:11 +0100 schrieb "J" : > Where or to whom should I report a bug in the thrift D bindings? > > In recent ubuntu, the maintainers inexplicably changed the linker > (ld) defaults to --as-needed, which breaks the 'make check' for > Thrifts D binding, presumably because the