tinker2much
tinker2much
I pasted that block in as code, hope it formats better. `20221207 try to build latest Apple Silicon pwsafe download 115 version of pwsafe (pwsafe-1.15.0.tar.gz) and copy to documents set...
Here are the errors I see: > pwsafe-cli > Undefined symbol: wxGet_wxConvLibcPtr() > > Undefined symbol: wxFileName::Assign(wxString const&, wxPathFormat) > > Undefined symbol: wxArrayString::Init(bool) > > Undefined symbol: wxArrayString::~wxArrayString() >...
A different attempt: I got the latest wxwidgets from homebrew (3.2.1 for Apple Silicon). I did a get pull on pwsafe so I should have the latest version; I'm on...
Right, but I'm using the latest wxwidgets, and the latest pwsafe from git, therefore the latest pwsafe xcode project, so what else can I do? Is there something with the...
> Looks like the Xcode mac build is missing the wxWidgets libraries in the cli link. Sorry I can't be more specific, as I don't have access to a Mac...
Progress:
Do I need to install more dependencies, as in the script for Linux: Misc/setup-linux-dev-env.sh ?
Thanks you. I got the latest changes, also brew installed and linked xerces-c, and now the main app builds. That's all I need, but FYI, the cli build still fails,...
Followup: I do see uuid in the make output: > -- Looking for uuid/uuid.h > -- Looking for uuid/uuid.h - found libuuid does not appear in "brew list". So do...
> That's all I need, but FYI, the cli build still fails, see below To clarify, I don't need the cli either from the make or Xcode builds, but I...