[
https://issues.apache.org/jira/browse/THRIFT-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14014927#comment-14014927
]
Chamila Dilshan Wijayarathna commented on THRIFT-2562:
------------------------------------------------------
Following are the results I got while running ./configure related to DMD,
checking for DMD... yes
checking whether DMD uses OPTLINK... no
checking for D module deimos.event2.event... no
checking for D module deimos.openssl.ssl... no
D Library:
Using D Compiler .......... : dmd
Building D libevent tests . : no
Building D SSL tests ...... : no
--
*Chamila Dilshan Wijayarathna,*
SMIEEE, SMIESL,
Undergraduate,
Department of Computer Science and Engineering,
University of Moratuwa.
> ./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)