multiget 编译无法通过,求amd64的包
发表于 : 2008-05-12 4:36
如题,版本8。04。
编译错误如下:
dd(int, int, int, int, int, wxObject*)’
addproxydlg.cpp:54: error: expected type-specifier before ‘wxStaticBoxSizer’
addproxydlg.cpp:54: error: cannot convert ‘int*’ to ‘wxBoxSizer*’ in initialization
addproxydlg.cpp:54: error: expected ‘,’ or ‘;’ before ‘wxStaticBoxSizer’
addproxydlg.cpp:56: error: expected type-specifier before ‘wxStaticText’
addproxydlg.cpp:56: error: expected `)' before ‘wxStaticText’
addproxydlg.cpp:56: error: no matching function for call to ‘wxBoxSizer::Add(int*)’
/usr/local/include/wx-2.8/wx/sizer.h:925: note: candidates are: wxSizerItem* wxSizer::Add(wxWindow*, int, int, int, wxObject*)
/usr/local/include/wx-2.8/wx/sizer.h:931: note: wxSizerItem* wxSizer::Add(wxSizer*, int, int, int, wxObject*)
/usr/local/include/wx-2.8/wx/sizer.h:937: note: wxSizerItem* wxSizer::Add(int, int, int, int, int, wxObject*)
/usr/local/include/wx-2.8/wx/sizer.h:943: note: wxSizerItem* wxSizer::Add(wxWindow*, const wxSizerFlags&)
/usr/local/include/wx-2.8/wx/sizer.h:949: note: wxSizerItem* wxSizer::Add(wxSizer*, const wxSizerFlags&)
/usr/local/include/wx-2.8/wx/sizer.h:919: note: wxSizerItem* wxSizer::Add(wxSizerItem*)
addproxydlg.cpp:57: error: expected type-specifier before ‘wxTextCtrl’
addproxydlg.cpp:57: error: expected `)' before ‘wxTextCtrl’
addproxydlg.cpp:57: error: invalid conversion from ‘int*’ to ‘int’
addproxydlg.cpp:57: error: initializing argument 1 of ‘wxSizerItem* wxSizer::Add(int, int, int, int, int, wxObject*)’
addproxydlg.cpp:58: error: expected type-specifier before ‘wxStaticText’
addproxydlg.cpp:58: error: expected `)' before ‘wxStaticText’
addproxydlg.cpp:58: error: no matching function for call to ‘wxBoxSizer::Add(int*)’
/usr/local/include/wx-2.8/wx/sizer.h:925: note: candidates are: wxSizerItem* wxSizer::Add(wxWindow*, int, int, int, wxObject*)
/usr/local/include/wx-2.8/wx/sizer.h:931: note: wxSizerItem* wxSizer::Add(wxSizer*, int, int, int, wxObject*)
/usr/local/include/wx-2.8/wx/sizer.h:937: note: wxSizerItem* wxSizer::Add(int, int, int, int, int, wxObject*)
/usr/local/include/wx-2.8/wx/sizer.h:943: note: wxSizerItem* wxSizer::Add(wxWindow*, const wxSizerFlags&)
/usr/local/include/wx-2.8/wx/sizer.h:949: note: wxSizerItem* wxSizer::Add(wxSizer*, const wxSizerFlags&)
/usr/local/include/wx-2.8/wx/sizer.h:919: note: wxSizerItem* wxSizer::Add(wxSizerItem*)
addproxydlg.cpp:59: error: expected type-specifier before ‘wxTextCtrl’
addproxydlg.cpp:59: error: expected `)' before ‘wxTextCtrl’
addproxydlg.cpp:59: error: invalid conversion from ‘int*’ to ‘int’
addproxydlg.cpp:59: error: initializing argument 1 of ‘wxSizerItem* wxSizer::Add(int, int, int, int, int, wxObject*)’
addproxydlg.cpp:60: error: expected type-specifier before ‘wxStaticText’
addproxydlg.cpp:60: error: expected `)' before ‘wxStaticText’
addproxydlg.cpp:60: error: no matching function for call to ‘wxBoxSizer::Add(int*)’
/usr/local/include/wx-2.8/wx/sizer.h:925: note: candidates are: wxSizerItem* wxSizer::Add(wxWindow*, int, int, int, wxObject*)
/usr/local/include/wx-2.8/wx/sizer.h:931: note: wxSizerItem* wxSizer::Add(wxSizer*, int, int, int, wxObject*)
/usr/local/include/wx-2.8/wx/sizer.h:937: note: wxSizerItem* wxSizer::Add(int, int, int, int, int, wxObject*)
/usr/local/include/wx-2.8/wx/sizer.h:943: note: wxSizerItem* wxSizer::Add(wxWindow*, const wxSizerFlags&)
/usr/local/include/wx-2.8/wx/sizer.h:949: note: wxSizerItem* wxSizer::Add(wxSizer*, const wxSizerFlags&)
/usr/local/include/wx-2.8/wx/sizer.h:919: note: wxSizerItem* wxSizer::Add(wxSizerItem*)
addproxydlg.cpp:61: error: expected type-specifier before ‘wxTextCtrl’
addproxydlg.cpp:61: error: expected `)' before ‘wxTextCtrl’
addproxydlg.cpp:61: error: invalid conversion from ‘int*’ to ‘int’
addproxydlg.cpp:61: error: initializing argument 1 of ‘wxSizerItem* wxSizer::Add(int, int, int, int, int, wxObject*)’
addproxydlg.cpp:62: error: expected type-specifier before ‘wxStaticText’
addproxydlg.cpp:62: error: expected `)' before ‘wxStaticText’
addproxydlg.cpp:62: error: no matching function for call to ‘wxBoxSizer::Add(int*)’
/usr/local/include/wx-2.8/wx/sizer.h:925: note: candidates are: wxSizerItem* wxSizer::Add(wxWindow*, int, int, int, wxObject*)
/usr/local/include/wx-2.8/wx/sizer.h:931: note: wxSizerItem* wxSizer::Add(wxSizer*, int, int, int, wxObject*)
/usr/local/include/wx-2.8/wx/sizer.h:937: note: wxSizerItem* wxSizer::Add(int, int, int, int, int, wxObject*)
/usr/local/include/wx-2.8/wx/sizer.h:943: note: wxSizerItem* wxSizer::Add(wxWindow*, const wxSizerFlags&)
/usr/local/include/wx-2.8/wx/sizer.h:949: note: wxSizerItem* wxSizer::Add(wxSizer*, const wxSizerFlags&)
/usr/local/include/wx-2.8/wx/sizer.h:919: note: wxSizerItem* wxSizer::Add(wxSizerItem*)
addproxydlg.cpp:63: error: expected type-specifier before ‘wxTextCtrl’
addproxydlg.cpp:63: error: expected `)' before ‘wxTextCtrl’
addproxydlg.cpp:63: error: invalid conversion from ‘int*’ to ‘int’
addproxydlg.cpp:63: error: initializing argument 1 of ‘wxSizerItem* wxSizer::Add(int, int, int, int, int, wxObject*)’
addproxydlg.cpp:78: error: expected type-specifier before ‘wxRadioBox’
addproxydlg.cpp:78: error: expected `)' before ‘wxRadioBox’
addproxydlg.cpp:80: error: invalid conversion from ‘int*’ to ‘int’
addproxydlg.cpp:80: error: initializing argument 1 of ‘wxSizerItem* wxSizer::Add(int, int, int, int, int, wxObject*)’
addproxydlg.cpp:88: error: invalid use of incomplete type ‘struct wxButton’
/usr/local/include/wx-2.8/wx/sizer.h:23: error: forward declaration of ‘struct wxButton’
addproxydlg.cpp:89: error: invalid use of incomplete type ‘struct wxButton’
/usr/local/include/wx-2.8/wx/sizer.h:23: error: forward declaration of ‘struct wxButton’
addproxydlg.cpp:92: error: ‘SetSizer’ was not declared in this scope
make[2]: *** [addproxydlg.o] Error 1
make[2]: Leaving directory `/home/aripplet/multiget/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/aripplet/multiget'
make: *** [all] Error 2
编译错误如下:
dd(int, int, int, int, int, wxObject*)’
addproxydlg.cpp:54: error: expected type-specifier before ‘wxStaticBoxSizer’
addproxydlg.cpp:54: error: cannot convert ‘int*’ to ‘wxBoxSizer*’ in initialization
addproxydlg.cpp:54: error: expected ‘,’ or ‘;’ before ‘wxStaticBoxSizer’
addproxydlg.cpp:56: error: expected type-specifier before ‘wxStaticText’
addproxydlg.cpp:56: error: expected `)' before ‘wxStaticText’
addproxydlg.cpp:56: error: no matching function for call to ‘wxBoxSizer::Add(int*)’
/usr/local/include/wx-2.8/wx/sizer.h:925: note: candidates are: wxSizerItem* wxSizer::Add(wxWindow*, int, int, int, wxObject*)
/usr/local/include/wx-2.8/wx/sizer.h:931: note: wxSizerItem* wxSizer::Add(wxSizer*, int, int, int, wxObject*)
/usr/local/include/wx-2.8/wx/sizer.h:937: note: wxSizerItem* wxSizer::Add(int, int, int, int, int, wxObject*)
/usr/local/include/wx-2.8/wx/sizer.h:943: note: wxSizerItem* wxSizer::Add(wxWindow*, const wxSizerFlags&)
/usr/local/include/wx-2.8/wx/sizer.h:949: note: wxSizerItem* wxSizer::Add(wxSizer*, const wxSizerFlags&)
/usr/local/include/wx-2.8/wx/sizer.h:919: note: wxSizerItem* wxSizer::Add(wxSizerItem*)
addproxydlg.cpp:57: error: expected type-specifier before ‘wxTextCtrl’
addproxydlg.cpp:57: error: expected `)' before ‘wxTextCtrl’
addproxydlg.cpp:57: error: invalid conversion from ‘int*’ to ‘int’
addproxydlg.cpp:57: error: initializing argument 1 of ‘wxSizerItem* wxSizer::Add(int, int, int, int, int, wxObject*)’
addproxydlg.cpp:58: error: expected type-specifier before ‘wxStaticText’
addproxydlg.cpp:58: error: expected `)' before ‘wxStaticText’
addproxydlg.cpp:58: error: no matching function for call to ‘wxBoxSizer::Add(int*)’
/usr/local/include/wx-2.8/wx/sizer.h:925: note: candidates are: wxSizerItem* wxSizer::Add(wxWindow*, int, int, int, wxObject*)
/usr/local/include/wx-2.8/wx/sizer.h:931: note: wxSizerItem* wxSizer::Add(wxSizer*, int, int, int, wxObject*)
/usr/local/include/wx-2.8/wx/sizer.h:937: note: wxSizerItem* wxSizer::Add(int, int, int, int, int, wxObject*)
/usr/local/include/wx-2.8/wx/sizer.h:943: note: wxSizerItem* wxSizer::Add(wxWindow*, const wxSizerFlags&)
/usr/local/include/wx-2.8/wx/sizer.h:949: note: wxSizerItem* wxSizer::Add(wxSizer*, const wxSizerFlags&)
/usr/local/include/wx-2.8/wx/sizer.h:919: note: wxSizerItem* wxSizer::Add(wxSizerItem*)
addproxydlg.cpp:59: error: expected type-specifier before ‘wxTextCtrl’
addproxydlg.cpp:59: error: expected `)' before ‘wxTextCtrl’
addproxydlg.cpp:59: error: invalid conversion from ‘int*’ to ‘int’
addproxydlg.cpp:59: error: initializing argument 1 of ‘wxSizerItem* wxSizer::Add(int, int, int, int, int, wxObject*)’
addproxydlg.cpp:60: error: expected type-specifier before ‘wxStaticText’
addproxydlg.cpp:60: error: expected `)' before ‘wxStaticText’
addproxydlg.cpp:60: error: no matching function for call to ‘wxBoxSizer::Add(int*)’
/usr/local/include/wx-2.8/wx/sizer.h:925: note: candidates are: wxSizerItem* wxSizer::Add(wxWindow*, int, int, int, wxObject*)
/usr/local/include/wx-2.8/wx/sizer.h:931: note: wxSizerItem* wxSizer::Add(wxSizer*, int, int, int, wxObject*)
/usr/local/include/wx-2.8/wx/sizer.h:937: note: wxSizerItem* wxSizer::Add(int, int, int, int, int, wxObject*)
/usr/local/include/wx-2.8/wx/sizer.h:943: note: wxSizerItem* wxSizer::Add(wxWindow*, const wxSizerFlags&)
/usr/local/include/wx-2.8/wx/sizer.h:949: note: wxSizerItem* wxSizer::Add(wxSizer*, const wxSizerFlags&)
/usr/local/include/wx-2.8/wx/sizer.h:919: note: wxSizerItem* wxSizer::Add(wxSizerItem*)
addproxydlg.cpp:61: error: expected type-specifier before ‘wxTextCtrl’
addproxydlg.cpp:61: error: expected `)' before ‘wxTextCtrl’
addproxydlg.cpp:61: error: invalid conversion from ‘int*’ to ‘int’
addproxydlg.cpp:61: error: initializing argument 1 of ‘wxSizerItem* wxSizer::Add(int, int, int, int, int, wxObject*)’
addproxydlg.cpp:62: error: expected type-specifier before ‘wxStaticText’
addproxydlg.cpp:62: error: expected `)' before ‘wxStaticText’
addproxydlg.cpp:62: error: no matching function for call to ‘wxBoxSizer::Add(int*)’
/usr/local/include/wx-2.8/wx/sizer.h:925: note: candidates are: wxSizerItem* wxSizer::Add(wxWindow*, int, int, int, wxObject*)
/usr/local/include/wx-2.8/wx/sizer.h:931: note: wxSizerItem* wxSizer::Add(wxSizer*, int, int, int, wxObject*)
/usr/local/include/wx-2.8/wx/sizer.h:937: note: wxSizerItem* wxSizer::Add(int, int, int, int, int, wxObject*)
/usr/local/include/wx-2.8/wx/sizer.h:943: note: wxSizerItem* wxSizer::Add(wxWindow*, const wxSizerFlags&)
/usr/local/include/wx-2.8/wx/sizer.h:949: note: wxSizerItem* wxSizer::Add(wxSizer*, const wxSizerFlags&)
/usr/local/include/wx-2.8/wx/sizer.h:919: note: wxSizerItem* wxSizer::Add(wxSizerItem*)
addproxydlg.cpp:63: error: expected type-specifier before ‘wxTextCtrl’
addproxydlg.cpp:63: error: expected `)' before ‘wxTextCtrl’
addproxydlg.cpp:63: error: invalid conversion from ‘int*’ to ‘int’
addproxydlg.cpp:63: error: initializing argument 1 of ‘wxSizerItem* wxSizer::Add(int, int, int, int, int, wxObject*)’
addproxydlg.cpp:78: error: expected type-specifier before ‘wxRadioBox’
addproxydlg.cpp:78: error: expected `)' before ‘wxRadioBox’
addproxydlg.cpp:80: error: invalid conversion from ‘int*’ to ‘int’
addproxydlg.cpp:80: error: initializing argument 1 of ‘wxSizerItem* wxSizer::Add(int, int, int, int, int, wxObject*)’
addproxydlg.cpp:88: error: invalid use of incomplete type ‘struct wxButton’
/usr/local/include/wx-2.8/wx/sizer.h:23: error: forward declaration of ‘struct wxButton’
addproxydlg.cpp:89: error: invalid use of incomplete type ‘struct wxButton’
/usr/local/include/wx-2.8/wx/sizer.h:23: error: forward declaration of ‘struct wxButton’
addproxydlg.cpp:92: error: ‘SetSizer’ was not declared in this scope
make[2]: *** [addproxydlg.o] Error 1
make[2]: Leaving directory `/home/aripplet/multiget/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/aripplet/multiget'
make: *** [all] Error 2