-
Bug
-
Resolution: Fixed
-
P4
-
None
-
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
## 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