amitkr / nodejs-db-informix

Infomix bindings for nodejs
MIT License
3 stars 3 forks source link

Are you planning nodejs-db-informix in windows? #7

Open srlopez opened 11 years ago

srlopez commented 11 years ago

Are you planning nodejs-db-informix in windows? or ... how to do that.

Thank yoy very much

srlopez commented 11 years ago

Well, me again... I'm trying to doit in Windows8 64 bits.... VS2012 Setting up LD_LIBRARY_PATH

C:\...>set INFORMIXDIRLIB=C:\Program Files (x86)\IBM Informix Client SDK\lib
C:\...r>set LD_LIBRARY_PATH=%INFORMIXDIRLIB%;%INFORMIXLIBDIR%\cpp;%INFORMIXDIRLIB%\client;%INFORMIXDIRLIB%\dmi
C:\...>echo %LD_LIBRARY_PATH%

and after

C:\...>"C:\...\node-gyp-bin\node-gyp" configure -msvs_version=2012
C:\...>"C:\...\node-gyp-bin\node-gyp" rebuild -msvs_version=2012

iI've got ---

c:\...r\lib\nodejs-db\connection.h(4): fatal error C1083: No se puede abrir el archivo incluir: 'pthread.h': No such file or directory (..\src\informix.cxx) [C:\...\build\informix_bindings.vcxproj]

cannot include :  'pthread.h': No such file or d irectory (..\src\informix.cxx) [C:\...\build\informix_bindings.vcxproj] 

Where is it? Thanks in avance.

amitkr commented 11 years ago

Hi srlopez, Unfortunately, windows is not supported at present. I'll try to add support for it.

If you've already worked around above issue or know a solution. Please post.

cheers!