Bitcoin Forum
April 25, 2024, 11:01:08 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: i0coin client?  (Read 1383 times)
Troll Toll (OP)
Member
**
Offline Offline

Activity: 116
Merit: 10



View Profile
October 01, 2011, 04:20:21 PM
 #1

Where can I find a precompiled i0coin client for windows? can't seem to find a working version anywhere...

You gotta pay
1714042868
Hero Member
*
Offline Offline

Posts: 1714042868

View Profile Personal Message (Offline)

Ignore
1714042868
Reply with quote  #2

1714042868
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714042868
Hero Member
*
Offline Offline

Posts: 1714042868

View Profile Personal Message (Offline)

Ignore
1714042868
Reply with quote  #2

1714042868
Report to moderator
1714042868
Hero Member
*
Offline Offline

Posts: 1714042868

View Profile Personal Message (Offline)

Ignore
1714042868
Reply with quote  #2

1714042868
Report to moderator
1714042868
Hero Member
*
Offline Offline

Posts: 1714042868

View Profile Personal Message (Offline)

Ignore
1714042868
Reply with quote  #2

1714042868
Report to moderator
coinotron
Legendary
*
Offline Offline

Activity: 1182
Merit: 1000


View Profile
October 01, 2011, 06:04:24 PM
 #2

https://github.com/kr105rlz/i0coin

MaGNeT
Legendary
*
Offline Offline

Activity: 1526
Merit: 1002


Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na


View Profile WWW
October 02, 2011, 12:37:06 PM
 #3

Don't bother mining i0coins... The exchange closed and will not open again...
d.james
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250

Firstbits: 12pqwk


View Profile
October 02, 2011, 11:46:09 PM
 #4

wow the difficulty is in the 200s

You can not roll a BitCoin, but you can rollback some. Cheesy
Roll me back: 1NxMkvbYn8o7kKCWPsnWR4FDvH7L9TJqGG
Syberia
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
October 04, 2011, 05:08:51 AM
 #5

I can't find a working i0coin client either, I need to get what i0coins I have left out of bitparking and currently have nowhere to transfer them to.
doublec
Legendary
*
Offline Offline

Activity: 1078
Merit: 1005


View Profile
October 04, 2011, 05:21:33 AM
 #6

I can't find a working i0coin client either, I need to get what i0coins I have left out of bitparking and currently have nowhere to transfer them to.
https://github.com/fusebox/i0coin
d.james
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250

Firstbits: 12pqwk


View Profile
October 04, 2011, 06:54:06 AM
 #7

what you guys going to do with a pretty much dead client?

You can not roll a BitCoin, but you can rollback some. Cheesy
Roll me back: 1NxMkvbYn8o7kKCWPsnWR4FDvH7L9TJqGG
Syberia
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
October 04, 2011, 01:15:24 PM
 #8

I can't find a working i0coin client either, I need to get what i0coins I have left out of bitparking and currently have nowhere to transfer them to.
https://github.com/fusebox/i0coin
Pardon my confusion, but is that a binary or just source?
doublec
Legendary
*
Offline Offline

Activity: 1078
Merit: 1005


View Profile
October 04, 2011, 01:37:27 PM
 #9

Pardon my confusion, but is that a binary or just source?
It is source but there is a .zip file included that contains windows binaries.
ama
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile WWW
October 04, 2011, 01:46:16 PM
 #10

I can't find a working i0coin client either, I need to get what i0coins I have left out of bitparking and currently have nowhere to transfer them to.

If you are really so desparate, feel free to send them to  jbBLRafB62j23Hj2rRDwTCYat9yG5uiLPG    Grin

EskimoBob
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


Quality Printing Services by Federal Reserve Bank


View Profile
October 06, 2011, 02:27:52 PM
 #11

I can't find a working i0coin client either, I need to get what i0coins I have left out of bitparking and currently have nowhere to transfer them to.
https://github.com/fusebox/i0coin

Code:
$ make -f makefile.unix 
g++ -c -O2 -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ -DNOPCH -DFOURWAYSSE2 -DUSE_SSL -DUSE_UPNP=0 -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGUI -o obj/util.o util.cpp
In file included from headers.h:100,
                 from util.cpp:5:
ui.h:31: error: default argument for ‘const wxString& caption’ has type ‘const char [8]’
ui.h: In function ‘int MyMessageBox(const wxString&, const wxString&, int, wxWindow*, int, int)’:
ui.h:37: error: no matching function for call to ‘std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(const wxString&)’
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:220: note: candidates are: std::basic_string<_CharT, _Traits, _Alloc>::basic_string(typename _Alloc::rebind<_CharT>::other::size_type, _CharT, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:213: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:206: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, typename _Alloc::rebind<_CharT>::other::size_type, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:194: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&, typename _Alloc::rebind<_CharT>::other::size_type, typename _Alloc::rebind<_CharT>::other::size_type, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:184: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&, typename _Alloc::rebind<_CharT>::other::size_type, typename _Alloc::rebind<_CharT>::other::size_type) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:170: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:178: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.h:2144: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string() [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
ui.h:37: error: no matching function for call to ‘std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(const wxString&)’
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:220: note: candidates are: std::basic_string<_CharT, _Traits, _Alloc>::basic_string(typename _Alloc::rebind<_CharT>::other::size_type, _CharT, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:213: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:206: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, typename _Alloc::rebind<_CharT>::other::size_type, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:194: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&, typename _Alloc::rebind<_CharT>::other::size_type, typename _Alloc::rebind<_CharT>::other::size_type, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:184: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&, typename _Alloc::rebind<_CharT>::other::size_type, typename _Alloc::rebind<_CharT>::other::size_type) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:170: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:178: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.h:2144: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string() [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
ui.h:38: error: no matching function for call to ‘std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(const wxString&)’
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:220: note: candidates are: std::basic_string<_CharT, _Traits, _Alloc>::basic_string(typename _Alloc::rebind<_CharT>::other::size_type, _CharT, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:213: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:206: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, typename _Alloc::rebind<_CharT>::other::size_type, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:194: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&, typename _Alloc::rebind<_CharT>::other::size_type, typename _Alloc::rebind<_CharT>::other::size_type, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:184: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&, typename _Alloc::rebind<_CharT>::other::size_type, typename _Alloc::rebind<_CharT>::other::size_type) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:170: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:178: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.h:2144: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string() [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
ui.h:38: error: no matching function for call to ‘std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(const wxString&)’
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:220: note: candidates are: std::basic_string<_CharT, _Traits, _Alloc>::basic_string(typename _Alloc::rebind<_CharT>::other::size_type, _CharT, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:213: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:206: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, typename _Alloc::rebind<_CharT>::other::size_type, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:194: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&, typename _Alloc::rebind<_CharT>::other::size_type, typename _Alloc::rebind<_CharT>::other::size_type, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:184: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&, typename _Alloc::rebind<_CharT>::other::size_type, typename _Alloc::rebind<_CharT>::other::size_type) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:170: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:178: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.h:2144: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string() [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
ui.h: At global scope:
ui.h:183: error: default argument for parameter of type ‘const wxString&’ has type ‘const char [1]’
ui.h: In constructor ‘CGetTextFromUserDialog::CGetTextFromUserDialog(wxWindow*, const std::string&, const std::string&, const std::string&, const std::string&, const std::string&)’:
ui.h:296: error: no matching function for call to ‘CGetTextFromUserDialogBase::CGetTextFromUserDialogBase(wxWindow*&, <anonymous enum>, const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&)’
uibase.h:420: note: candidates are: CGetTextFromUserDialogBase::CGetTextFromUserDialogBase(wxWindow*, wxWindowID, const wxString&, const wxPoint&, const wxSize&, long int)
uibase.h:397: note:                 CGetTextFromUserDialogBase::CGetTextFromUserDialogBase(const CGetTextFromUserDialogBase&)
ui.h:300: error: no matching function for call to ‘wxStaticText::SetLabel(const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&)’
/usr/include/wx-2.8/wx/gtk/stattext.h:38: note: candidates are: virtual void wxStaticText::SetLabel(const wxString&)
ui.h:301: error: no matching function for call to ‘wxTextCtrl::SetValue(const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&)’
/usr/include/wx-2.8/wx/textctrl.h:303: note: candidates are: virtual void wxTextCtrlBase::SetValue(const wxString&)
ui.h:302: error: no matching function for call to ‘wxString::wxString(const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&)’
/usr/include/wx-2.8/wx/string.h:1283: note: candidates are: wxString::wxString(const void*, const void*)
/usr/include/wx-2.8/wx/string.h:1280: note:                 wxString::wxString(const wxString&, size_t, size_t)
/usr/include/wx-2.8/wx/string.h:722: note:                 wxString::wxString(const wxWCharBuffer&)
/usr/include/wx-2.8/wx/string.h:720: note:                 wxString::wxString(const char*, const wxMBConv&, size_t)
/usr/include/wx-2.8/wx/string.h:714: note:                 wxString::wxString(const wxStdString&)
/usr/include/wx-2.8/wx/string.h:702: note:                 wxString::wxString(const wxChar*, const wxMBConv&, size_t)
/usr/include/wx-2.8/wx/string.h:700: note:                 wxString::wxString(const wxChar*, size_t)
/usr/include/wx-2.8/wx/string.h:698: note:                 wxString::wxString(const wxChar*)
/usr/include/wx-2.8/wx/string.h:694: note:                 wxString::wxString(size_t, wxChar)
/usr/include/wx-2.8/wx/string.h:692: note:                 wxString::wxString(wxChar, size_t)
/usr/include/wx-2.8/wx/string.h:690: note:                 wxString::wxString(const wxString&)
/usr/include/wx-2.8/wx/string.h:689: note:                 wxString::wxString(const wxStringBase&)
/usr/include/wx-2.8/wx/string.h:687: note:                 wxString::wxString()
/usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int)
ui.h:306: error: no matching function for call to ‘wxStaticText::SetLabel(const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&)’
/usr/include/wx-2.8/wx/gtk/stattext.h:38: note: candidates are: virtual void wxStaticText::SetLabel(const wxString&)
ui.h:308: error: no matching function for call to ‘wxTextCtrl::SetValue(const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&)’
/usr/include/wx-2.8/wx/textctrl.h:303: note: candidates are: virtual void wxTextCtrlBase::SetValue(const wxString&)
ui.h:309: error: no matching function for call to ‘wxString::wxString(const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&)’
/usr/include/wx-2.8/wx/string.h:1283: note: candidates are: wxString::wxString(const void*, const void*)
/usr/include/wx-2.8/wx/string.h:1280: note:                 wxString::wxString(const wxString&, size_t, size_t)
/usr/include/wx-2.8/wx/string.h:722: note:                 wxString::wxString(const wxWCharBuffer&)
/usr/include/wx-2.8/wx/string.h:720: note:                 wxString::wxString(const char*, const wxMBConv&, size_t)
/usr/include/wx-2.8/wx/string.h:714: note:                 wxString::wxString(const wxStdString&)
/usr/include/wx-2.8/wx/string.h:702: note:                 wxString::wxString(const wxChar*, const wxMBConv&, size_t)
/usr/include/wx-2.8/wx/string.h:700: note:                 wxString::wxString(const wxChar*, size_t)
/usr/include/wx-2.8/wx/string.h:698: note:                 wxString::wxString(const wxChar*)
/usr/include/wx-2.8/wx/string.h:694: note:                 wxString::wxString(size_t, wxChar)
/usr/include/wx-2.8/wx/string.h:692: note:                 wxString::wxString(wxChar, size_t)
/usr/include/wx-2.8/wx/string.h:690: note:                 wxString::wxString(const wxString&)
/usr/include/wx-2.8/wx/string.h:689: note:                 wxString::wxString(const wxStringBase&)
/usr/include/wx-2.8/wx/string.h:687: note:                 wxString::wxString()
/usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int)
ui.h: In member function ‘std::string CGetTextFromUserDialog::GetValue()’:
ui.h:319: error: no matching function for call to ‘std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(wxString)’
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:220: note: candidates are: std::basic_string<_CharT, _Traits, _Alloc>::basic_string(typename _Alloc::rebind<_CharT>::other::size_type, _CharT, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:213: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:206: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, typename _Alloc::rebind<_CharT>::other::size_type, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:194: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&, typename _Alloc::rebind<_CharT>::other::size_type, typename _Alloc::rebind<_CharT>::other::size_type, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:184: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&, typename _Alloc::rebind<_CharT>::other::size_type, typename _Alloc::rebind<_CharT>::other::size_type) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:170: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:178: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.h:2144: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string() [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
ui.h: In member function ‘std::string CGetTextFromUserDialog::GetValue1()’:
ui.h:320: error: no matching function for call to ‘std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(wxString)’
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:220: note: candidates are: std::basic_string<_CharT, _Traits, _Alloc>::basic_string(typename _Alloc::rebind<_CharT>::other::size_type, _CharT, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:213: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:206: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, typename _Alloc::rebind<_CharT>::other::size_type, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:194: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&, typename _Alloc::rebind<_CharT>::other::size_type, typename _Alloc::rebind<_CharT>::other::size_type, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:184: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&, typename _Alloc::rebind<_CharT>::other::size_type, typename _Alloc::rebind<_CharT>::other::size_type) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:170: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:178: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.h:2144: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string() [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
ui.h: In member function ‘std::string CGetTextFromUserDialog::GetValue2()’:
ui.h:321: error: no matching function for call to ‘std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(wxString)’
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:220: note: candidates are: std::basic_string<_CharT, _Traits, _Alloc>::basic_string(typename _Alloc::rebind<_CharT>::other::size_type, _CharT, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:213: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:206: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, typename _Alloc::rebind<_CharT>::other::size_type, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:194: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&, typename _Alloc::rebind<_CharT>::other::size_type, typename _Alloc::rebind<_CharT>::other::size_type, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:184: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&, typename _Alloc::rebind<_CharT>::other::size_type, typename _Alloc::rebind<_CharT>::other::size_type) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:170: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.tcc:178: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/basic_string.h:2144: note:                 std::basic_string<_CharT, _Traits, _Alloc>::basic_string() [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
util.cpp: In function ‘void PrintException(std::exception*, const char*)’:
util.cpp:580: error: conversion from ‘char [10000]’ to ‘const wxString’ is ambiguous
/usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
util.cpp: In function ‘void ShrinkDebugFile()’:
util.cpp:798: warning: ignoring return value of ‘size_t fwrite(const void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
util.cpp: In function ‘void AddTimeData(unsigned int, int64)’:
util.cpp:960: error: conversion from ‘const wxChar*’ to non-scalar type ‘std::string’ requested
util.cpp: In function ‘std::string FormatFullVersion()’:
util.cpp:994: error: invalid conversion from ‘const wxChar*’ to ‘char’
util.cpp:994: error:   initializing argument 1 of ‘std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::operator+=(_CharT) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’
make: *** [obj/util.o] Error 1

While reading what I wrote, use the most friendliest and relaxing voice in your head.
BTW, Things in BTC bubble universes are getting ugly....
Spacy
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
October 06, 2011, 03:58:58 PM
 #12

I can't find a working i0coin client either, I need to get what i0coins I have left out of bitparking and currently have nowhere to transfer them to.
https://github.com/fusebox/i0coin

Code:
$ make -f makefile.unix 
g++ -c -O2 -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ -DNOPCH -DFOURWAYSSE2 -DUSE_SSL -DUSE_UPNP=0 -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGUI -o obj/util.o util.cpp
In file included from headers.h:100,
                 from util.cpp:5:
ui.h:31: error: default argument for ‘const wxString& caption’ has type ‘const char [8]’
ui.h: In function ‘int MyMessageBox(const wxString&, const wxString&, int, wxWindow*, int, int)’:
ui.h:37: error: no matching function for call to ‘std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(const wxString&)’
...

I think you need wxWidgets 2.9. If it is not available in the repositories, you can build it yourself.
Artamir
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
October 07, 2011, 04:22:20 AM
 #13

Tried to compile it, but it does not run through, telling something about problems with the "net.cpp" according the miniupnpc.
I am pretty new to compiling programs by myself so i would need some help.

First i thought i just forgot to install the miniupnpc but then i checked the debian package management and it sais miniupnpc 1.5-2 is already installed.

did:

make -f makefile.unix

later tried:
make -f makefile.unix >> compilefailure.log

to get the log to post it here, but it did write only the first line into the log file. Sad
doublec
Legendary
*
Offline Offline

Activity: 1078
Merit: 1005


View Profile
October 07, 2011, 04:27:47 AM
 #14

Tried to compile it, but it does not run through, telling something about problems with the "net.cpp" according the miniupnpc.
Try compiling without upnp:
Code:
make -f makefile.unix USE_UPNP= i0coind
Artamir
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
October 07, 2011, 05:59:39 AM
 #15

did work,   THANK YOU

*just wondering why it needs upnp when i then can disable it ...
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!