mingw32 set command not working

0 votes

I am trying to build a bitcoin. I follow this tutorial https://bitcointalk.org/index.php?topic=149479.0. I stop on step 2.7 This command do not work for me:

set INCLUDE=C:\deps\libpng-1.6.8;C:\deps\openssl-1.0.1e\include
It says command not found.
Aug 31, 2018 in Blockchain by digger
• 26,740 points
420 views

1 answer to this question.

0 votes

From standard cmd, the unquoted original works just fine. If doing so in cygwin, however, you must quote the value and remove set:

INCLUDE="C:\deps\libpng-1.6.8;C:\deps\openssl-1.0.1e\include"

In Windows cmd:

c:\>set INCLUDE=C:\deps\libpng-1.6.8;C:\deps\openssl-1.0.1e\include

c:\>echo %INCLUDE%
C:\deps\libpng-1.6.8;C:\deps\openssl-1.0.1e\include

...in cygwin:

[user@machine /]> INCLUDE="C:\deps\libpng-1.6.8;C:\deps\openssl-1.0.1e\include"
[user@machine /]> echo $INCLUDE
C:\deps\libpng-1.6.8;C:\deps\openssl-1.0.1e\include
answered Aug 31, 2018 by slayer
• 29,350 points

Related Questions In Blockchain

0 votes
1 answer

Ethereum truffle server command not working

Try this command to create project: truffle init ...READ MORE

answered Nov 30, 2018 in Blockchain by Omkar
• 69,210 points
996 views
0 votes
1 answer

Windows not able to recognize Monax command

You probably know this already but support ...READ MORE

answered Jun 22, 2018 in Blockchain by Johnathon
• 9,090 points
483 views
0 votes
1 answer

Hyperledger Fabric peer command not found error.

This error occurs when the system can ...READ MORE

answered Jul 2, 2018 in Blockchain by Omkar
• 69,210 points
3,629 views
0 votes
1 answer

Geth 'sendTransaction' not working

When transactions are put in a loop, ...READ MORE

answered Jul 3, 2018 in Blockchain by Omkar
• 69,210 points
1,199 views
+1 vote
1 answer

Protocols used in a distributed/dlt system for the nodes to establish communication

yes all are over TCP/IP connections secured ...READ MORE

answered Aug 6, 2018 in Blockchain by aryya
• 7,450 points
1,148 views
0 votes
1 answer

Truffle tests not running after truffle init

This was a bug. They've fixed it. ...READ MORE

answered Sep 11, 2018 in Blockchain by Christine
• 15,790 points
1,705 views
0 votes
1 answer

Hyperledger Sawtooth vs Quorum in concurrency and speed Ask

Summary: Both should provide similar reliability of ...READ MORE

answered Sep 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,237 views
+1 vote
5 answers

How to solve "truffle: command not found" error in blockchain?

First try restarting the system and then ...READ MORE

answered Jul 16, 2018 in Blockchain by slayer
• 29,350 points
11,344 views
0 votes
1 answer

Bitcoin payment system not working

I found the problem, it was actually ...READ MORE

answered Aug 30, 2018 in Blockchain by slayer
• 29,350 points
641 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP