[ https://issues.apache.org/jira/browse/THRIFT-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jake Farrell closed THRIFT-2562. -------------------------------- Resolution: Fixed Fix Version/s: 0.9.2 Assignee: Jake Farrell I fixed this as part of THRIFT-2600 when preparing the 0.9.2 release candidate > ./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 > Assignee: Jake Farrell > Priority: Critical > Labels: gsoc2014 > Fix For: 0.9.2 > > > 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)