Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to the Developer Q&A for the
MultiChain
blockchain platform.
Please feel free to ask questions about the platform to receive answers from the MultiChain developers or other members of the community.
Related questions
compile error with OpenSSL 1.1.0f
OS information and apt upgrade command..
Mac OS High Sierra Compile Error - no viable conversion from '__map_iterator<__tree_iterator
how to complie multichain1.x on ky10.aarch64
Is there a fix for Compiles Error on Mac?
4,156
questions
4,369
answers
5,718
comments
Most popular tags
multichain
streams
assets
stream
transactions
json-rpc
blockchain
wallet
permissions
error
address
raw-transactions
asset
mining
node
api
issue
multichain-explorer
nodes
connect
multichaind
multisig
transaction
smart-filters
metadata
private-key
atomic-exchange
multichain-cli
multichain-web-demo
data
connection
performance
blocks
demo
web
json
database
storage
native-currency
bitcoin
private-blockchain
network
fee
smart-contracts
wallets
signrawtransaction
off-chain
exchange
multiple-nodes
getnewaddress
compile break
+2
votes
Hi, this is what happened to me today:
In file included from protocol/filter.cpp:4:0:
./v8/v8engine.h:8:10: fatal error: v8.h: No such file or directory
#include <v8.h>
^~~~~~
compilation terminated.
Luca
error
compile
asked
Sep 17, 2018
by
luca_merkle
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
Thanks for this, we'll shortly be pushing updated compilation instructions for 2.0 alpha 5. It changed because of the incorporation of the V8 JavaScript engine (as you can see from the error you encountered).
answered
Sep 18, 2018
by
MultiChain
2.0 alpha 5 is when v8 was introduced? If so, How does one clone a specific version of the Multichain repository?
e.g.- 2.0 alpha 4
Thank you,
Eric
You can look in the Github repo to see older versions:
https://github.com/MultiChain/multichain/commits/2.0-release
While we haven't officially "tagged" releases you can cross-references dates against the release dates of each 2.0 alpha. Usually the full merge into Github of a release's source code is on the day or a day or two after the release.
Please
log in
or
register
to add a comment.
...