Make pgadmin3 1.20, wxwidgets problems

From: Ivan Pantic <ivanpantic82(at)gmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Make pgadmin3 1.20, wxwidgets problems
Date: 2015-03-07 21:15:46
Message-ID: 54FB6A82.7080805@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hello,

I'm trying to build pgadmin 1.20 from sources on Debian Jessie. I
already have 1.20.0~beta2-1 0 installed through apt-get, but it's pretty
buggy, which is why I'm looking into moving forward to the latest, or
back to 1.18.

Anyway, I followed the script from INSTALL file. This is where I'm stuck:

# make
./pgadmin/ui/embed-xrc
Rebuilding xrcdialogs.cpp...
wxrc: error while loading shared libraries: libwx_baseu_xml-2.8.so.0:
cannot open shared object file: No such file or directory
diff: ./pgadmin/ui/xrcDialogs.cpp.new: No such file or directory
mv: cannot stat ‘./pgadmin/ui/xrcDialogs.cpp.new’: No such file or directory
Makefile:1024: recipe for target 'xrc' failed
make: *** [xrc] Error 1

I tried reconfiguring to wxwidgets 3.0 version from apt-get (./configure
--with-wx-version=3.0 --with-wx=/usr). The same message.
I tried deleting everything and starting from scratch, both using
pgadmin 1.20 tarbal and the latest from master.
I tried reinstalling wxwidgets 2.8, both manually and using the
installer in xtra/wx-build/build-wxgtk.

The error message remains the same. My best guesses are, either
something has remained cached somewhere, or I messed up my wxwidgets
install.

Any ideas where I should start looking?

Thanks,
Ivan

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2015-03-08 09:42:17 Re: Table DDL scripts generated by pgAdmin incorrectly show the constraint name using the implicit index name (on Greenplum).
Previous Message Danilo Fortunato 2015-03-07 21:01:25 Table DDL scripts generated by pgAdmin incorrectly show the constraint name using the implicit index name (on Greenplum).