To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105089
                 Issue #|105089
                 Summary|extensions: which npapi.h does plugcon.hxx want ?
               Component|framework
                 Version|DEV300m58
                Platform|All
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|pl
             Reported by|cmc





------- Additional comments from [email protected] Tue Sep 15 12:05:33 +0000 
2009 -------
i.e. it has...

#include <npsdk/npupp.h>
#include <npapi.h>

but npsdk/npupp.h also has a #include "npapi.h" in it. 

So in a vanilla build we include
npsdk/npupp.h which causes
npsdk/npapi.h to get included
and then we include
mozilla/plugin/npapi.h
It so happens that npsdk/npapi.h and mozilla/plugin/npapi.h have the same
include guard so only npsdk/npapi.h really gets included.

In a --with-system-mozilla case I have a xulrunner/plugin/npapi.h with a
different include guard and there's conflicts between npsdk's one and
xulrunner's one.

I'd guess that we intend to include npsdk/npapi.h seeing as that's what really
gets included normally. Patch to enforce that attached.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to