AcademySoftwareFoundation / AcademySoftwareFoundation/rez
NMAKE fatal error U1077 during rez-build
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 369
- Avg merge
- 12d 3h
- Merged PRs (30d)
- 5
Description
Running into a syntaxerror when trying to rez-build in windows
Command: rez-build --install (hello_world package)
Running: Windows 10, Rez 2.1.0
```
Error:
[100%] Generating py/python/hello_world.pyc
File "", line 1
'import
^
SyntaxError: EOL while scanning string literal
NMAKE : fatal error U1077: 'C:\Python27\python.EXE' : return code '0x1'
```
..and a couple of other nmake.exe errors return code 0x2
On my Linux boot everything runs perfectly. Not sure if its a rez issue specific to windows 10, nmake, vs or i just havent set my environment properly.
Edit: I should also mention that even after setting env variables i still had to replace 'cl' in the CMakeCache.txt in order to get it compiling.
Contributor guide
Assessment
This issue has not been assessed yet.