This is a discussion on compilation error within the pgsql Interfaces Pgadmin Hackers forums, part of the PostgreSQL category; --> Hi, I am having some compilation errors with today's cvs checkout: .. .. .. .. .. .../src/include/frmHelp.h:59: warning: 'class ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I am having some compilation errors with today's cvs checkout: .. .. .. .. .. .../src/include/frmHelp.h:59: warning: 'class contentsFactory' has virtual functions but non-virtual destructor .../src/include/frmHelp.h:67: warning: 'class pgsqlHelpFactory' has virtual functions but non-virtual destructor .../src/include/frmHelp.h:75: warning: 'class faqFactory' has virtual functions but non-virtual destructor .../src/include/frmHelp.h:83: warning: 'class bugReportFactory' has virtual functions but non-virtual destructor ../frm/frmConfig.cpp: In member function 'void frmConfig::InitFrame(const wxChar*)': .../src/include/dlgClasses.h:65: error: 'void pgFrame::OnAction(wxCommandEvent&)' is protected ../frm/frmConfig.cpp:155: error: within this context ../frm/frmConfig.cpp:143: warning: unused variable 'af' make[2]: *** [frmConfig.o] Error 1 make[2]: Leaving directory `/home/dags/desarrollo/pgadmin3/pgadmin3/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/dags/desarrollo/pgadmin3/pgadmin3' make: *** [all] Error 2 Any hint ?. Diego. ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| Thread Tools | |
| Display Modes | |
|
|