Bitcoin Forum
July 05, 2024, 07:32:19 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2]
21  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [UPDATE]PhilsCurrency[PHILS][SCRYPT][POW][MASTERNODE][INSTANTX][COINMIX][NO ICO] on: January 13, 2018, 06:54:11 PM
I had no problems compiling other wallets but I failed with this one. This is the output when I try to compile in Linux:

First, running config I got this:
Code:
./configure: line 12851: SECP_64BIT_ASM_CHECK: command not found
./configure: line 12857: SECP_INT128_CHECK: command not found
./configure: line 12888: SECP_INT128_CHECK: command not found
./configure: line 13014: SECP_OPENSSL_CHECK: command not found

Then, trying to compile:
Code:
CXX libbitcoin_common_a-spork.o
chainparams.cpp: In constructor ‘CMainParams::CMainParams()’:
chainparams.cpp:142:52: error: ambiguous overload for ‘operator=’ (operand types are ‘std::vector’ and ‘boost::assign_detail::generic_list’)
base58Prefixes[PUBKEY_ADDRESS] = list_of(56);
^
In file included from /usr/include/c++/6/vector:69:0,
from chainparamsbase.h:9,
from chainparams.h:9,
from chainparams.cpp:7:
/usr/include/c++/6/bits/vector.tcc:167:5: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(const std::vector<_Tp, _Alloc>&) [with _Tp = unsigned char; _Alloc = std::allocator]
vector<_Tp, _Alloc>::
^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/6/vector:64:0,
from chainparamsbase.h:9,
from chainparams.h:9,
from chainparams.cpp:7:
/usr/include/c++/6/bits/stl_vector.h:450:7: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::vector<_Tp, _Alloc>&&) [with _Tp = unsigned char; _Alloc = std::allocator]
operator=(vector&& __x) noexcept(_Alloc_traits::_S_nothrow_move())
^~~~~~~~
/usr/include/c++/6/bits/stl_vector.h:471:7: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::initializer_list<_Tp>) [with _Tp = unsigned char; _Alloc = std::allocator]
operator=(initializer_list<value_type> __l)
^~~~~~~~
chainparams.cpp:143:53: error: ambiguous overload for ‘operator=’ (operand types are ‘std::vector’ and ‘boost::assign_detail::generic_list’)
base58Prefixes[SCRIPT_ADDRESS] = list_of(118);
^
In file included from /usr/include/c++/6/vector:69:0,
from chainparamsbase.h:9,
from chainparams.h:9,
from chainparams.cpp:7:
/usr/include/c++/6/bits/vector.tcc:167:5: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(const std::vector<_Tp, _Alloc>&) [with _Tp = unsigned char; _Alloc = std::allocator]
vector<_Tp, _Alloc>::
^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/6/vector:64:0,
from chainparamsbase.h:9,
from chainparams.h:9,
from chainparams.cpp:7:
/usr/include/c++/6/bits/stl_vector.h:450:7: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::vector<_Tp, _Alloc>&&) [with _Tp = unsigned char; _Alloc = std::allocator]
operator=(vector&& __x) noexcept(_Alloc_traits::_S_nothrow_move())
^~~~~~~~
/usr/include/c++/6/bits/stl_vector.h:471:7: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::initializer_list<_Tp>) [with _Tp = unsigned char; _Alloc = std::allocator]
operator=(initializer_list<value_type> __l)
^~~~~~~~
chainparams.cpp:144:53: error: ambiguous overload for ‘operator=’ (operand types are ‘std::vector’ and ‘boost::assign_detail::generic_list’)
base58Prefixes[SECRET_KEY] = list_of(117);
^
In file included from /usr/include/c++/6/vector:69:0,
from chainparamsbase.h:9,
from chainparams.h:9,
from chainparams.cpp:7:
/usr/include/c++/6/bits/vector.tcc:167:5: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(const std::vector<_Tp, _Alloc>&) [with _Tp = unsigned char; _Alloc = std::allocator]
vector<_Tp, _Alloc>::
^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/6/vector:64:0,
from chainparamsbase.h:9,
from chainparams.h:9,
from chainparams.cpp:7:
/usr/include/c++/6/bits/stl_vector.h:450:7: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::vector<_Tp, _Alloc>&&) [with _Tp = unsigned char; _Alloc = std::allocator]
operator=(vector&& __x) noexcept(_Alloc_traits::_S_nothrow_move())
^~~~~~~~
/usr/include/c++/6/bits/stl_vector.h:471:7: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::initializer_list<_Tp>) [with _Tp = unsigned char; _Alloc = std::allocator]
operator=(initializer_list<value_type> __l)
^~~~~~~~
chainparams.cpp:145:72: error: ambiguous overload for ‘operator=’ (operand types are ‘std::vector’ and ‘boost::assign_detail::generic_list’)
base58Prefixes[EXT_PUBLIC_KEY] = list_of(0x04)(0x88)(0xB2)(0x1E);
^
In file included from /usr/include/c++/6/vector:69:0,
from chainparamsbase.h:9,
from chainparams.h:9,
from chainparams.cpp:7:
/usr/include/c++/6/bits/vector.tcc:167:5: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(const std::vector<_Tp, _Alloc>&) [with _Tp = unsigned char; _Alloc = std::allocator]
vector<_Tp, _Alloc>::
^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/6/vector:64:0,
from chainparamsbase.h:9,
from chainparams.h:9,
from chainparams.cpp:7:
/usr/include/c++/6/bits/stl_vector.h:450:7: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::vector<_Tp, _Alloc>&&) [with _Tp = unsigned char; _Alloc = std::allocator]
operator=(vector&& __x) noexcept(_Alloc_traits::_S_nothrow_move())
^~~~~~~~
/usr/include/c++/6/bits/stl_vector.h:471:7: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::initializer_list<_Tp>) [with _Tp = unsigned char; _Alloc = std::allocator]
operator=(initializer_list<value_type> __l)
^~~~~~~~
chainparams.cpp:146:72: error: ambiguous overload for ‘operator=’ (operand types are ‘std::vector’ and ‘boost::assign_detail::generic_list’)
base58Prefixes[EXT_SECRET_KEY] = list_of(0x04)(0x88)(0xAD)(0xE4);
^
In file included from /usr/include/c++/6/vector:69:0,
from chainparamsbase.h:9,
from chainparams.h:9,
from chainparams.cpp:7:
/usr/include/c++/6/bits/vector.tcc:167:5: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(const std::vector<_Tp, _Alloc>&) [with _Tp = unsigned char; _Alloc = std::allocator]
vector<_Tp, _Alloc>::
^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/6/vector:64:0,
from chainparamsbase.h:9,
from chainparams.h:9,
from chainparams.cpp:7:
/usr/include/c++/6/bits/stl_vector.h:450:7: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::vector<_Tp, _Alloc>&&) [with _Tp = unsigned char; _Alloc = std::allocator]
operator=(vector&& __x) noexcept(_Alloc_traits::_S_nothrow_move())
^~~~~~~~
/usr/include/c++/6/bits/stl_vector.h:471:7: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::initializer_list<_Tp>) [with _Tp = unsigned char; _Alloc = std::allocator]
operator=(initializer_list<value_type> __l)
^~~~~~~~
chainparams.cpp: In constructor ‘CTestNetParams::CTestNetParams()’:
chainparams.cpp:205:53: error: ambiguous overload for ‘operator=’ (operand types are ‘std::vector’ and ‘boost::assign_detail::generic_list’)
base58Prefixes[PUBKEY_ADDRESS] = list_of(111);
^
In file included from /usr/include/c++/6/vector:69:0,
from chainparamsbase.h:9,
from chainparams.h:9,
from chainparams.cpp:7:
/usr/include/c++/6/bits/vector.tcc:167:5: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(const std::vector<_Tp, _Alloc>&) [with _Tp = unsigned char; _Alloc = std::allocator]
vector<_Tp, _Alloc>::
^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/6/vector:64:0,
from chainparamsbase.h:9,
from chainparams.h:9,
from chainparams.cpp:7:
/usr/include/c++/6/bits/stl_vector.h:450:7: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::vector<_Tp, _Alloc>&&) [with _Tp = unsigned char; _Alloc = std::allocator]
operator=(vector&& __x) noexcept(_Alloc_traits::_S_nothrow_move())
^~~~~~~~
/usr/include/c++/6/bits/stl_vector.h:471:7: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::initializer_list<_Tp>) [with _Tp = unsigned char; _Alloc = std::allocator]
operator=(initializer_list<value_type> __l)
^~~~~~~~
chainparams.cpp:206:53: error: ambiguous overload for ‘operator=’ (operand types are ‘std::vector’ and ‘boost::assign_detail::generic_list’)
base58Prefixes[SCRIPT_ADDRESS] = list_of(196);
^
In file included from /usr/include/c++/6/vector:69:0,
from chainparamsbase.h:9,
from chainparams.h:9,
from chainparams.cpp:7:
/usr/include/c++/6/bits/vector.tcc:167:5: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(const std::vector<_Tp, _Alloc>&) [with _Tp = unsigned char; _Alloc = std::allocator]
vector<_Tp, _Alloc>::
^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/6/vector:64:0,
from chainparamsbase.h:9,
from chainparams.h:9,
from chainparams.cpp:7:
/usr/include/c++/6/bits/stl_vector.h:450:7: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::vector<_Tp, _Alloc>&&) [with _Tp = unsigned char; _Alloc = std::allocator]
operator=(vector&& __x) noexcept(_Alloc_traits::_S_nothrow_move())
^~~~~~~~
/usr/include/c++/6/bits/stl_vector.h:471:7: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::initializer_list<_Tp>) [with _Tp = unsigned char; _Alloc = std::allocator]
operator=(initializer_list<value_type> __l)
^~~~~~~~
chainparams.cpp:207:53: error: ambiguous overload for ‘operator=’ (operand types are ‘std::vector’ and ‘boost::assign_detail::generic_list’)
base58Prefixes[SECRET_KEY] = list_of(239);
^
In file included from /usr/include/c++/6/vector:69:0,
from chainparamsbase.h:9,
from chainparams.h:9,
from chainparams.cpp:7:
/usr/include/c++/6/bits/vector.tcc:167:5: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(const std::vector<_Tp, _Alloc>&) [with _Tp = unsigned char; _Alloc = std::allocator]
vector<_Tp, _Alloc>::
^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/6/vector:64:0,
from chainparamsbase.h:9,
from chainparams.h:9,
from chainparams.cpp:7:
/usr/include/c++/6/bits/stl_vector.h:450:7: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::vector<_Tp, _Alloc>&&) [with _Tp = unsigned char; _Alloc = std::allocator]
operator=(vector&& __x) noexcept(_Alloc_traits::_S_nothrow_move())
^~~~~~~~
/usr/include/c++/6/bits/stl_vector.h:471:7: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::initializer_list<_Tp>) [with _Tp = unsigned char; _Alloc = std::allocator]
operator=(initializer_list<value_type> __l)
^~~~~~~~
chainparams.cpp:208:72: error: ambiguous overload for ‘operator=’ (operand types are ‘std::vector’ and ‘boost::assign_detail::generic_list’)
base58Prefixes[EXT_PUBLIC_KEY] = list_of(0x04)(0x35)(0x87)(0xCF);
^
In file included from /usr/include/c++/6/vector:69:0,
from chainparamsbase.h:9,
from chainparams.h:9,
from chainparams.cpp:7:
/usr/include/c++/6/bits/vector.tcc:167:5: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(const std::vector<_Tp, _Alloc>&) [with _Tp = unsigned char; _Alloc = std::allocator]
vector<_Tp, _Alloc>::
^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/6/vector:64:0,
from chainparamsbase.h:9,
from chainparams.h:9,
from chainparams.cpp:7:
/usr/include/c++/6/bits/stl_vector.h:450:7: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::vector<_Tp, _Alloc>&&) [with _Tp = unsigned char; _Alloc = std::allocator]
operator=(vector&& __x) noexcept(_Alloc_traits::_S_nothrow_move())
^~~~~~~~
/usr/include/c++/6/bits/stl_vector.h:471:7: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::initializer_list<_Tp>) [with _Tp = unsigned char; _Alloc = std::allocator]
operator=(initializer_list<value_type> __l)
^~~~~~~~
chainparams.cpp:209:72: error: ambiguous overload for ‘operator=’ (operand types are ‘std::vector’ and ‘boost::assign_detail::generic_list’)
base58Prefixes[EXT_SECRET_KEY] = list_of(0x04)(0x35)(0x83)(0x94);
^
In file included from /usr/include/c++/6/vector:69:0,
from chainparamsbase.h:9,
from chainparams.h:9,
from chainparams.cpp:7:
/usr/include/c++/6/bits/vector.tcc:167:5: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(const std::vector<_Tp, _Alloc>&) [with _Tp = unsigned char; _Alloc = std::allocator]
vector<_Tp, _Alloc>::
^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/6/vector:64:0,
from chainparamsbase.h:9,
from chainparams.h:9,
from chainparams.cpp:7:
/usr/include/c++/6/bits/stl_vector.h:450:7: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::vector<_Tp, _Alloc>&&) [with _Tp = unsigned char; _Alloc = std::allocator]
operator=(vector&& __x) noexcept(_Alloc_traits::_S_nothrow_move())
^~~~~~~~
/usr/include/c++/6/bits/stl_vector.h:471:7: note: candidate: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(std::initializer_list<_Tp>) [with _Tp = unsigned char; _Alloc = std::allocator]
operator=(initializer_list<value_type> __l)
^~~~~~~~
Makefile:3160: recipe for target 'libbitcoin_common_a-chainparams.o' failed
make[2]: *** [libbitcoin_common_a-chainparams.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/durr/philscurrency/src'
Makefile:6537: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/durr/philscurrency/src'
Makefile:569: recipe for target 'all-recursive' failed
22  Other / Meta / Re: Login to bitcointalk.to domain on: December 26, 2017, 10:57:50 PM
Thanks a lot!! Password changed.
 Smiley
23  Other / Meta / Login to bitcointalk.to domain on: December 26, 2017, 10:06:53 PM
Hello,

I'm not sure if this is the right place to post this; please, tell me if I should post it elsewhere.

I'm trying to log in to bitcointalk.to domain. If I try to do it with my bitcointalk(dot)org and in bitcointalk.to I'm still a guest. If I try to create a new user in bitcointalk.to it asks me to solve a three letters captcha, but no captcha appears on the screen. It seems extrange to me that bitcointalk(dot)to use old three letters captcha while bitcointalk.org use the the modern re-captcha with photographs.

I connect with the latest version of FirefoxESR, which is 52.5.2.
24  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MEME][PEPE] Memetic / PepeCoin - MasterToads - KEKDAQ Decentral Exchange on: December 09, 2017, 04:12:27 PM
When closing the Memetic wallet it crashed and didn't close properly; it didn't show the window that warns not to shut down the computer till the program ends. After long time I had to kill the process. since then, when I start the wallet it doesn't show the bar at the bottom that shows the advance of synchronization. Apparently, it synchronizes instantly. Also since then, when I close the wallet it doesn't show anymore the small window warning not to shut down the computer till it ends. So, something is broken. I still get some payments from the masternode but with a much lower pace than before.

How to repair it? I was thinking on deleting everything in .pepecoin folder (I am in Linux) except wallet.dat, masternode.conf and the “backups” folder and its contents and start the program, but I don't know if that will make the things worse.


if you join the telegram at t.me/pepecoins I'll try to help you there

Thanks. I don't have a telegram account. I will open one.
25  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]INNOVA - when security is the main focus. ASIC resistance. Neoscrypt coin. on: December 09, 2017, 03:48:42 PM
I have set up a Innova masternode. In the local client the status is ENABLED; in the VPS everything looks fine, but I have not received a single payment yet. It has been as “enabled” for 21 hours and no single new coin. How can I debug the problem?

It pays only once a day so you should receive them in few hours.



Thank you again. I  have received the coins.  Smiley
26  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MEME][PEPE] Memetic / PepeCoin - MasterToads - KEKDAQ Decentral Exchange on: December 09, 2017, 03:57:57 AM
When closing the Memetic wallet it crashed and didn't close properly; it didn't show the window that warns not to shut down the computer till the program ends. After long time I had to kill the process. since then, when I start the wallet it doesn't show the bar at the bottom that shows the advance of synchronization. Apparently, it synchronizes instantly. Also since then, when I close the wallet it doesn't show anymore the small window warning not to shut down the computer till it ends. So, something is broken. I still get some payments from the masternode but with a much lower pace than before.

How to repair it? I was thinking on deleting everything in .pepecoin folder (I am in Linux) except wallet.dat, masternode.conf and the “backups” folder and its contents and start the program, but I don't know if that will make the things worse.
27  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]INNOVA - when security is the main focus. ASIC resistance. Neoscrypt coin. on: December 09, 2017, 03:26:08 AM
I have set up a Innova masternode. In the local client the status is ENABLED; in the VPS everything looks fine, but I have not received a single payment yet. It has been as “enabled” for 21 hours and no single new coin. How can I debug the problem?

It pays only once a day so you should receive them in few hours.


Thanks. If when it pays I have the wallet closed, will I get the pay the next day when I open it?
28  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]INNOVA - when security is the main focus. ASIC resistance. Neoscrypt coin. on: December 09, 2017, 02:56:39 AM
I have set up a Innova masternode. In the local client the status is ENABLED; in the VPS everything looks fine, but I have not received a single payment yet. It has been as “enabled” for 21 hours and no single new coin. How can I debug the problem?
29  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MEME][PEPE] Memetic / PepeCoin - MasterToads - KEKDAQ Decentral Exchange on: December 04, 2017, 11:42:42 PM
Once  I burn my Pepe coins to make my new asset, how could I sell it to get bitcoins or other alt-coins or fiat money?
30  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ¤ DMD Diamond 3.0 | Scarce ¤ Valuable ¤ Secure | PoS 3.0 | Masternodes 65% on: November 20, 2017, 01:59:28 PM
Hello,

