Git Product home page Git Product logo

Comments (6)

clooudch avatar clooudch commented on September 23, 2024

I tried now to build msnodesqlv8 with the command node-gyp build --target=1.2.4 --arch=x64 --dist-url=https://atom.io/download/atom-shell.

But unfortunately i got a lot of error and warning messages:

image

Am i doing someting wrong? Or is msnodesqlv8 not compatible with electron (v1.2.4)?

I would really appreciate help because i absolutely have no experience with c++ node addons.

from node-sqlserver-v8.

TimelordUK avatar TimelordUK commented on September 23, 2024

can you try

  1. rename bindingdotgyp.old to binding.gyp
  2. find line 'defines': [ '_NODE_GYP_V4'], and remove underscore i.e. :-
  3. 'defines': [ 'NODE_GYP_V4']

let us see if that compiles.

from node-sqlserver-v8.

clooudch avatar clooudch commented on September 23, 2024

Thank you for your help.

I already renamed bindingdotgyp.old to binding.gyp. But renaming the c++ preprocessor definition made it compile without any errors (warning messages are still there).

After compiling with the command i mentioned above i moved the resulting .node file into the \lib\bin \ folder of the msnodesqlv8 module. But loading the module still not works.

The require command for the newly compiled .node file inside the sqlserver.native.js throws the error The system cannot find message text for message number 0x%1 in message file for %2

Did i maybe build it wrong?

from node-sqlserver-v8.

TimelordUK avatar TimelordUK commented on September 23, 2024

im not an expert unfortunately with electron but it looks

brave/browser-laptop#350

like this error is related to 64 bit / 32 bit compatibility.

"this happens if you compile a node native module as 32-bit and try to run it n 64-bit. The reverse is probably true as well."

so question is

  1. what OS are you running 64 bit / 32 bit
  2. what node architecture are you on - 64 bit / 32 bit?
  3. can you try and build the 32 bit version of node and see if that loads?

from node-sqlserver-v8.

clooudch avatar clooudch commented on September 23, 2024

It was all correct. I somehow messed up the compiled .node files. I am sorry for that. After i compiled and moved it to the correct folder again it worked like a charm.

Thank you for your fast help.

from node-sqlserver-v8.

clooudch avatar clooudch commented on September 23, 2024

The command to compile for node was actually node-gyp build --target=1.2.4 --arch=x64 --dist-url=https://atom.io/download/atom-shell and not like mentioned above node-gyp build --version=1.2.4 --arch=x64 --dist-url=https://atom.io/download/atom-shell.

I corrected it in the comment above.

from node-sqlserver-v8.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.