Error during make from git on Opensuse 12.2

From: Colin Beckingham <colbec(at)start(dot)ca>
To: pgadmin-support(at)postgresql(dot)org
Subject: Error during make from git on Opensuse 12.2
Date: 2012-09-06 08:06:17
Message-ID: 50485979.3090803@start.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgadmin-support

Yesterday I upgraded from Opensuse 12.1 to 12.2 (new release).
Two days ago I compiled pgadmin from git no problem.
This morning I have a problem with make:

...
mv -f $depbase.Tpo $depbase.Po
schema/edbPackage.cpp: In member function ‘virtual pgObject*
edbPackageFactory::CreateObjects(pgCollection*, ctlTree*, const wxString&)’:
schema/edbPackage.cpp:248:11: error: ambiguous overload for ‘operator+’
in ‘+restriction’
schema/edbPackage.cpp:248:11: note: candidates are:
schema/edbPackage.cpp:248:11: note: operator+(const char*) <built-in>
schema/edbPackage.cpp:248:11: note: operator+(const wchar_t*) <built-in>
schema/edbPackage.cpp:248:11: note: operator+(const void*) <built-in>
make[3]: *** [schema/edbPackage.o] Error 1
make[3]: Leaving directory `/home/colin/pgadmin3/pgadmin'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/colin/pgadmin3/pgadmin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/colin/pgadmin3'
make: *** [all] Error 2

Configure is :
$ ./configure --with-wx-version=2.9 --enable-databasedesigner

Output from configure ends with:
PostgreSQL directory: /usr
PostgreSQL pg_config binary: /usr/bin/pg_config
PostgreSQL version: PostgreSQL 9.1.1

PostgreSQL PQconninfoParse support: Present
PostgreSQL SSL support: Present

wxWidgets directory: /usr/local
wxWidgets wx-config binary: /usr/local/bin/wx-config
wxWidgets version: wxWidgets 2.9.4

libxml2 directory: /usr
libxml2 xml2-config binary: /usr/bin/xml2-config
libxml2 version: libxml2 2.7.8

libxslt directory: /usr
libxslt xslt-config binary: /usr/bin/xslt-config
libxslt version: libxslt 1.1.26

Building Database Designer: Yes

Building a debug version of pgAdmin: No
Statically linking pgAdmin: No
Building a Mac OS X appbundle: No

sphinx-build executable: <not found>

I tried a ./bootstrap but this did not change things. I can do a make
clean but that leads me to a long, long, make, to be avoided if possible.
--
---
Colin Beckingham
613-454-5369
http://www.it4gh.com

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Sachin Srivastava 2012-09-06 08:47:34 Re: [pgadmin-support] Error during make from git on Opensuse 12.2
Previous Message Ashesh Vashi 2012-09-06 08:03:45 Re: Pass on the SSL settings to the plugins

Browse pgadmin-support by date

  From Date Subject
Next Message Sachin Srivastava 2012-09-06 08:47:34 Re: [pgadmin-support] Error during make from git on Opensuse 12.2
Previous Message Bartosz Dmytrak 2012-09-04 07:32:27 Re: Jobs' node in pgAdmin