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

Reply via email to