X-CASH-official / xcash-core

📦 First Cryptonote coin with public & private transactions, custom DPOS consensus
https://xcash.foundation
Other
66 stars 20 forks source link

prevents compiling on some linux OS #31

Open a13xio opened 2 years ago

a13xio commented 2 years ago

https://github.com/X-CASH-official/xcash-core/blob/50c84749d09be60791abf63bc4f714f7b3ebeb43/CMakeLists.txt#L489

Removing this line seems to fix the problem on some operating systems specifically arch derivatives. im not sure if there are any reasons this cant be removed but its never seemed to bother me and i was able to compile and run successfully every time after removal,

zachhildreth commented 2 years ago

Hi @a13xio thanks for adding this

If you could provide some samples of the warnings turned to errors on these other Linux os, that would be helpful Thanks

a13xio commented 2 years ago

Hey, no problem

Here are the logs from Arch and manajaro the before and after i edited the files. let me know if you need anything else

arch regular.txt arch edited cmake.txt manjaro orig.txt manjaro edited.txt