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





------- Additional comments from [EMAIL PROTECTED] Fri Sep  1 00:00:38 -0700 
2006 -------
Probably the same bug, or at least a closely related bug:

When building the Aqua port on Mac OS X, with --disable-mozilla,

g++ -fsigned-char -fmessage-length=0 -malign-natural -c -O2 
-fno-strict-aliasing   -I.  -I../../../
unxmacxp.pro/inc/plaqua 
-I/Users/eric/dev/ooo_sources/solver/680/unxmacxp.pro/inc/mozilla/
plugin -I/Users/eric/dev/ooo_sources/solver/680/unxmacxp.pro/inc/mozilla/java 
-I/Users/eric/dev/
ooo_sources/solver/680/unxmacxp.pro/inc/mozilla/nspr -I../inc -I../../../inc 
-I../../../aqua/inc -
I../../../unx/inc -I../../../unxmacxp.pro/inc -I. 
-I/Users/eric/dev/ooo_sources/solver/680/
unxmacxp.pro/inc/stl 
-I/Users/eric/dev/ooo_sources/solver/680/unxmacxp.pro/inc/external -I/
Users/eric/dev/ooo_sources/solver/680/unxmacxp.pro/inc 
-I/Users/eric/dev/ooo_sources/solenv/
unxmacxp/inc -I/Users/eric/dev/ooo_sources/solenv/inc 
-I/Users/eric/dev/ooo_sources/res -I/Users/
eric/dev/ooo_sources/solver/680/unxmacxp.pro/inc/stl 
-I/System/Library/Frameworks/
JavaVM.framework/Versions/Current/Headers 
-I/System/Library/Frameworks/JavaVM.framework/
Headers     -I/Users/eric/dev/ooo_sources/solver/680/unxmacxp.pro/inc/offuh -I. 
-I../../../res -I. -
pipe -malign-natural -fsigned-char -Wno-long-double  -Wno-ctor-dtor-privacy 
-fno-exceptions    -
fPIC -fno-common -DMACOSX -DUNX -DVCL -DGCC -DC300 -DPOWERPC -DCVER=C300 
-DGLIBC=2 
-D_PTHREADS -D_REENTRANT -DNO_PTHREAD_PRIORITY -DPOWERPC -DPPC -
DSTLPORT_VERSION=400 -D_USE_NAMESPACE=1 -DHAVE_GCC_VISIBILITY_FEATURE 
-DNO_AUDIO -
D__DMAKE -DUNIX -DCPPU_ENV=gcc3 -DGXX_INCLUDE_PATH=/usr/include/c++/4.0.0 
-DSUPD=680 
-DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE 
-DEXCEPTIONS_OFF -
DCUI -DSOLAR_JAVA -DSRC680=SRC680  -DBUILD_OS_APPLEOSX -DBUILD_OS_MAJOR=10 -
DBUILD_OS_MINOR=4 -DBUILD_OS_REV=0 -DQUARTZ -DOJI -DSHAREDLIB -D_DLL_  
-DMULTITHREAD  
-o ../../../unxmacxp.pro/slo/macmgr.o 
/Users/eric/dev/ooo_sources/extensions/source/plugin/aqua/
macmgr.cxx 
In file included from ../inc/plugin/impl.hxx:145,
                 from 
/Users/eric/dev/ooo_sources/extensions/source/plugin/aqua/macmgr.cxx:44:
../inc/plugin/aqua/sysplug.hxx:14:19: error: npapi.h: No such file or directory

There are three solutions:

1) I said --disable-mozilla, therefore code needing npapi.h should not be built.

2) In extensions/source/plugin/aqua/makefile.mk, add
     INCPRE+=-I$(SOLARINCDIR)$/npsdk

3) In extensions/source/plugin/inc/plugin/aqua/sysplug.hxx, change
    #include <npapi.h>
    #define GENERATINGCFM 0
    #include <npupp.h>
into
    #include <npsdk/npapi.h>
    #define GENERATINGCFM 0
    #include <npsdk/npupp.h>

I don't know what solution is the best.

I don't know if we need to fix in SRC680 or in aquavcl01.


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