To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81612





------- Additional comments from [EMAIL PROTECTED] Wed Oct  3 20:36:58 +0000 
2007 -------
Your change to nfuncs.cxx was correct.

I introduced the NULLs you just removed while building unxlngi6/.pro, but I now
noticed I was wrong: The plugin/unx/sysplug.hxx file had a
  #include <npupp.h>
, which on my build system included a file which does *not* come from the OOo
source tree, and is newer than this. Thus, my compiler warned about missing
initializers.
The proper include is
  #include <npsdk/npupp.h>
, which also results in the warnings being gone.

I should probably send a mail to [EMAIL PROTECTED] asking porters and 
distributions to
check this. I suppose there is some configure switch --with-system-npsdk (or
something like this), which will break now. In this case, we need to make
"<npupp.h>" vs. "<npsdk/npupp.h>" make depend on this configure-time setting.


All other changes look fine. I rebuilt extensions on wntmsci10/.pro,
unxlngi6/.pro, unxsols4/.pro, and unxsoli4.pro, all without any warnings. Great
stuff, that.

---------------------------------------------------------------------
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