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

Build fails every time, can't resolve #346

Closed
zalun opened this issue Jul 18, 2011 · 2 comments
Closed

Build fails every time, can't resolve #346

zalun opened this issue Jul 18, 2011 · 2 comments

Comments

@zalun
Copy link

zalun commented Jul 18, 2011

 ./Makefile.dryice.js normal
using targetDir ' build '
# ace ---------
- pilot/plugin_manager.js has require(...) with non-string parameter. Ignoring requirement.
- pilot/plugin_manager.js has require(...) with non-string parameter. Ignoring requirement.
- pilot/plugin_manager.js has require(...) with non-string parameter. Ignoring requirement.
- pilot/plugin_manager.js has require(...) with non-string parameter. Ignoring requirement.
- ace/virtual_renderer.js has require(...) with non-string parameter. Ignoring requirement.
# ace modes ---------
mode css
mode html
mode javascript
mode php
mode python
mode xml
mode ruby
mode java
mode c_cpp
mode coffee
mode perl
mode csharp
mode svg
mode clojure
mode scss
mode json
# ace themes ---------
# ace License | Readme | Changelog ---------
# ace worker ---------
worker for javascript mode
worker for coffee mode
worker for css mode
# ace key bindings ---------
# cockpit ---------
- cockpit/ui/request_view.js has require(...) with non-string parameter. Ignoring requirement.

node.js:189
        throw e; // process.nextTick error, or 'error' event on first tick
        ^
TypeError: Cannot call method 'apply' of undefined
    at walk (/home/zalun/Projects/Ace/node_modules/dryice/node_modules/uglify-js/lib/process.js:220:36)
    at /home/zalun/Projects/Ace/node_modules/dryice/node_modules/uglify-js/lib/process.js:1754:37
    at redo_if (/home/zalun/Projects/Ace/node_modules/dryice/node_modules/uglify-js/lib/process.js:762:30)
    at Array.<anonymous> (/home/zalun/Projects/Ace/node_modules/dryice/node_modules/uglify-js/lib/process.js:822:55)
    at walk (/home/zalun/Projects/Ace/node_modules/dryice/node_modules/uglify-js/lib/process.js:215:47)
    at /home/zalun/Projects/Ace/node_modules/dryice/node_modules/uglify-js/lib/process.js:1754:37
    at redo_if (/home/zalun/Projects/Ace/node_modules/dryice/node_modules/uglify-js/lib/process.js:762:30)
    at Array.redo_if_lambda (/home/zalun/Projects/Ace/node_modules/dryice/node_modules/uglify-js/lib/process.js:794:24)
    at walk (/home/zalun/Projects/Ace/node_modules/dryice/node_modules/uglify-js/lib/process.js:215:47)
    at Array.<anonymous> (/home/zalun/Projects/Ace/node_modules/dryice/node_modules/uglify-js/lib/process.js:131:61)
@fjakobs
Copy link
Contributor

fjakobs commented Jul 18, 2011

please delete the dryice module from ace/node_modules/dryice and do a submodule update. I have move the build tool into a submodule because I had to apply some custom patches.

@fjakobs fjakobs closed this as completed Jul 18, 2011
@zalun
Copy link
Author

zalun commented Jul 18, 2011

Thanks,
I needed to install dryice with npm install dryice git submodule update failed to install it

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

2 participants