ERROR 1: -------------------------------- ../src/include/pgSchema.h: At global scope: ../src/include/pgSchema.h:88: error: extra qualification
ERROR 1: -------------------------------- ../src/include/pgSchema.h: At global scope: ../src/include/pgSchema.h:88: error: extra qualification pgSchemaObject:: on member pgSchemaObject make[2]: *** [pgAggregate.o] Error 1 make[2]: *** Waiting for unfinished jobs.... ../src/include/pgSchema.h: At global scope: ../src/include/pgSchema.h:88: error: extra qualification pgSchemaObject:: on member pgSchemaObject make[2]: *** [pgCheck.o] Error 1 make[2]: Leaving directory `/var/tmp/portage/pgadmin3-1.4.1/work/pgadmin3-1.4.1/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/pgadmin3-1.4.1/work/pgadmin3-1.4.1' make: *** [all] Error 2 !!! ERROR: dev-db/pgadmin3-1.4.1 failed. Call stack: ebuild.sh, line 1546: Called dyn_compile ebuild.sh, line 937: Called src_compile pgadmin3-1.4.1.ebuild, line 48: Called die !!! (no error message) !!! If you need support, post the topmost build error, and the call stack if relevant. PATCH 1: -------------------------------- src/include/pgSchema.h:88 pgSchemaObject::~pgSchemaObject() -> ~pgSchemaObject() ERROR 2: -------------------------------- ./include/connection.h: At global scope: ./include/connection.h:44: error: extra qualification DBconn:: on member Connect make[4]: *** [connection.o] Error 1 make[4]: Leaving directory `/pgadmin3-1.4.1/xtra/pgagent' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/pgadmin3-1.4.1/xtra/pgagent' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/pgadmin3-1.4.1/xtra' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/pgadmin3-1.4.1' make: *** [all] Error 2 PATCH 2: -------------------------------- xtra/pgagent/include/connection.h:44 bool DBconn::Connect(const wxString &connectString); -> bool Connect(const wxString &connectString); THEN, compile succeed.
*** This bug has been marked as a duplicate of 133638 ***