litecoincash-project / litecoincash

Main release & integration tree for Litecoin Cash
https://litecoinca.sh
MIT License
53 stars 39 forks source link

Error When Make - Debian 8 #12

Closed daygle closed 3 years ago

daygle commented 5 years ago

I am getting the below error when performing a make when using the latest git. Any ideas why?

./uint256.h:48:24: note: no known conversion for argument 1 from ‘CTxDestination {aka boost::variant<CNoDestination, CKeyID, CScriptID, WitnessV0ScriptHash, WitnessV0KeyHash, WitnessUnknown>}’ to ‘const base_blob<160u>&’ ./uint256.h:48:24: note: bool operator!=(const base_blob<256u>&, const base_blob<256u>&) ./uint256.h:48:24: note: no known conversion for argument 1 from ‘CTxDestination {aka boost::variant<CNoDestination, CKeyID, CScriptID, WitnessV0ScriptHash, WitnessV0KeyHash, WitnessUnknown>}’ to ‘const base_blob<256u>&’ Makefile:5869: recipe for target 'libbitcoin_server_a-pow.o' failed make[2]: [libbitcoin_server_a-pow.o] Error 1 make[2]: Leaving directory '/home/wallets/litecoincash/src' Makefile:9690: recipe for target 'all-recursive' failed make[1]: [all-recursive] Error 1 make[1]: Leaving directory '/home/wallets/litecoincash/src' Makefile:736: recipe for target 'all-recursive' failed

red0bear commented 5 years ago

Try make again ..... or just re download the wallet please.

daygle commented 5 years ago

@red0bear Already tried that...

red0bear commented 5 years ago

@daygle hummm did you make a correct check dependecies ? OH is Debian .... you are so hardcore hehehehe

daygle commented 5 years ago

@red0bear Sure did, I had this wallet running before then performed a pull and now I receive this error.

red0bear commented 5 years ago

The problem may be debian ....... they always far behind and work files .... go different .... in opensuse works well ...

daygle commented 5 years ago

I am still receiving this issue. Does anyone alse have a solution for Debian 8? I don't want to swap my operating system.

I would guess all Debian and Ubuntu users are unable to compile this wallet. The last commit I was able to compile was 3bcc790cacad47421848d821b9ba18d8c86a5f7b. After that I receive the above reported error.

@litecoincash-project Are you able to comment on this one?

blockester commented 3 years ago

What are your make configuration parameters?

litecoincash-project commented 3 years ago

Assuming stale and closing.