[
https://issues.apache.org/jira/browse/THRIFT-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14014833#comment-14014833
]
Roger Meier commented on THRIFT-2562:
-------------------------------------
did ./configure report dmd and its version?
> ./configure create MakeFile in lib/d with errors
> ------------------------------------------------
>
> Key: THRIFT-2562
> URL: https://issues.apache.org/jira/browse/THRIFT-2562
> Project: Thrift
> Issue Type: Bug
> Components: D - Library
> Reporter: Chamila Dilshan Wijayarathna
> Priority: Critical
> Labels: gsoc2014
>
> MakeFile in lib/d is created when ./configure is ran. But then if we run make
> it gives following error.
> Makefile:1209: *** unterminated variable reference. Stop.
> This causes because following code segment has brackets which are not closed.
> $(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)
> When close them manually, above error gets fixed, but still make check exists
> without completing with errors.
--
This message was sent by Atlassian JIRA
(v6.2#6252)