Closed MeisterP closed 11 years ago
got the same error and added
#define UINT32_MAX std::numeric_limits<uint32_t>::max ()
to nsXPCOMStrings.h and I had to change GnomeKeyring.cpp:669
nsresult rv = RemoveLogin(oldLogin);
nsresult rv2 = AddLogin(newLogin);
return (rv == NS_OK ? rv2 : rv);
but I'm not sure if this is the right thing to do or not...
Are you on ubuntu? If so, see issue #26 and I will close this bug.
I also cannot compile mozilla-gnome-keyring with Firefox 18. I am on Arch Linux.
On 10.01.2013 22:12, Ximin Luo wrote:
Are you on ubuntu? If so, see issue #26 https://github.com/infinity0/mozilla-gnome-keyring/issues/26 and I will close this bug.
No, I use Gentoo.
Pull request #30 fixes this for me. mozilla-gnome-keyring compiles and runs just fine again.
Fixed in de4d7c9