Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-2562

./configure create MakeFile in lib/d with errors

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • None
    • 0.9.2
    • D - Library

    Description

      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.

      Attachments

        Activity

          People

            jfarrell Jake Farrell
            cdwijayarathna Chamila Dilshan Wijayarathna
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: