Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

Error with node-gyp build #124

Closed
Gildus opened this issue Apr 22, 2013 · 2 comments
Closed

Error with node-gyp build #124

Gildus opened this issue Apr 22, 2013 · 2 comments

Comments

@Gildus
Copy link

Gildus commented Apr 22, 2013

I make:

C:\proyect1\node-gyp configure

All it's ok, but when i make:

C:\proyect1\node-gyp build

It's wrong with the messages:

C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\objbase.h  (199) : vea la definición anterior de 'interface' C:\project1\src\Operation.h(38): error C2664: 'uv_queue_work' : no se puede convertir el parámetro 4 de 'void(__cdecl *)(uv_work_t *)' a 'uv_after_work_cb' [C:\project1\build\sqlserver.vcxproj]  

Ninguna de las funciones con este nombre en el ámbito coincide con el tipo de destino C:\project\src\Operation.h(38): error C2664: 'uv_queue_work' : no se puede convertir el parámetro 4 de 'void (__cdecl *)(uv_work_t *)' a 'uv_after_work_cb' [C:\project1\build\sqlserver.vcxproj]  

Ninguna de las funciones con este nombre en el ámbito coincide con el tipo de destino C:\project1\src\Operation.h(38): error C2664: 'uv_queue_work' : no se puede convertir el parámetro 4 de 'void (__cdecl *)(uv_work_t *)' a 'uv_after_work_cb' [C:\project1\build\sqlserver.vcxproj]

Ninguna de las funciones con este nombre en el ámbito coincide con el tipo de destino
gyp ERR! build error
gyp ERR! stack Error: `C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe ` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Users\gildus\AppData\Roaming\npm\node_modules\node-gyp\lib\build.js:267:23)
gyp ERR! stack     at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:784:12)
gyp ERR! System Windows_NT 6.1.7601
gyp ERR! command "node" "C:\\Users\\gildus\\AppData\\Roaming\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "build"
gyp ERR! cwd C:\project1
gyp ERR! node -v v0.10.4
gyp ERR! node-gyp -v v0.9.5
gyp ERR! not ok

Somebody know about that?, or any suggestions?.

Regards,

@KarlProkupek
Copy link

Hi,
my Spanish is not very well ;-) but I think this is the same problem as in #119.
Best Regards,
Karl

@Gildus
Copy link
Author

Gildus commented Apr 22, 2013

Excelent!, thanks @karlw4

The solutions was:

#119 (comment)

The best regards,
Gildus

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

No branches or pull requests

3 participants