Thrift maintained..?

Martin Nowak code at dawg.eu
Sat Dec 21 11:20:42 PST 2013


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) --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 :) )

Rebuild autoconf and automake files?
Try ./bootstrap.sh && ./configure && make.


More information about the Digitalmars-d-learn mailing list