You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Chamila Dilshan Wijayarathna (JIRA)" <ji...@apache.org> on 2014/05/31 21:35:01 UTC

[jira] [Created] (THRIFT-2562) ./configure create MakeFile in lib/d with errors

Chamila Dilshan Wijayarathna created THRIFT-2562:
----------------------------------------------------

             Summary: ./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


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)