-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install wxWidgets error #33
Comments
I install wxGTK 2.8 and make finish with 👍 |
Wrong headers or version of dependencies. |
In debian12 I installed wxWidgets like this:
But I am still getting errors and the query tool hangs while retrieving the results of a select query. |
pgAdmin3.cpp: In member function ‘void frmDlgTest::OnSelect(wxCommandEvent&)’:
pgAdmin3.cpp:198:34: error: no matching function for call to ‘pgDialog::LoadResource(frmDlgTest*, wxString&)’
dlg->LoadResource(this, dlgName);
^
In file included from ../pgadmin/include/dlg/dlgFindReplace.h:15:0,
from ../pgadmin/include/ctl/ctlSQLBox.h:21,
from ../pgadmin/include/pgAdmin3.h:29,
from pgAdmin3.cpp:13:
../pgadmin/include/dlg/dlgClasses.h:37:7: note: candidate: void pgDialog::LoadResource(wxWindow*, const wxChar*)
void LoadResource(wxWindow parent, const wxChar name = 0);
^~~~~~~~~~~~
../pgadmin/include/dlg/dlgClasses.h:37:7: note: no known conversion for argument 2 from ‘wxString’ to ‘const wxChar {aka const wchar_t}’
pgAdmin3.cpp: In member function ‘virtual bool pgAdmin3::OnInit()’:
pgAdmin3.cpp:320:2: error: cannot convert ‘const wxString’ to ‘const char*’ in initialization
};
^
pgAdmin3.cpp:320:2: error: cannot convert ‘const wxString’ to ‘const char*’ in initialization
pgAdmin3.cpp:320:2: error: cannot convert ‘const wxString’ to ‘const char*’ in initialization
pgAdmin3.cpp:320:2: error: cannot convert ‘const wxString’ to ‘const char*’ in initialization
pgAdmin3.cpp:320:2: error: cannot convert ‘const wxString’ to ‘const char*’ in initialization
pgAdmin3.cpp:320:2: error: cannot convert ‘const wxString’ to ‘const char*’ in initialization
pgAdmin3.cpp:320:2: error: cannot convert ‘const wxString’ to ‘const char*’ in initialization
pgAdmin3.cpp:320:2: error: cannot convert ‘const wxString’ to ‘const char*’ in initialization
pgAdmin3.cpp:320:2: error: cannot convert ‘const wxString’ to ‘const char*’ in initialization
pgAdmin3.cpp:320:2: error: cannot convert ‘const wxString’ to ‘const char*’ in initialization
pgAdmin3.cpp:320:2: error: cannot convert ‘const wxString’ to ‘const char*’ in initialization
pgAdmin3.cpp:320:2: error: cannot convert ‘const wxString’ to ‘const char*’ in initialization
pgAdmin3.cpp:320:2: error: cannot convert ‘const wxString’ to ‘const char*’ in initialization
The text was updated successfully, but these errors were encountered: