Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CL returns fatal error on some directories #1

Open
Empyreal96 opened this issue Apr 7, 2021 · 0 comments
Open

CL returns fatal error on some directories #1

Empyreal96 opened this issue Apr 7, 2021 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Empyreal96
Copy link
Owner

NMAKE : fatal error U1077: 'cl' : return code '0xc0000135'

This occurs with some folders in the tree, a quick search told me it's to do with cl.exe not being in the path.
I have a few guesses as to why:

  • Headers and some source files were taken from Windows 2000 DDK and Platform SDK, so some source and makefiles may need tweaking.
  • As the reason above, VC98 and DDK paths may need to be added to the Build Env to satisfy some issues
  • Missing files e.g mspdb60.dll
@Empyreal96 Empyreal96 added bug Something isn't working help wanted Extra attention is needed labels Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant