Re: [Passwordsafe-linux] 0.7 beta xcode build
Popular easy-to-use and secure password manager
Brought to you by:
ronys
From: Saurav G. <sa...@gm...> - 2011-11-09 12:00:46
|
version.h is generated automatically from version.in by Misc/mkversion.plas part of building any of the pwsafe* targets in Xcode. Did that step not run at all? Can you post the build log? Just as a note, two of the targets (pwsafe-llvm and pwsafe64) shouldn't need the 10.4u SDK, but I haven't tried building them on a system (Xcode 4?) where that SDK is not installed already. Saurav. On Wed, Nov 9, 2011 at 10:21 AM, Joel Martin <jol...@gm...> wrote: > problems i had, and solutions i found. > > maybe it's just me, as i haven't used xcode much yet, but following the > README.MAC instructions i had these problems, mainly that version.h > couldn't be found for some files in the src/ui/wxWidgets directory > I guessed that version.in was the real version.h and some preprocessing > doesn't happen with the README steps > so > ln -s src/ui/wxWidgets/version.in version.h > > and > src/ui/wxWidgets/safecombinationentry.cpp needed > #include "version.h" > > i added it after #include <wx/version.h> > > oh, and had to install the SDK 10.4u from the Xcode3.2.6 download > > seems to be working now with those minimal changes, thanks for this > version. > > Joel > > > ------------------------------------------------------------------------------ > RSA(R) Conference 2012 > Save $700 by Nov 18 > Register now > http://p.sf.net/sfu/rsa-sfdev2dev1 > _______________________________________________ > Passwordsafe-linux mailing list > Pas...@li... > https://lists.sourceforge.net/lists/listinfo/passwordsafe-linux > > |