-
Notifications
You must be signed in to change notification settings - Fork 259
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
compile error #75
Comments
@lucaonelogin you installed v8 Engine ? |
@lucaonelogin you did get it ? |
I have installed the v8 Engine but I fail now: I have repoduced this error under ubuntu 14.04 64bit. |
I have looked at the master: https://github.com/MultiChain/multichain/blob/master/README.md |
I've just stucked on v8 compile ("ninja -C $RELEASE" step) on errors like:
|
Would be good to have some docker image for source compilation ... |
Hi,
I am experiencing a compile break on ubuntu 16.04-update and git fetch updated.
nohup log file says:
make[2]: Leaving directory '/root/git/multichain/src/secp256k1'
CXXLD libbitcoinconsensus.la
/usr/bin/ar:
u' modifier ignored since
D' is the default (see `U')CXX multichain/multichaind-multichaind.o
CXX rpc/multichaind-rpclist.o
CXX chainparams/multichaind-buildgenesis.o
CXX protocol/multichaind-filter.o
In file included from protocol/filter.cpp:4:0:
./v8/v8engine.h:8:16: fatal error: v8.h: No such file or directory
compilation terminated.
Makefile:4322: recipe for target 'protocol/multichaind-filter.o' failed
make[1]: *** [protocol/multichaind-filter.o] Error 1
make[1]: Leaving directory '/root/git/multichain/src'
Makefile:560: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
I posted the same compile error yesterday on multichain Q&A site, but it was under ubuntu 18.04, so I gave it a chance to compile also under ubuntu 16.04 but same error happens.
Thanks,
Luca
The text was updated successfully, but these errors were encountered: