Author

Topic: How to use Bitcoin Client v0.4.00rc1 on debian? (Read 1836 times)

hero member
Activity: 770
Merit: 502
September 04, 2011, 11:57:50 AM
#11
and you shouldn't use it for production purposes unless you know what you are doing.

Ah, dang, wish I knew of this prior, lol.
legendary
Activity: 1072
Merit: 1174
Because RC stands for "release candidate"; it is NOT yet released. It's just a preview of the source code, so developers can hammer it and find bugs. You need a build environnement for that, and you shouldn't use it for production purposes unless you know what you are doing.
hero member
Activity: 770
Merit: 502
Ok, I had to remove cdrom from the sources.

I installed make. Then I installed g++.

When I went to issue
Code:
make -f makefile.unix bitcoin bitcoind

I got rammed with nothing but errors.

Thanks for trying to help me.

Code:
uibase.h:255: error: expected ‘;’ before ‘*’ token
uibase.h:256: error: ISO C++ forbids declaration of ‘wxStaticText’ with no type
uibase.h:256: error: expected ‘;’ before ‘*’ token
uibase.h:257: error: ISO C++ forbids declaration of ‘wxChoice’ with no type
uibase.h:257: error: expected ‘;’ before ‘*’ token
uibase.h:261: error: ISO C++ forbids declaration of ‘wxButton’ with no type
uibase.h:261: error: expected ‘;’ before ‘*’ token
uibase.h:262: error: ISO C++ forbids declaration of ‘wxButton’ with no type
uibase.h:262: error: expected ‘;’ before ‘*’ token
uibase.h:265: error: ‘wxKeyEvent’ has not been declared
uibase.h:266: error: ‘wxCommandEvent’ has not been declared
uibase.h:267: error: ‘wxCommandEvent’ has not been declared
uibase.h:268: error: ‘wxCommandEvent’ has not been declared
uibase.h:269: error: ‘wxFocusEvent’ has not been declared
uibase.h:270: error: ‘wxCommandEvent’ has not been declared
uibase.h:271: error: ‘wxCommandEvent’ has not been declared
uibase.h:276: error: expected ‘)’ before ‘*’ token
uibase.h: In member function ‘virtual void CSendDialogBase::OnKeyDown(int&)’:
uibase.h:265: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CSendDialogBase::OnTextAddress(int&)’:
uibase.h:266: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CSendDialogBase::OnButtonPaste(int&)’:
uibase.h:267: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CSendDialogBase::OnButtonAddressBook(int&)’:
uibase.h:268: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CSendDialogBase::OnKillFocusAmount(int&)’:
uibase.h:269: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CSendDialogBase::OnButtonSend(int&)’:
uibase.h:270: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CSendDialogBase::OnButtonCancel(int&)’:
uibase.h:271: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: At global scope:
uibase.h:285: error: expected class-name before ‘{’ token
uibase.h:289: error: ISO C++ forbids declaration of ‘wxStaticText’ with no type
uibase.h:289: error: expected ‘;’ before ‘*’ token
uibase.h:290: error: ISO C++ forbids declaration of ‘wxTextCtrl’ with no type
uibase.h:290: error: expected ‘;’ before ‘*’ token
uibase.h:292: error: ISO C++ forbids declaration of ‘wxButton’ with no type
uibase.h:292: error: expected ‘;’ before ‘*’ token
uibase.h:293: error: ISO C++ forbids declaration of ‘wxButton’ with no type
uibase.h:293: error: expected ‘;’ before ‘*’ token
uibase.h:296: error: ‘wxCloseEvent’ has not been declared
uibase.h:297: error: ‘wxPaintEvent’ has not been declared
uibase.h:298: error: ‘wxCommandEvent’ has not been declared
uibase.h:299: error: ‘wxCommandEvent’ has not been declared
uibase.h:304: error: expected ‘)’ before ‘*’ token
uibase.h: In member function ‘virtual void CSendingDialogBase::OnClose(int&)’:
uibase.h:296: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CSendingDialogBase::OnPaint(int&)’:
uibase.h:297: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CSendingDialogBase::OnButtonOK(int&)’:
uibase.h:298: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CSendingDialogBase::OnButtonCancel(int&)’:
uibase.h:299: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: At global scope:
uibase.h:313: error: expected class-name before ‘{’ token
uibase.h:318: error: ISO C++ forbids declaration of ‘wxStaticText’ with no type
uibase.h:318: error: expected ‘;’ before ‘*’ token
uibase.h:319: error: ISO C++ forbids declaration of ‘wxListCtrl’ with no type
uibase.h:319: error: expected ‘;’ before ‘*’ token
uibase.h:321: error: ISO C++ forbids declaration of ‘wxButton’ with no type
uibase.h:321: error: expected ‘;’ before ‘*’ token
uibase.h:322: error: ISO C++ forbids declaration of ‘wxButton’ with no type
uibase.h:322: error: expected ‘;’ before ‘*’ token
uibase.h:323: error: ISO C++ forbids declaration of ‘wxButton’ with no type
uibase.h:323: error: expected ‘;’ before ‘*’ token
uibase.h:324: error: ISO C++ forbids declaration of ‘wxButton’ with no type
uibase.h:324: error: expected ‘;’ before ‘*’ token
uibase.h:325: error: ISO C++ forbids declaration of ‘wxButton’ with no type
uibase.h:325: error: expected ‘;’ before ‘*’ token
uibase.h:328: error: ‘wxCloseEvent’ has not been declared
uibase.h:329: error: ‘wxListEvent’ has not been declared
uibase.h:330: error: ‘wxListEvent’ has not been declared
uibase.h:331: error: ‘wxListEvent’ has not been declared
uibase.h:332: error: ‘wxCommandEvent’ has not been declared
uibase.h:333: error: ‘wxCommandEvent’ has not been declared
uibase.h:334: error: ‘wxCommandEvent’ has not been declared
uibase.h:335: error: ‘wxCommandEvent’ has not been declared
uibase.h:336: error: ‘wxCommandEvent’ has not been declared
uibase.h:341: error: expected ‘)’ before ‘*’ token
uibase.h: In member function ‘virtual void CYourAddressDialogBase::OnClose(int&)’:
uibase.h:328: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CYourAddressDialogBase::OnListEndLabelEdit(int&)’:
uibase.h:329: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CYourAddressDialogBase::OnListItemActivated(int&)’:
uibase.h:330: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CYourAddressDialogBase::OnListItemSelected(int&)’:
uibase.h:331: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CYourAddressDialogBase::OnButtonRename(int&)’:
uibase.h:332: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CYourAddressDialogBase::OnButtonNew(int&)’:
uibase.h:333: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CYourAddressDialogBase::OnButtonCopy(int&)’:
uibase.h:334: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CYourAddressDialogBase::OnButtonOK(int&)’:
uibase.h:335: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CYourAddressDialogBase::OnButtonCancel(int&)’:
uibase.h:336: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: At global scope:
uibase.h:350: error: expected class-name before ‘{’ token
uibase.h:354: error: ISO C++ forbids declaration of ‘wxNotebook’ with no type
uibase.h:354: error: expected ‘;’ before ‘*’ token
uibase.h:355: error: ISO C++ forbids declaration of ‘wxPanel’ with no type
uibase.h:355: error: expected ‘;’ before ‘*’ token
uibase.h:357: error: ISO C++ forbids declaration of ‘wxStaticText’ with no type
uibase.h:357: error: expected ‘;’ before ‘*’ token
uibase.h:358: error: ISO C++ forbids declaration of ‘wxListCtrl’ with no type
uibase.h:358: error: expected ‘;’ before ‘*’ token
uibase.h:359: error: ISO C++ forbids declaration of ‘wxPanel’ with no type
uibase.h:359: error: expected ‘;’ before ‘*’ token
uibase.h:361: error: ISO C++ forbids declaration of ‘wxStaticText’ with no type
uibase.h:361: error: expected ‘;’ before ‘*’ token
uibase.h:363: error: ISO C++ forbids declaration of ‘wxListCtrl’ with no type
uibase.h:363: error: expected ‘;’ before ‘*’ token
uibase.h:365: error: ISO C++ forbids declaration of ‘wxButton’ with no type
uibase.h:365: error: expected ‘;’ before ‘*’ token
uibase.h:366: error: ISO C++ forbids declaration of ‘wxButton’ with no type
uibase.h:366: error: expected ‘;’ before ‘*’ token
uibase.h:367: error: ISO C++ forbids declaration of ‘wxButton’ with no type
uibase.h:367: error: expected ‘;’ before ‘*’ token
uibase.h:368: error: ISO C++ forbids declaration of ‘wxButton’ with no type
uibase.h:368: error: expected ‘;’ before ‘*’ token
uibase.h:369: error: ISO C++ forbids declaration of ‘wxButton’ with no type
uibase.h:369: error: expected ‘;’ before ‘*’ token
uibase.h:372: error: ‘wxCloseEvent’ has not been declared
uibase.h:373: error: ‘wxNotebookEvent’ has not been declared
uibase.h:374: error: ‘wxListEvent’ has not been declared
uibase.h:375: error: ‘wxListEvent’ has not been declared
uibase.h:376: error: ‘wxListEvent’ has not been declared
uibase.h:377: error: ‘wxCommandEvent’ has not been declared
uibase.h:378: error: ‘wxCommandEvent’ has not been declared
uibase.h:379: error: ‘wxCommandEvent’ has not been declared
uibase.h:380: error: ‘wxCommandEvent’ has not been declared
uibase.h:381: error: ‘wxCommandEvent’ has not been declared
uibase.h:382: error: ‘wxCommandEvent’ has not been declared
uibase.h:386: error: ISO C++ forbids declaration of ‘wxButton’ with no type
uibase.h:386: error: expected ‘;’ before ‘*’ token
uibase.h:388: error: expected ‘)’ before ‘*’ token
uibase.h: In member function ‘virtual void CAddressBookDialogBase::OnClose(int&)’:
uibase.h:372: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CAddressBookDialogBase::OnNotebookPageChanged(int&)’:
uibase.h:373: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CAddressBookDialogBase::OnListEndLabelEdit(int&)’:
uibase.h:374: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CAddressBookDialogBase::OnListItemActivated(int&)’:
uibase.h:375: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CAddressBookDialogBase::OnListItemSelected(int&)’:
uibase.h:376: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CAddressBookDialogBase::OnButtonDelete(int&)’:
uibase.h:377: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CAddressBookDialogBase::OnButtonCopy(int&)’:
uibase.h:378: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CAddressBookDialogBase::OnButtonEdit(int&)’:
uibase.h:379: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CAddressBookDialogBase::OnButtonNew(int&)’:
uibase.h:380: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CAddressBookDialogBase::OnButtonOK(int&)’:
uibase.h:381: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CAddressBookDialogBase::OnButtonCancel(int&)’:
uibase.h:382: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: At global scope:
uibase.h:397: error: expected class-name before ‘{’ token
uibase.h:402: error: ISO C++ forbids declaration of ‘wxStaticText’ with no type
uibase.h:402: error: expected ‘;’ before ‘*’ token
uibase.h:403: error: ISO C++ forbids declaration of ‘wxTextCtrl’ with no type
uibase.h:403: error: expected ‘;’ before ‘*’ token
uibase.h:404: error: ISO C++ forbids declaration of ‘wxStaticText’ with no type
uibase.h:404: error: expected ‘;’ before ‘*’ token
uibase.h:405: error: ISO C++ forbids declaration of ‘wxTextCtrl’ with no type
uibase.h:405: error: expected ‘;’ before ‘*’ token
uibase.h:408: error: ISO C++ forbids declaration of ‘wxButton’ with no type
uibase.h:408: error: expected ‘;’ before ‘*’ token
uibase.h:409: error: ISO C++ forbids declaration of ‘wxButton’ with no type
uibase.h:409: error: expected ‘;’ before ‘*’ token
uibase.h:412: error: ‘wxCloseEvent’ has not been declared
uibase.h:413: error: ‘wxKeyEvent’ has not been declared
uibase.h:414: error: ‘wxCommandEvent’ has not been declared
uibase.h:415: error: ‘wxCommandEvent’ has not been declared
uibase.h:420: error: expected ‘)’ before ‘*’ token
uibase.h: In member function ‘virtual void CGetTextFromUserDialogBase::OnClose(int&)’:
uibase.h:412: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CGetTextFromUserDialogBase::OnKeyDown(int&)’:
uibase.h:413: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CGetTextFromUserDialogBase::OnButtonOK(int&)’:
uibase.h:414: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
uibase.h: In member function ‘virtual void CGetTextFromUserDialogBase::OnButtonCancel(int&)’:
uibase.h:415: error: request for member ‘Skip’ in ‘event’, which is of non-class type ‘int’
In file included from ui.h:9,
                 from headers.h:100,
                 from crypter.cpp:9:
wallet.h: In member function ‘bool CWallet::IsMine(const CTransaction&) const’:
wallet.h:120: error: expected primary-expression before ‘const’
wallet.h:120: error: ‘BOOST_FOREACH’ was not declared in this scope
wallet.h:121: error: expected ‘;’ before ‘if’
wallet.h: In member function ‘int64 CWallet::GetDebit(const CTransaction&) const’:
wallet.h:132: error: expected primary-expression before ‘const’
wallet.h:132: error: ‘BOOST_FOREACH’ was not declared in this scope
wallet.h:133: error: expected ‘;’ before ‘{’ token
wallet.h: In member function ‘int64 CWallet::GetCredit(const CTransaction&) const’:
wallet.h:143: error: expected primary-expression before ‘const’
wallet.h:143: error: ‘BOOST_FOREACH’ was not declared in this scope
wallet.h:144: error: expected ‘;’ before ‘{’ token
wallet.h: In member function ‘int64 CWallet::GetChange(const CTransaction&) const’:
wallet.h:154: error: expected primary-expression before ‘const’
wallet.h:154: error: ‘BOOST_FOREACH’ was not declared in this scope
wallet.h:155: error: expected ‘;’ before ‘{’ token
wallet.h: In member function ‘unsigned int CWalletTx::GetSerializeSize(int, int) const’:
wallet.h:307: error: expected primary-expression before ‘char’
wallet.h:307: error: ‘BOOST_FOREACH’ was not declared in this scope
wallet.h:307: error: expected ‘;’ before ‘{’ token
wallet.h:307: error: expected primary-expression before ‘char’
wallet.h:307: error: ‘BOOST_FOREACH’ was not declared in this scope
wallet.h:307: error: expected ‘;’ before ‘pthis’
wallet.h: In member function ‘void CWalletTx::Serialize(Stream&, int, int) const’:
wallet.h:307: error: expected primary-expression before ‘char’
wallet.h:307: error: there are no arguments to ‘BOOST_FOREACH’ that depend on a template parameter, so a declaration of ‘BOOST_FOREACH’ must be available
wallet.h:307: error: expected ‘;’ before ‘{’ token
wallet.h:307: error: expected primary-expression before ‘char’
wallet.h:307: error: there are no arguments to ‘BOOST_FOREACH’ that depend on a template parameter, so a declaration of ‘BOOST_FOREACH’ must be available
wallet.h:307: error: expected ‘;’ before ‘pthis’
wallet.h: In member function ‘void CWalletTx::Unserialize(Stream&, int, int)’:
wallet.h:307: error: expected primary-expression before ‘char’
wallet.h:307: error: there are no arguments to ‘BOOST_FOREACH’ that depend on a template parameter, so a declaration of ‘BOOST_FOREACH’ must be available
wallet.h:307: error: expected ‘;’ before ‘{’ token
wallet.h:307: error: expected primary-expression before ‘char’
wallet.h:307: error: there are no arguments to ‘BOOST_FOREACH’ that depend on a template parameter, so a declaration of ‘BOOST_FOREACH’ must be available
wallet.h:307: error: expected ‘;’ before ‘pthis’
wallet.h: In member function ‘bool CWalletTx::IsConfirmed() const’:
wallet.h:502: error: expected primary-expression before ‘const’
wallet.h:502: error: ‘BOOST_FOREACH’ was not declared in this scope
wallet.h:503: error: expected ‘;’ before ‘mapPrev’
wallet.h:505: error: expected primary-expression before ‘const’
wallet.h:505: error: ‘BOOST_FOREACH’ was not declared in this scope
wallet.h:506: error: expected ‘;’ before ‘{’ token
In file included from headers.h:100,
                 from crypter.cpp:9:
ui.h: At global scope:
ui.h:11: error: expected constructor, destructor, or type conversion before ‘(’ token
ui.h:19: error: variable or field ‘HandleCtrlA’ declared void
ui.h:19: error: ‘wxKeyEvent’ was not declared in this scope
ui.h:19: error: ‘event’ was not declared in this scope
ui.h:20: error: variable or field ‘UIThreadCall’ declared void
ui.h:20: error: ‘boost’ has not been declared
ui.h:20: error: expected primary-expression before ‘void’
ui.h:21: error: ‘wxOK’ was not declared in this scope
ui.h:21: error: ‘wxWindow’ has not been declared
In file included from headers.h:100,
                 from crypter.cpp:9:
ui.h:22: error: ‘wxWindow’ has not been declared
ui.h:31: error: ISO C++ forbids declaration of ‘wxString’ with no type
ui.h:31: error: expected ‘,’ or ‘...’ before ‘&’ token
ui.h: In function ‘int MyMessageBox(int)’:
ui.h:35: error: ‘message’ was not declared in this scope
ui.h:35: error: ‘caption’ was not declared in this scope
ui.h:35: error: ‘style’ was not declared in this scope
ui.h:35: error: ‘parent’ was not declared in this scope
ui.h:35: error: ‘x’ was not declared in this scope
ui.h:35: error: ‘y’ was not declared in this scope
ui.h:35: error: ‘wxMessageBox’ was not declared in this scope
ui.h:37: error: ‘caption’ was not declared in this scope
ui.h:37: error: ‘message’ was not declared in this scope
ui.h:39: error: ‘wxOK’ was not declared in this scope
ui.h: At global scope:
ui.h:52: error: ‘wxNotebookEvent’ has not been declared
ui.h:53: error: ‘wxCloseEvent’ has not been declared
ui.h:54: error: ‘wxIconizeEvent’ has not been declared
ui.h:55: error: ‘wxMouseEvent’ has not been declared
ui.h:56: error: ‘wxKeyEvent’ has not been declared
ui.h:57: error: ‘wxIdleEvent’ has not been declared
ui.h:58: error: ‘wxPaintEvent’ has not been declared
ui.h:59: error: ‘wxPaintEvent’ has not been declared
ui.h:60: error: ‘wxCommandEvent’ has not been declared
ui.h:61: error: ‘wxUpdateUIEvent’ has not been declared
ui.h:62: error: ‘wxCommandEvent’ has not been declared
ui.h:63: error: ‘wxCommandEvent’ has not been declared
ui.h:64: error: ‘wxCommandEvent’ has not been declared
ui.h:65: error: ‘wxCommandEvent’ has not been declared
ui.h:66: error: ‘wxCommandEvent’ has not been declared
ui.h:67: error: ‘wxCommandEvent’ has not been declared
ui.h:68: error: ‘wxCommandEvent’ has not been declared
ui.h:69: error: ‘wxFocusEvent’ has not been declared
ui.h:70: error: ‘wxMouseEvent’ has not been declared
ui.h:71: error: ‘wxCommandEvent’ has not been declared
ui.h:72: error: ‘wxCommandEvent’ has not been declared
ui.h:73: error: ‘wxListEvent’ has not been declared
ui.h:74: error: ‘wxListEvent’ has not been declared
ui.h:75: error: ‘wxListEvent’ has not been declared
ui.h:76: error: ‘wxListEvent’ has not been declared
ui.h:77: error: ‘wxListEvent’ has not been declared
ui.h:81: error: expected ‘)’ before ‘*’ token
ui.h:93: error: ISO C++ forbids declaration of ‘wxListCtrl’ with no type
ui.h:93: error: expected ‘;’ before ‘*’ token
ui.h:103: error: ‘wxCommandEvent’ has not been declared
ui.h:105: error: ISO C++ forbids declaration of ‘wxColour’ with no type
ui.h:105: error: expected ‘,’ or ‘...’ before ‘&’ token
ui.h: In member function ‘virtual void CMainFrame::OnKeyDown(int&)’:
ui.h:56: error: ‘HandleCtrlA’ was not declared in this scope
ui.h: At global scope:
ui.h:119: error: ‘wxCommandEvent’ has not been declared
ui.h:123: error: expected ‘)’ before ‘*’ token
ui.h:135: error: ‘wxCommandEvent’ has not been declared
ui.h:136: error: ‘wxFocusEvent’ has not been declared
ui.h:137: error: ‘wxCommandEvent’ has not been declared
ui.h:138: error: ‘wxFocusEvent’ has not been declared
ui.h:140: error: ‘wxCommandEvent’ has not been declared
ui.h:141: error: ‘wxCommandEvent’ has not been declared
ui.h:142: error: ‘wxCommandEvent’ has not been declared
ui.h:146: error: expected ‘)’ before ‘*’ token
ui.h:161: error: ‘wxCommandEvent’ has not been declared
ui.h:165: error: expected ‘)’ before ‘*’ token
ui.h:174: error: ‘wxKeyEvent’ has not been declared
ui.h:175: error: ‘wxFocusEvent’ has not been declared
ui.h:176: error: ‘wxCommandEvent’ has not been declared
ui.h:177: error: ‘wxCommandEvent’ has not been declared
ui.h:178: error: ‘wxCommandEvent’ has not been declared
ui.h:179: error: ‘wxCommandEvent’ has not been declared
ui.h:183: error: expected ‘)’ before ‘*’ token
ui.h: In member function ‘virtual void CSendDialog::OnKeyDown(int&)’:
ui.h:174: error: ‘HandleCtrlA’ was not declared in this scope
ui.h: At global scope:
ui.h:197: error: ‘wxCloseEvent’ has not been declared
ui.h:198: error: ‘wxCommandEvent’ has not been declared
ui.h:199: error: ‘wxCommandEvent’ has not been declared
ui.h:200: error: ‘wxPaintEvent’ has not been declared
ui.h:204: error: expected ‘)’ before ‘*’ token
ui.h:211: error: ‘wxDateTime’ does not name a type
ui.h:239: error: ‘wxNotebookEvent’ has not been declared
ui.h:240: error: ‘wxListEvent’ has not been declared
ui.h:241: error: ‘wxListEvent’ has not been declared
ui.h:242: error: ‘wxListEvent’ has not been declared
ui.h:243: error: ‘wxCommandEvent’ has not been declared
ui.h:244: error: ‘wxCommandEvent’ has not been declared
ui.h:245: error: ‘wxCommandEvent’ has not been declared
ui.h:246: error: ‘wxCommandEvent’ has not been declared
ui.h:247: error: ‘wxCommandEvent’ has not been declared
ui.h:248: error: ‘wxCommandEvent’ has not been declared
ui.h:249: error: ‘wxCloseEvent’ has not been declared
ui.h:253: error: expected ‘)’ before ‘*’ token
ui.h:262: error: ISO C++ forbids declaration of ‘wxListCtrl’ with no type
ui.h:262: error: expected ‘;’ before ‘*’ token
ui.h:264: error: ‘wxString’ does not name a type
ui.h:265: error: ‘wxString’ does not name a type
ui.h:266: error: ‘wxString’ does not name a type
ui.h:267: error: ‘wxString’ does not name a type
ui.h:277: error: ‘wxCommandEvent’ has not been declared
ui.h:278: error: ‘wxCommandEvent’ has not been declared
ui.h:279: error: ‘wxCloseEvent’ has not been declared
ui.h:281: error: ‘wxKeyEvent’ has not been declared
ui.h:291: error: expected ‘)’ before ‘*’ token
crypter.cpp:132: error: expected ‘}’ at end of input
In file included from headers.h:100,
                 from crypter.cpp:9:
ui.h: In member function ‘virtual void CGetTextFromUserDialog::OnButtonOK(int&)’:
ui.h:277: error: ‘EndModal’ was not declared in this scope
ui.h: In member function ‘virtual void CGetTextFromUserDialog::OnButtonCancel(int&)’:
ui.h:278: error: ‘EndModal’ was not declared in this scope
ui.h: In member function ‘virtual void CGetTextFromUserDialog::OnClose(int&)’:
ui.h:279: error: ‘EndModal’ was not declared in this scope
ui.h: In member function ‘virtual void CGetTextFromUserDialog::OnKeyDown(int&)’:
ui.h:283: error: request for member ‘GetKeyCode’ in ‘event’, which is of non-class type ‘int’
ui.h:283: error: request for member ‘GetKeyCode’ in ‘event’, which is of non-class type ‘int’
ui.h:283: error: ‘WXK_NUMPAD_ENTER’ was not declared in this scope
ui.h:284: error: ‘EndModal’ was not declared in this scope
ui.h:286: error: ‘HandleCtrlA’ was not declared in this scope
ui.h: At global scope:
ui.h:287: error: expected unqualified-id at end of input
In file included from headers.h:94,
                 from crypter.cpp:9:
util.h: In function ‘uint256 Hash(T1, T1) [with T1 = __gnu_cxx::__normal_iterator > >]’:
base58.h:129:   instantiated from here
util.h:508: error: ‘SHA256’ was not declared in this scope
util.h: In function ‘uint256 Hash(T1, T1) [with T1 = __gnu_cxx::__normal_iterator > >]’:
net.h:320:   instantiated from here
util.h:508: error: ‘SHA256’ was not declared in this scope
util.h: In function ‘uint256 Hash(T1, T1) [with T1 = char*]’:
main.h:831:   instantiated from here
util.h:508: error: ‘SHA256’ was not declared in this scope
util.h: In function ‘uint256 Hash(T1, T1, T2, T2) [with T1 = char*, T2 = char*]’:
main.h:860:   instantiated from here
util.h:521: error: ‘SHA256_Init’ was not declared in this scope
util.h:522: error: ‘SHA256_Update’ was not declared in this scope
util.h:524: error: ‘SHA256_Final’ was not declared in this scope
util.h:526: error: ‘SHA256’ was not declared in this scope
In file included from ui.h:9,
                 from headers.h:100,
                 from crypter.cpp:9:
wallet.h: In member function ‘void CWalletTx::Unserialize(Stream&, int, int) [with Stream = CDataStream]’:
serialize.h:427:   instantiated from ‘void Unserialize(Stream&, T&, long int, int) [with Stream = CDataStream, T = CWalletTx]’
serialize.h:1131:   instantiated from ‘CDataStream& CDataStream::operator>>(T&) [with T = CWalletTx]’
db.h:78:   instantiated from ‘bool CDB::Read(const K&, T&) [with K = std::pair, std::allocator >, uint256>, T = CWalletTx]’
db.h:376:   instantiated from here
wallet.h:307: error: ‘BOOST_FOREACH’ was not declared in this scope
serialize.h:427:   instantiated from ‘void Unserialize(Stream&, T&, long int, int) [with Stream = CDataStream, T = CWalletTx]’
serialize.h:1131:   instantiated from ‘CDataStream& CDataStream::operator>>(T&) [with T = CWalletTx]’
db.h:78:   instantiated from ‘bool CDB::Read(const K&, T&) [with K = std::pair, std::allocator >, uint256>, T = CWalletTx]’
db.h:376:   instantiated from here
wallet.h:307: error: ‘BOOST_FOREACH’ was not declared in this scope
wallet.h: In member function ‘void CWalletTx::Serialize(Stream&, int, int) const [with Stream = CDataStream]’:
serialize.h:421:   instantiated from ‘void Serialize(Stream&, const T&, long int, int) [with Stream = CDataStream, T = CWalletTx]’
serialize.h:1123:   instantiated from ‘CDataStream& CDataStream::operator<<(const T&) [with T = CWalletTx]’
db.h:103:   instantiated from ‘bool CDB::Write(const K&, const T&, bool) [with K = std::pair, std::allocator >, uint256>, T = CWalletTx]’
db.h:382:   instantiated from here
wallet.h:307: error: ‘BOOST_FOREACH’ was not declared in this scope
serialize.h:421:   instantiated from ‘void Serialize(Stream&, const T&, long int, int) [with Stream = CDataStream, T = CWalletTx]’
serialize.h:1123:   instantiated from ‘CDataStream& CDataStream::operator<<(const T&) [with T = CWalletTx]’
db.h:103:   instantiated from ‘bool CDB::Write(const K&, const T&, bool) [with K = std::pair, std::allocator >, uint256>, T = CWalletTx]’
db.h:382:   instantiated from here
wallet.h:307: error: ‘BOOST_FOREACH’ was not declared in this scope
make: *** [obj/crypter.o] Error 1
root@IBM:/home/debian/Documents/bitcoin-bitcoin-c0b616b/src#

hero member
Activity: 770
Merit: 502
I found out make is not installed. I'm trying to install it as it is asking for my installation cd, which I have my installation on USB.

I'm gonna make an installation disk. Then see how it goes.
hero member
Activity: 770
Merit: 502
Code:
make -f makefile.unix bitcoin bitcoind

Code:

debian@IBM:~$ cd /home/debian/Documents/bitcoin-bitcoin-c0b616b/src

debian@IBM:~/Documents/bitcoin-bitcoin-c0b616b/src$ make -f makefile.unix bitcoin bitcoind
bash: make: command not found

debian@IBM:~/Documents/bitcoin-bitcoin-c0b616b/src$
hero member
Activity: 700
Merit: 500
Code:
make -f makefile.unix bitcoin bitcoind
hero member
Activity: 770
Merit: 502

You need to go into src/src then run the commands.

hero member
Activity: 700
Merit: 500
Download the source, ./configure && make -f makefile.unix bitcoin && ./bitcoin

I've downloaded v0.4.00rc1, using the cmd above, I receive the following errors. Also, I cannot find any ./configure file anywhere in the tar.gz.

Code:
debian@IBM:~$ cd /home/debian/Documents/bitcoin-bitcoin-c0b616b/src

debian@IBM:~/Documents/bitcoin-bitcoin-c0b616b/src$ ./configure && make -f makefile.unix bitcoin && ./bitcoin
bash: ./configure: No such file or directory

debian@IBM:~/Documents/bitcoin-bitcoin-c0b616b/src$ cd /home/debian/Documents/bitcoin-bitcoin-c0b616b

debian@IBM:~/Documents/bitcoin-bitcoin-c0b616b$ ./configure && make -f makefile.unix bitcoin && ./bitcoin
bash: ./configure: No such file or directory

debian@IBM:~/Documents/bitcoin-bitcoin-c0b616b$ cd /home/debian/Documents/bitcoin-bitcoin-c0b616b/src

debian@IBM:~/Documents/bitcoin-bitcoin-c0b616b/src$ && make -f makefile.unix bitcoin && ./bitcoin
bash: syntax error near unexpected token `&&'

debian@IBM:~/Documents/bitcoin-bitcoin-c0b616b/src$ make -f makefile.unix bitcoin && ./bitcoin
bash: make: command not found

debian@IBM:~/Documents/bitcoin-bitcoin-c0b616b/src$ -f makefile.unix bitcoin && ./bitcoin
bash: -f: command not found

debian@IBM:~/Documents/bitcoin-bitcoin-c0b616b/src$ makefile.unix bitcoin && ./bitcoin
bash: makefile.unix: command not found

debian@IBM:~/Documents/bitcoin-bitcoin-c0b616b/src$

You need to go into src/src then run the commands.
hero member
Activity: 770
Merit: 502
Download the source, ./configure && make -f makefile.unix bitcoin && ./bitcoin

I've downloaded v0.4.00rc1, using the cmd above, I receive the following errors. Also, I cannot find any ./configure file anywhere in the tar.gz.

Code:
debian@IBM:~$ cd /home/debian/Documents/bitcoin-bitcoin-c0b616b/src

debian@IBM:~/Documents/bitcoin-bitcoin-c0b616b/src$ ./configure && make -f makefile.unix bitcoin && ./bitcoin
bash: ./configure: No such file or directory

debian@IBM:~/Documents/bitcoin-bitcoin-c0b616b/src$ cd /home/debian/Documents/bitcoin-bitcoin-c0b616b

debian@IBM:~/Documents/bitcoin-bitcoin-c0b616b$ ./configure && make -f makefile.unix bitcoin && ./bitcoin
bash: ./configure: No such file or directory

debian@IBM:~/Documents/bitcoin-bitcoin-c0b616b$ cd /home/debian/Documents/bitcoin-bitcoin-c0b616b/src

debian@IBM:~/Documents/bitcoin-bitcoin-c0b616b/src$ && make -f makefile.unix bitcoin && ./bitcoin
bash: syntax error near unexpected token `&&'

debian@IBM:~/Documents/bitcoin-bitcoin-c0b616b/src$ make -f makefile.unix bitcoin && ./bitcoin
bash: make: command not found

debian@IBM:~/Documents/bitcoin-bitcoin-c0b616b/src$ -f makefile.unix bitcoin && ./bitcoin
bash: -f: command not found

debian@IBM:~/Documents/bitcoin-bitcoin-c0b616b/src$ makefile.unix bitcoin && ./bitcoin
bash: makefile.unix: command not found

debian@IBM:~/Documents/bitcoin-bitcoin-c0b616b/src$
hero member
Activity: 700
Merit: 500
With bitcoin client 0.3.25 beta on debian, all I had to do is cd into the directory and send ./bitcoin to launch the client.

How do I launch Bitcoin Client v0.4.00rc1 on debian?

Download the source, ./configure && make -f makefile.unix bitcoin && ./bitcoin
hero member
Activity: 770
Merit: 502
With bitcoin client 0.3.25 beta on debian, all I had to do is cd into the directory and send ./bitcoin to launch the client.

How do I launch Bitcoin Client v0.4.00rc1 on debian?
Jump to: