To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71977
                 Issue #|71977
                 Summary|SRC680_m195: missing include in sd/inc/CustomAnimation
                        |Preset.hxx
               Component|porting
                 Version|680m193
                Platform|Macintosh
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P1
            Subcomponent|code
             Assigned to|rt
             Reported by|pjanik





------- Additional comments from [EMAIL PROTECTED] Sat Nov 25 13:39:08 -0800 
2006 -------
Hi,

Making: ../../unxmacxi.pro/slo/CustomAnimationEffect.obj
/Users/pavel/BUILD/BuildDir/bin/ccache /usr/bin/g++ -fsigned-char 
-fmessage-length=0 -malign-
natural -c -O2 -fno-strict-aliasing   -fvisibility=hidden -I.  
-I../../unxmacxi.pro/inc/core -I/Users/
pavel/BUILD/BuildDir/ooo_SRC680_m195_src/solver/680/unxmacxi.pro/inc/offuh 
-I../inc -I../../inc/
pch -I../../inc -I../../unx/inc -I../../unxmacxi.pro/inc -I. 
-I/Users/pavel/BUILD/BuildDir/
ooo_SRC680_m195_src/solver/680/unxmacxi.pro/inc/stl 
-I/Users/pavel/BUILD/BuildDir/
ooo_SRC680_m195_src/solver/680/unxmacxi.pro/inc/external 
-I/Users/pavel/BUILD/BuildDir/
ooo_SRC680_m195_src/solver/680/unxmacxi.pro/inc -I/Users/pavel/BUILD/BuildDir/
ooo_SRC680_m195_src/solenv/unxmacxi/inc 
-I/Users/pavel/BUILD/BuildDir/ooo_SRC680_m195_src/
solenv/inc -I/Users/pavel/BUILD/BuildDir/ooo_SRC680_m195_src/res 
-I/Users/pavel/BUILD/BuildDir/
ooo_SRC680_m195_src/solver/680/unxmacxi.pro/inc/stl 
-I/System/Library/Frameworks/
JavaVM.framework/Versions/Current/Headers 
-I/System/Library/Frameworks/JavaVM.framework/
Headers -I/usr/X11R6/include/ -I/usr/X11R6/include//freetype2     
-I/Users/pavel/BUILD/BuildDir/
ooo_SRC680_m195_src/solver/680/unxmacxi.pro/inc/offuh -I. -I../../res -I. -pipe 
-malign-natural -
fsigned-char -Wno-long-double  -Wno-ctor-dtor-privacy -Wall -Wendif-labels 
-Wshadow -Wno-ctor-
dtor-privacy     -Wno-non-virtual-dtor   -fPIC -fno-common -DMACOSX -DUNX -DVCL 
-DGCC -
DC300 -DINTEL -DCVER=C300 -DGLIBC=2 -D_PTHREADS -D_REENTRANT 
-DNO_PTHREAD_PRIORITY -
DX86 -DSTLPORT_VERSION=400 -D_USE_NAMESPACE=1 -DX_LOCALE -
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 -DCUI -DSOLAR_JAVA -DSRC680=SRC680 
 -
DBUILD_OS_APPLEOSX -DBUILD_OS_MAJOR=10 -DBUILD_OS_MINOR=4 -DBUILD_OS_REV=8 -
DSD_DLLIMPLEMENTATION -DSHAREDLIB -D_DLL_  -DMULTITHREAD -fexceptions 
-fno-enforce-eh-
specs -DEXCEPTIONS_ON  -o ../../unxmacxi.pro/slo/CustomAnimationEffect.o 
/Users/pavel/BUILD/
BuildDir/ooo_SRC680_m195_src/sd/source/core/CustomAnimationEffect.cxx 
../../inc/CustomAnimationPreset.hxx:62: error: expected initializer before '<' 
token
../../inc/CustomAnimationPreset.hxx:63: error: expected initializer before '<' 
token

this fixed it for me:

--- CustomAnimationPreset.hxx   16 Dec 2005 09:06:37 +0100
        1.3
+++ CustomAnimationPreset.hxx   25 Nov 2006 22:35:50 +0100
        
@@ -56,6 +56,7 @@
 #include <CustomAnimationEffect.hxx>
 #endif
 
+#include <hash_map>
 
 namespace sd {

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