Is there any way to export the transactions history from the old wallet to the new one?
31  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MEME][PEPE] Memetic / PepeCoin - MasterToads - KEKDAQ Decentral Exchange on: November 20, 2017, 01:23:20 PM
Hello,

I am trying to compile the GUI in Linux, and I am getting this error:

Code:
  CC       src/tests-tests.o
src/tests.c: In function ‘test_ecdsa_der_parse’:
src/tests.c:3561:52: error: dereferencing pointer to incomplete type ‘ECDSA_SIG {aka struct ECDSA_SIG_st}’
         valid_openssl = !BN_is_negative(sig_openssl->r) && !BN_is_negative(sig_openssl->s) && BN_num_bits(sig_openssl->r) > 0 && BN_num_bits(sig_openssl->r) <= 256 && BN_num_bits(sig_openssl->s) > 0 && BN_num_bits(sig_openssl->s) <= 256;
                                                    ^~
Makefile:933: recipe for target 'src/tests-tests.o' failed
make[1]: *** [src/tests-tests.o] Error 1
make[1]: Leaving directory '/home/durr/pepecoin/src/secp256k1'
Makefile:950: recipe for target '/home/durr/pepecoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o' failed
make: *** [/home/durr/pepecoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o] Error 2


Any help?




if you still have issues could join the community chat at telegram for some help regarding that t.me/pepecoins


