Make command errors #3
Unanswered
mustafatuna4
asked this question in
Q&A
Replies: 1 comment
-
Don't run GNU Make on Windows; we're not set up for that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, after I run make command for my makefile I get these following errors:
My environment is windows 11. Also what is the following line supposed to load?
this.library = opendds.load(path.join(process.env.CHAT_ROOT, 'idl', 'Chat'));
I understand the Chat file is supposed to be created after make. I wonder if I can create it without using make. What is the extension of this Chat file?
Beta Was this translation helpful? Give feedback.
All reactions