Thrift maintained..?

simendsjo simendsjo at gmail.com
Fri Nov 15 13:11:35 PST 2013


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" \
     	--log-file $$b.log --trs-file $$b.trs \
     	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) 
$(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
     	"$$tst" $(AM_TESTS_FD_REDIRECT)

The error is reported at the first line with the message:
     Makefile:1206: *** unterminated variable reference.  Stop.

Can anyone spot the error? (And preferably send a pull request so 
I don't take the credit :) )


More information about the Digitalmars-d-learn mailing list