Coder Social home page Coder Social logo

Comments (6)

aresn avatar aresn commented on August 19, 2024

were you finally able to build bignum on windows ? I'm having a similar problem.

from node-bignum.

alberthendriks avatar alberthendriks commented on August 19, 2024

I (finally) managed to build on Windows 7. One of the errors I got was:

bignum.obj : error LNK2001: unresolved external symbol BN_mod_inverse [C:\Users\user\Downloads\bitcoinjs\bitcoinjs\bitcoinjs-server\node_modules\node-bignum\build\bignum.vcxproj]

C:\Users\user\Downloads\bitcoinjs\bitcoinjs\bitcoinjs-server\node_modules\nodebignum\build\Release\bignum.node : fatal error LNK1120: 33 unresolved externals [C:\Users\user\Downloads\bitcoinjs\bitcoinjs\bitcoinjs-server\node_modules\node-bignum\build\bignum.vcxproj]

It's because some openssl lib file is not included. Workaround:
In binding.gyp, on the same level of (and after) include_dirs, add:
"libraries" : ["C:/OpenSSL-Win64/lib/*.lib"]

after that node-gyp configure and node-gyp build should work.

from node-bignum.

aresn avatar aresn commented on August 19, 2024

Thank you , I also got this working :)

from node-bignum.

mscdex avatar mscdex commented on August 19, 2024

This should work out of the box on Windows once nodejs/node-v0.x-archive#4051 is resolved.

from node-bignum.

srw avatar srw commented on August 19, 2024

Could you post the instructions? I receive hundreds of errors in Visual Studio 2012.

from node-bignum.

alberthendriks avatar alberthendriks commented on August 19, 2024

This is a long time ago for me. I never completed anything for this project.

Albert

On Mon, Nov 3, 2014 at 12:28 PM, srw [email protected] wrote:

Could you post the instructions? I receive hundreds of errors in Visual
Studio 2012.


Reply to this email directly or view it on GitHub
#6 (comment).

from node-bignum.

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.