ooo-build r11804 - in trunk: . patches/src680



Author: rengelhard
Date: Tue Mar  4 19:54:53 2008
New Revision: 11804
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11804&view=rev

Log:
more string.h for mips, ppc64, s390, arm, sparc

Modified:
   trunk/ChangeLog
   trunk/patches/src680/cws-s390port01.diff
   trunk/patches/src680/gcc-4.3-bridges.diff

Modified: trunk/patches/src680/cws-s390port01.diff
==============================================================================
--- trunk/patches/src680/cws-s390port01.diff	(original)
+++ trunk/patches/src680/cws-s390port01.diff	Tue Mar  4 19:54:53 2008
@@ -847,21 +847,24 @@
 diff -u -u -p -b -w -B -r1.5 -r1.5.92.1
 --- bridges/source/cpp_uno/gcc3_linux_s390/except.cxx	16 Sep 2006 15:49:02 -0000	1.5
 +++ bridges/source/cpp_uno/gcc3_linux_s390/except.cxx	29 Feb 2008 14:56:00 -0000	1.5.92.1
-@ -46,10 +46,12 @@
+@@ -37,6 +37,7 @@
+ #include "precompiled_bridges.hxx"
+ 
+ #include <stdio.h>
++#include <string.h>
+ #include <dlfcn.h>
+ #include <cxxabi.h>
+ #include <hash_map>
+@@ -46,7 +47,7 @@
  #include <osl/diagnose.h>
  #include <osl/mutex.hxx>
-
+ 
 -#include <bridges/cpp_uno/bridge.hxx>
-+#include <com/sun/star/uno/genfunc.hxx>
++#include <com/sun/star/uno/bridges/cpp_uno/bridge.hxx>
  #include <typelib/typedescription.hxx>
  #include <uno/any2.h>
-
-+#include <string.h>
-+
- #include "share.hxx"
-
-
-@@ -291,4 +291,4 @@ void fillUnoException( __cxa_exception *
+ 
+@@ -291,4 +292,4 @@
  }
  
  }

Modified: trunk/patches/src680/gcc-4.3-bridges.diff
==============================================================================
--- trunk/patches/src680/gcc-4.3-bridges.diff	(original)
+++ trunk/patches/src680/gcc-4.3-bridges.diff	Tue Mar  4 19:54:53 2008
@@ -28,3 +28,54 @@
  #include <dlfcn.h>
  #include <cxxabi.h>
  #include <hash_map>
+--- bridges/source/cpp_uno/gcc3_linux_arm/except.cxx	12 Dec 2007 15:34:44 -0000	1.3
++++ bridges/source/cpp_uno/gcc3_linux_arm/except.cxx	4 Mar 2008 19:28:06 -0000
+@@ -34,6 +34,7 @@
+  ************************************************************************/
+ 
+ #include <stdio.h>
++#include <string.h>
+ #include <dlfcn.h>
+ #include <cxxabi.h>
+ #include <hash_map>
+--- bridges/source/cpp_uno/gcc3_linux_mips/except.cxx	2 Nov 2007 15:21:34 -0000	1.2
++++ bridges/source/cpp_uno/gcc3_linux_mips/except.cxx	4 Mar 2008 19:30:34 -0000
+@@ -33,6 +33,7 @@
+  *
+  ************************************************************************/
+ #include <stdio.h>
++#include <string.h>
+ #include <dlfcn.h>
+ #include <cxxabi.h>
+ #include <hash_map>
+--- bridges/source/cpp_uno/gcc3_linux_mips/cpp2uno.cxx	22 Nov 2007 16:47:04 -0000	1.3
++++ bridges/source/cpp_uno/gcc3_linux_mips/cpp2uno.cxx	4 Mar 2008 19:38:54 -0000
+@@ -59,6 +59,7 @@
+ using namespace ::rtl;
+ #endif
+ #include <sys/sysmips.h>
++#include <string.h>
+ 
+ #ifdef OSL_BIGENDIAN
+ #define IS_BIG_ENDIAN 1
+--- bridges/source/cpp_uno/gcc3_linux_sparc/except.cxx	22 Nov 2006 11:07:33 -0000	1.6
++++ bridges/source/cpp_uno/gcc3_linux_sparc/except.cxx	4 Mar 2008 19:32:29 -0000
+@@ -36,6 +36,7 @@
+ // MARKER(update_precomp.py): autogen include statement, do not remove
+ #include "precompiled_bridges.hxx"
+ #include <stdio.h>
++#include <string.h>
+ #include <dlfcn.h>
+ #include <cxxabi.h>
+ #include <hash_map>
+--- bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx 18 Jun 2007 16:34:57 -0000      1.2
++++ bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx 4 Mar 2008 19:41:24 -0000
+@@ -47,7 +47,7 @@
+ 
+ #include "share.hxx"
+ #include <stdio.h>
+-
++#include <string.h>
+ 
+ using namespace ::com::sun::star::uno;
+ 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]