Thrift

ddos via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Sep 16 09:57:37 PDT 2015


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

to compile i've
1. copied the thrift/lib/d/src/thrift folder to my source 
directory
2. copied the generated sources ( tutorial and share folder ) 
into my source directory
3. compiling with dub and dmd 66 ( ive also tried 68 before with 
the same result )

dub.json: http://pastebin.com/pQSsCUAd
compiling errors: http://pastebin.com/qp02S1EW

please help if you know how to get a simple example with d & 
thrift running
thx, dominik


More information about the Digitalmars-d-learn mailing list