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
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
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
got it to work by using the thrift code from the fbthrift repo
(minus the tests).
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
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
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
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
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
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
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" \
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
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
13 matches
Mail list logo