node.js - compile error for node-expat.cc (part of the thing system) -


i'm trying cross compile tts (which js application node.js) arm platform. have nodejs compiled , installed fine, however, when try compile tts system, following:

../node-expat.cc:54:34: error: 'arguments' not name type    static handle<value> new(const arguments& args) 

i've googled , found posts suggestions (install older nodejs, update npm's bundled node-gyp), no 1 has bothered explain cause of problem is. regardless, suggestions not seem have effect. know arguments supposed come from, , why it's not showing on system?


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -