I've tried to build under fedora 23

./configure CXXFLAGS="-W./configure --with-wx-version=3.0
CXXFLAGS="-Wno-deprecated-declarations -Wl,-z,lazy -fPIC -pie"
CFLAGS="-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örn Harrtell <[email protected]>:

> Hi devs,
>
> Have anyone investigated compiling pgadmin using wxWidgets > 2.9.4 and
> GTK+ 3 which can be enabled with configure option --with-gtk=3?
>
> I'm putting an effort into it now and will share results here, but will
> appreciate information from anyone with existing experience.
>
> /Björn
>



-- 
All bugs reserved

Reply via email to