-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't build in Win7 With Visual Studio 2012 #6
Comments
were you finally able to build bignum on windows ? I'm having a similar problem. |
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: after that node-gyp configure and node-gyp build should work. |
Thank you , I also got this working :) |
This should work out of the box on Windows once nodejs/node-v0.x-archive#4051 is resolved. |
Could you post the instructions? I receive hundreds of errors in Visual Studio 2012. |
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 notifications@github.com wrote:
|
Not sure to understand all of this. I have Python 2.7.3 and openssl.
The text was updated successfully, but these errors were encountered: