Wan-Teh Chang wrote: > Hi, > > I am not familiar with npapi.h. I just took a quick look at it. As far > as I can tell, you didn't do anything wrong. > > We need to make the NSS headers usable with NO_NSPR_10_SUPPORT > defined. I filed a bug for this issue: > https://bugzilla.mozilla.org/show_bug.cgi?id=436430 > > For now, you'll need to work around this bug by separating the files that > need to include npapi.h and NSS headers. > > Does your npapi.h include "prtypes.h"? If so, you may need to define > NO_NSPR_10_SUPPORT when you compile npapi.h. > > Wan-Teh > _______________________________________________ > dev-tech-crypto mailing list > dev-tech-crypto@lists.mozilla.org > https://lists.mozilla.org/listinfo/dev-tech-crypto > Hi,
I did compile npapi.h with NO_NSPR_10_SUPPORT defined. That removed the errors on types (int32 etc) but gave new errors related to PRArenaPool etc which is quite obvious with the current library. I guess I should wait for the fix to happen for the bug filed. Thanks Ruchi _______________________________________________ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto