Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1a9uiK-00018c-4R for pgadmin-hackers@arkaria.postgresql.org; Fri, 18 Dec 2015 13:04:52 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1a9uiJ-0008NM-AQ for pgadmin-hackers@arkaria.postgresql.org; Fri, 18 Dec 2015 13:04:51 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84) (envelope-from ) id 1a9uiH-0008ND-MN for pgadmin-hackers@postgresql.org; Fri, 18 Dec 2015 13:04:49 +0000 Received: from mail-wm0-x231.google.com ([2a00:1450:400c:c09::231]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1a9ui9-0006iE-Vl for pgadmin-hackers@postgresql.org; Fri, 18 Dec 2015 13:04:47 +0000 Received: by mail-wm0-x231.google.com with SMTP id l126so64386532wml.1 for ; Fri, 18 Dec 2015 05:04:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=+9c6sSFi0d9yJlEkkkSsQKwvymNfddaQEYLGlGSSpEg=; b=OqdWc1LdgcORVQujQD7S9mut3AG75FHv/BF8u+iuZXEkmlvi+gLOGJH5SSHSrYdR9p mTZpb/cHDvB1CwkLM4YO2nYZ7T3fZ0x35M1Tpv8BAyXorMzpIbeuj6E9zhSxlC2ci0NM 2en+YxsrvrpWiTijMj/c+8guty1JxW0Vl066lcrd8oxwxNkgDU8/um/EhG21oiTv1Kt8 9RhLq8SbzPY8LUkGH8JSx7d+uyuo1PjeHdGS7WArr4ckjKdD+QC23CQUaJCjk8ZG9/cP YXwbs90JTMuWBRC/1UMcUf8uGwoODCuMumbUvT5fsAqyGQGmrJxCXAl7PUYDl/QkOtka Iolw== MIME-Version: 1.0 X-Received: by 10.28.125.201 with SMTP id y192mr3160446wmc.23.1450443880417; Fri, 18 Dec 2015 05:04:40 -0800 (PST) Received: by 10.28.136.2 with HTTP; Fri, 18 Dec 2015 05:04:40 -0800 (PST) In-Reply-To: References: Date: Fri, 18 Dec 2015 16:04:40 +0300 Message-ID: Subject: Re: ]GTK 3 From: Timon To: bjorn@wololo.org Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary=001a1141e78042527405272bc80b X-Pg-Spam-Score: -2.7 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --001a1141e78042527405272bc80b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I've tried to build under fedora 23 ./configure CXXFLAGS=3D"-W./configure --with-wx-version=3D3.0 CXXFLAGS=3D"-Wno-deprecated-declarations -Wl,-z,lazy -fPIC -pie" CFLAGS=3D"-fPIC -pie" make -j 10 but it failed on linking stage with errors like pgAdmin3.o: In function `wxCreateApp()': pgAdmin3.cpp:(.text+0x16): undefined reference to `wxAppConsole::CheckBuildOptions(char const*, char const*)' pgAdmin3.o: In function `frmDlgTest::frmDlgTest()': pgAdmin3.cpp:(.text+0x381): undefined reference to `wxDir::~wxDir()' pgAdmin3.cpp:(.text+0x423): undefined reference to `wxDir::~wxDir()' pgAdmin3.o: In function `pgAdmin3::OnInit()': ..... 2015-12-18 14:35 GMT+03:00 Bj=C3=B6rn Harrtell : > Hi devs, > > Have anyone investigated compiling pgadmin using wxWidgets > 2.9.4 and > GTK+ 3 which can be enabled with configure option --with-gtk=3D3? > > I'm putting an effort into it now and will share results here, but will > appreciate information from anyone with existing experience. > > /Bj=C3=B6rn > --=20 All bugs reserved --001a1141e78042527405272bc80b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I've tried to build under fedora 23

./conf= igure CXXFLAGS=3D"-W./configure --with-wx-version=3D3.0 CXXFLAGS=3D&qu= ot;-Wno-deprecated-declarations -Wl,-z,lazy -fPIC -pie" CFLAGS=3D"= ;-fPIC -pie"
make -j 10

but it f= ailed on linking stage with errors like

pgAdmin3.o: In function `wx= CreateApp()':
pgAdmin3.cpp:(.text+0x16): undefined reference to `wxA= ppConsole::CheckBuildOptions(char const*, char const*)'
pgAdmin3.o: = In function `frmDlgTest::frmDlgTest()':
pgAdmin3.cpp:(.text+0x381): = undefined reference to `wxDir::~wxDir()'
pgAdmin3.cpp:(.text+0x423):= undefined reference to `wxDir::~wxDir()'
pgAdmin3.o: In function `p= gAdmin3::OnInit()':
.....

2015-12-18 14:35 GMT+03:00 Bj=C3=B6rn Harrtell <bjorn.harrtell@gmail.com>:
Hi devs,

Have anyone investigated= compiling pgadmin using wxWidgets > 2.9.4 and GTK+ 3 which can be enabl= ed with configure option --with-gtk=3D3?

I'm p= utting an effort into it now and will share results here, but will apprecia= te information from anyone with existing experience.

/Bj=C3=B6rn
<= /span>



--
All bugs reserved
--001a1141e78042527405272bc80b--