Thrift maintained..?
David Eagen
davideagen at mailinator.com
Sat Dec 21 09:01:55 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 :) )
I ran into this same problem but haven't had time to look into
what is required to fix it. We need someone more familiar with
make to figure it out.
I imagine the problem is related to the unbalanced parens.
More information about the Digitalmars-d-learn
mailing list