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

replace node-waf bindings to node-gyp #189

Open
sr229 opened this issue Aug 24, 2017 · 3 comments
Open

replace node-waf bindings to node-gyp #189

sr229 opened this issue Aug 24, 2017 · 3 comments

Comments

@sr229
Copy link

sr229 commented Aug 24, 2017

it seems according to this Stack Overflow Discussion, node-waf is replaced with node-gyp so you might wanna change your bindings to use this.

@sr229 sr229 changed the title node-waf cannot be found replace node-waf bindings to node-gyp Aug 24, 2017
@abalter
Copy link

abalter commented Nov 1, 2017

Same issue. Cloned and then...

(uiserver):u89924123:~/pty.js$ make
make[1]: Entering directory '/homepages/32/d690510543/htdocs/pty.js'
node-waf configure build
Traceback (most recent call last):
  File "/kunden/homepages/32/d690510543/htdocs/conda/bin/node-waf", line 14, in <module>
    import Scripting
  File "/homepages/32/d690510543/htdocs/conda/bin/../lib/node/wafadmin/Scripting.py", line 146
    except Utils.WafError, e:
                         ^
SyntaxError: invalid syntax
Makefile:5: recipe for target 'waf' failed
make[1]: *** [waf] Error 1
make[1]: Leaving directory '/homepages/32/d690510543/htdocs/pty.js'
Makefile:2: recipe for target 'all' failed
make: *** [all] Error 2

@DanielRuf
Copy link

I guess you all pull my https://www.npmjs.com/package/node-waf

@sr229
Copy link
Author

sr229 commented Oct 21, 2018

@DanielRuf Unfortunately, I don't think this repo has been updating properly its node-waf version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants