AcademySoftwareFoundation / AcademySoftwareFoundation/rez

NMAKE fatal error U1077 during rez-build

Open
#347 1 comment 0 reactions 0 assignees View on GitHub
bug cmake
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.