Well... that's exactly what I BELIEVED I was doing. I started again from scratch and no problem. It looks that I messed up something. Sorry for wasting your time.  Cry

Just to try to do something positive in this thread: I'll share how I solved the problem of BerkeleyDB in Debian Stretch in case it helped somebody else trying to compile: I downloaded the latest files from http://ppa.launchpad.net/bitcoin/bitcoin/ubuntu/pool/main/d/db4.8/?C=M;O=D As of this writing they are libdb4.8++-dev_4.8.30-artful3_amd64.deb libdb4.8++_4.8.30-artful3_amd64.deb libdb4.8-dev_4.8.30-artful3_amd64.deb libdb4.8_4.8.30-artful3_amd64.deb and installed them with "dpkg -i".
32  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MEME][PEPE] Memetic / PepeCoin - MasterToads - KEKDAQ Decentral Exchange on: November 20, 2017, 05:20:40 AM
Hello,

I am trying to compile the GUI in Linux, and I am getting this error:

Code:
  CC       src/tests-tests.o
src/tests.c: In function ‘test_ecdsa_der_parse’:
src/tests.c:3561:52: error: dereferencing pointer to incomplete type ‘ECDSA_SIG {aka struct ECDSA_SIG_st}’
         valid_openssl = !BN_is_negative(sig_openssl->r) && !BN_is_negative(sig_openssl->s) && BN_num_bits(sig_openssl->r) > 0 && BN_num_bits(sig_openssl->r) <= 256 && BN_num_bits(sig_openssl->s) > 0 && BN_num_bits(sig_openssl->s) <= 256;
                                                    ^~
Makefile:933: recipe for target 'src/tests-tests.o' failed
make[1]: *** [src/tests-tests.o] Error 1
make[1]: Leaving directory '/home/durr/pepecoin/src/secp256k1'
Makefile:950: recipe for target '/home/durr/pepecoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o' failed
make: *** [/home/durr/pepecoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o] Error 2


Any help?
Pages: « 1 [2]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!