Re: [Passwordsafe-linux] 0.98.x beta vs Ubuntu 15.10
Popular easy-to-use and secure password manager
Brought to you by:
ronys
From: Bill D <bi...@du...> - 2016-04-01 12:13:26
|
On Fri, Apr 01, 2016 at 10:57:12AM +0200, DJC wrote: > I've found no version, beginning with 0.94beta, that installs on Ubuntu > 15.10 64-bit desktop -- faulty dependencies (libwxgtk). Mr Google turns up > nothing obvious that seems to work. > Is this in fact a solved problem? And if so, what's the solution? I'm running 15.10 and have the same problem. When I installed 0.97 I compiled my own .deb from source. However this no longer works, as compiling 0.98.1BETA from the source tarball fails with: g++ -c -o GCCUnicodeRelease/pwsafeapp.o `/usr/bin/wx-config --debug=no --unicode=yes --inplace --cxxflags` -DUNICODE -DNDEBUG -I../.. -fPIC -O -Wall -DUSE_XML_LIBRARY=XERCES -DWCHAR_INCOMPATIBLE_XMLCH -std=c++11 -std=c++11 pwsafeapp.cpp pwsafeapp.cpp: In member function ‘virtual bool PwsafeApp::OnInit()’: pwsafeapp.cpp:278:62: error: invalid operands of types ‘double’ and ‘int’ to binary ‘operator<<’ DWORD((MINORVERSION << 16) | MAJORVERSION ^ Makefile:217: recipe for target 'GCCUnicodeRelease/pwsafeapp.o' failed make[2]: *** [GCCUnicodeRelease/pwsafeapp.o] Error 1 make[2]: Leaving directory '/home/billd/src/pwsafe-0.98.1BETA/src/ui/wxWidgets' Makefile.linux:49: recipe for target 'unicoderelease' failed make[1]: *** [unicoderelease] Error 2 make[1]: Leaving directory '/home/billd/src/pwsafe-0.98.1BETA' Makefile.linux:58: recipe for target 'release' failed make: *** [release] Error 2 -- Bill D. <bi...@du...> |