Hotspot build fails on Windows when username contains space

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: None
    • Component/s: infrastructure
    • windows

      I realized the following error during make:

      ## Starting hotspot
      make[2]: warning: -jN forced in submake: disabling jobserver mode.
      INFO: ENABLE_FULL_DEBUG_SYMBOLS=1
      NMAKE : fatal error U1073: don't know how to make 'Malenkov'
      Stop.

      Seems the problem is that the login name (Sergey Malenkov) is not quoted.

      I think that there is another problem with an user name may exist: it could be a non-english name. For example, Сергей Маленков.


      Workaround: set user name before make.

      set USERNAME=malenkov
      bash configure && make

            Assignee:
            Unassigned
            Reporter:
            Sergey Malenkov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: