|
|
| · · · · · · · | |
|
compilation errors: dirty solution
I could compile pgadmin3 after commenting out line 155 of
src/frm/frmConfig.cpp:
//menuFactories->RegisterMenu(this,
wxCommandEventHandler(pgFrame::OnAction));
PgAdmin3 seems to be working ok after a quick test. What is supposed to
do this line ?. What should I test ?.
Diego.
|