atom/node-ctags

Windows build error

Closed this issue · 0 comments

enzy commented

Similar type of error like in other packages fixed today.

> ctags@0.10.0 install C:\at\node_modules\symbols-view\node_modules\ctags
> node-gyp rebuild

Building the projects in this solution one at a time. To enable parallel build, please add the "/m"
switch.
  readtags.c
  tags.cc
  tag-finder.cc
  tag-reader.cc
C:\Users\Enzy\.atom\.node-gyp\.node-gyp\0.11.10\src\node.h(188): error C2146: syntax error : missing
 ';' before identifier 'DecodeBytes' [C:\at\node_modules\symbols-view\node_modules\ctags\build\ctags
.vcxproj]
C:\Users\Enzy\.atom\.node-gyp\.node-gyp\0.11.10\src\node.h(188): error C2146: syntax error : missing
 ';' before identifier 'DecodeBytes' [C:\at\node_modules\symbols-view\node_modules\ctags\build\ctags
.vcxproj]
C:\Users\Enzy\.atom\.node-gyp\.node-gyp\0.11.10\src\node.h(188): error C4430: missing type specifier
 - int assumed. Note: C++ does not support default-int [C:\at\node_modules\symbols-view\node_modules
\ctags\build\ctags.vcxproj]
C:\Users\Enzy\.atom\.node-gyp\.node-gyp\0.11.10\src\node.h(188): error C4430: missing type specifier
 - int assumed. Note: C++ does not support default-int [C:\at\node_modules\symbols-view\node_modules
\ctags\build\ctags.vcxproj]
C:\Users\Enzy\.atom\.node-gyp\.node-gyp\0.11.10\src\node.h(189): error C4430: missing type specifier
 - int assumed. Note: C++ does not support default-int [C:\at\node_modules\symbols-view\node_modules
\ctags\build\ctags.vcxproj]
C:\Users\Enzy\.atom\.node-gyp\.node-gyp\0.11.10\src\node.h(189): error C4430: missing type specifier
 - int assumed. Note: C++ does not support default-int [C:\at\node_modules\symbols-view\node_modules
\ctags\build\ctags.vcxproj]
C:\Users\Enzy\.atom\.node-gyp\.node-gyp\0.11.10\src\node.h(192): error C2146: syntax error : missing
 ';' before identifier 'DecodeWrite' [C:\at\node_modules\symbols-view\node_modules\ctags\build\ctags
.vcxproj]
C:\Users\Enzy\.atom\.node-gyp\.node-gyp\0.11.10\src\node.h(192): error C2146: syntax error : missing
 ';' before identifier 'DecodeWrite' [C:\at\node_modules\symbols-view\node_modules\ctags\build\ctags
.vcxproj]
C:\Users\Enzy\.atom\.node-gyp\.node-gyp\0.11.10\src\node.h(192): error C4430: missing type specifier
 - int assumed. Note: C++ does not support default-int [C:\at\node_modules\symbols-view\node_modules
\ctags\build\ctags.vcxproj]
C:\Users\Enzy\.atom\.node-gyp\.node-gyp\0.11.10\src\node.h(192): error C4430: missing type specifier
 - int assumed. Note: C++ does not support default-int [C:\at\node_modules\symbols-view\node_modules
\ctags\build\ctags.vcxproj]
C:\Users\Enzy\.atom\.node-gyp\.node-gyp\0.11.10\src\node.h(195): error C4430: missing type specifier
 - int assumed. Note: C++ does not support default-int [C:\at\node_modules\symbols-view\node_modules
\ctags\build\ctags.vcxproj]
C:\Users\Enzy\.atom\.node-gyp\.node-gyp\0.11.10\src\node.h(195): error C4430: missing type specifier
 - int assumed. Note: C++ does not support default-int [C:\at\node_modules\symbols-view\node_modules
\ctags\build\ctags.vcxproj]

gypnpm ERR! ctags@0.10.0 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ctags@0.10.0 install script.
npm ERR! This is most likely a problem with the ctags package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get their info via:
npm ERR!     npm owner ls ctags
npm ERR! There is likely additional logging output above.

npm ERR! System Windows_NT 6.2.9200
npm ERR! command "C:\\at\\apm\\node_modules\\atom-package-manager\\bin\\node.exe" "C:\\at\\apm\\node
_modules\\atom-package-manager\\node_modules\\npm\\bin\\npm-cli.js" "--userconfig" "C:\\at\\apm\\nod
e_modules\\atom-package-manager\\.apmrc" "install" "C:\\Temp\\d-11447-1368-1g7p0lk\\package.tgz" "--
target=0.11.10" "--arch=ia32" "--quiet" "--msvs_version=2010"
npm ERR! cwd C:\at
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.4
npm ERR! code ELIFECYCLE
npm