Hi porting-list members,
I'm trying to build OOo m100 on AMD64, and not succeeding. There is a
missing file "bridge.h". When I copied bridge.h from m77, some of the
compile error messages went away, but not all of them.
This problem has been raised before at:
http://www.openoffice.org/servlets/ReadMsg?listName=dev&msgNo=13502
but the author of the post has not found a solution.
Has *anybody* succeeded in building OOo on AMD64?
Could someone help me overcome the build problem?
My error messages are listed below. Note that:
a) I'm using GNU 3.4.4.
b) First I built using the bridge.h I copied from m77. Then I renamed it
and built again (with more compiler error messages).
Alan Yaniger
Tk Open Systems
[EMAIL PROTECTED]:~/SRC680_m100$ uname -a
Linux shvo 2.6.8-11-amd64-k8-smp #1 SMP Sun Apr 10 18:58:09 UTC 2005
x86_64 GNU/Linux
[EMAIL PROTECTED]:~/SRC680_m100$ gcc --version
gcc (GCC) 3.4.4 20050314 (prerelease) (Debian 3.4.3-12)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
[EMAIL PROTECTED]:~/SRC680_m100$ cd bridges/
[EMAIL PROTECTED]:~/SRC680_m100/bridges$ uname -a
Linux shvo 2.6.8-11-amd64-k8-smp #1 SMP Sun Apr 10 18:58:09 UTC 2005
x86_64 GNU/Linux
[EMAIL PROTECTED]:~/SRC680_m100/bridges$ gcc --version
gcc (GCC) 3.4.4 20050314 (prerelease) (Debian 3.4.3-12)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
[EMAIL PROTECTED]:~/SRC680_m100/bridges$ build
build -- version: 1.136
/home/ooo/SRC680_m100/bridges/unotypes
-------------
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_s390
-------------
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64
--- NOOPTFILES ---
------------------------------
Making: ../../../unxlngx4.pro/slo/uno2cpp.obj
g++ -fmessage-length=0 -c -I. -I. -I../inc -I../../../inc
-I../../../unx/inc -I../../../unxlngx4.pro/inc -I.
-I/home/ooo/SRC680_m100/solver
/680/unxlngx4.pro/inc/stl
-I/home/ooo/SRC680_m100/solver/680/unxlngx4.pro/inc/external
-I/home/ooo/SRC680_m100/solver/680/unxlngx4.pro/inc -
I/home/ooo/SRC680_m100/solenv/unxlngx4/inc
-I/home/ooo/SRC680_m100/solenv/inc -I/home/ooo/SRC680_m100/res
-I/home/ooo/SRC680_m100/solver/680
/unxlngx4.pro/inc/stl -I/home/ooo/SRC680_m100/solenv/inc/Xp31
-I/usr/local/j2sdk1.4.2/include -I/usr/local/j2sdk1.4.2/include/linux
-I/usr/l
ocal/j2sdk1.4.2/include/native_threads/include -I/usr/X11R6/include
-I. -I../../../res -I. -g -O0 -DLEAK_STATIC_DATA -pipe -fno-use-cx
a-atexit -Wno-ctor-dtor-privacy -include preinclude.h -fexceptions
-fno-enforce-eh-specs -fPIC -DLINUX -DUNX -DVCL -DGCC -DC300 -DX86_64 -
DGXX_INCLUDE_PATH=/usr/include/c++/3.4 -DCVER=C300 -D_USE_NAMESPACE
-DGLIBC=2 -DX86_64 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE
=1 -DSTLPORT_VERSION=400 -D__DMAKE -DUNIX -DCPPU_ENV=gcc3 -DSUPD=680
-DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DEXCEPTIONS_ON -
DCUI -DSOLAR_JAVA -DSRC680 -DSHAREDLIB -D_DLL_ -DMULTITHREAD -w -o
../../../unxlngx4.pro/slo/uno2cpp.o /home/ooo/SRC680_m100/bridges/sour
ce/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:
In function `void gcc3::callVirtualMethod(void*, sal_uInt32, voi
d*, typelib_TypeClass, char*, sal_uInt64*, sal_uInt32)':
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:338:
error: unable to find a register to spill in class `GENERAL_
REGS'
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:338:
error: this is the insn:
(insn 260 259 261 25
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:292
(set (reg:DI 105)
(mem:DI (reg/f:SI 0 ax [orig:104 pThis ] [104]) [0 S8 A64])) 82
{*movdi_2} (nil)
(expr_list:REG_DEAD (reg/f:SI 0 ax [orig:104 pThis ] [104])
(nil)))
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:338:
confused by earlier errors, bailing out
dmake: Error code 1, while making '../../../unxlngx4.pro/slo/uno2cpp.obj'
'---* tg_merge.mk *---'
dmake: Error code 255, while making 'do_it_noopt'
'---* tg_merge.mk *---'
ERROR: Error 65280 occurred while making
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64
[EMAIL PROTECTED]:~/SRC680_m100/bridges$ mv inc/bridges/cpp_uno/bridge.h
inc/bridges/cpp_uno/bridge.h-tmp
[EMAIL PROTECTED]:~/SRC680_m100/bridges$ build
build -- version: 1.136
/home/ooo/SRC680_m100/bridges/unotypes
-------------
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_s390
-------------
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64
--- NOOPTFILES ---
------------------------------
Making: ../../../unxlngx4.pro/slo/uno2cpp.obj
g++ -fmessage-length=0 -c -I. -I. -I../inc -I../../../inc
-I../../../unx/inc -I../../../unxlngx4.pro/inc -I.
-I/home/ooo/SRC680_m100/solver
/680/unxlngx4.pro/inc/stl
-I/home/ooo/SRC680_m100/solver/680/unxlngx4.pro/inc/external
-I/home/ooo/SRC680_m100/solver/680/unxlngx4.pro/inc -
I/home/ooo/SRC680_m100/solenv/unxlngx4/inc
-I/home/ooo/SRC680_m100/solenv/inc -I/home/ooo/SRC680_m100/res
-I/home/ooo/SRC680_m100/solver/680
/unxlngx4.pro/inc/stl -I/home/ooo/SRC680_m100/solenv/inc/Xp31
-I/usr/local/j2sdk1.4.2/include -I/usr/local/j2sdk1.4.2/include/linux
-I/usr/l
ocal/j2sdk1.4.2/include/native_threads/include -I/usr/X11R6/include
-I. -I../../../res -I. -g -O0 -DLEAK_STATIC_DATA -pipe -fno-use-cx
a-atexit -Wno-ctor-dtor-privacy -include preinclude.h -fexceptions
-fno-enforce-eh-specs -fPIC -DLINUX -DUNX -DVCL -DGCC -DC300 -DX86_64 -
DGXX_INCLUDE_PATH=/usr/include/c++/3.4 -DCVER=C300 -D_USE_NAMESPACE
-DGLIBC=2 -DX86_64 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE
=1 -DSTLPORT_VERSION=400 -D__DMAKE -DUNIX -DCPPU_ENV=gcc3 -DSUPD=680
-DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DEXCEPTIONS_ON -
DCUI -DSOLAR_JAVA -DSRC680 -DSHAREDLIB -D_DLL_ -DMULTITHREAD -w -o
../../../unxlngx4.pro/slo/uno2cpp.o /home/ooo/SRC680_m100/bridges/sour
ce/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx
In file included from
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:67:
../../../inc/bridges/cpp_uno/bridge.hxx:65:36: bridges/cpp_uno/bridge.h:
No such file or directory
In file included from
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:67:
../../../inc/bridges/cpp_uno/bridge.hxx:90: error: variable or field
`cppu_cppInterfaceProxy_free' declared void
../../../inc/bridges/cpp_uno/bridge.hxx:90: error:
`gcc3::cppu_cppInterfaceProxy_free' declared as an `inline' variable
../../../inc/bridges/cpp_uno/bridge.hxx:90: error: `uno_ExtEnvironment'
was not declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:90: error: `pEnv' was not declared
in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:90: error: expected
primary-expression before "void"
../../../inc/bridges/cpp_uno/bridge.hxx:91: error: initializer expression
list treated as compound expression
../../../inc/bridges/cpp_uno/bridge.hxx:91: error: expected `,' or `;'
before '{' token
../../../inc/bridges/cpp_uno/bridge.hxx:108: error: variable or field
`cppu_Mapping_uno2cpp' declared void
../../../inc/bridges/cpp_uno/bridge.hxx:108: error:
`gcc3::cppu_Mapping_uno2cpp' declared as an `inline' variable
../../../inc/bridges/cpp_uno/bridge.hxx:109: error: `uno_Mapping' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:109: error: `pMapping' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:109: error: expected
primary-expression before "void"
../../../inc/bridges/cpp_uno/bridge.hxx:110: error: expected
primary-expression before "void"
../../../inc/bridges/cpp_uno/bridge.hxx:110: error: expected
primary-expression before '*' token
../../../inc/bridges/cpp_uno/bridge.hxx:110: error: `pTypeDescr' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:111: error: initializer expression
list treated as compound expression
../../../inc/bridges/cpp_uno/bridge.hxx:111: error: expected `,' or `;'
before '{' token
../../../inc/bridges/cpp_uno/bridge.hxx:150: error:
`cppu_cppInterfaceProxy' has not been declared
../../../inc/bridges/cpp_uno/bridge.hxx: In function `void
gcc3::acquireProxy()':
../../../inc/bridges/cpp_uno/bridge.hxx:152: error: `nRef' undeclared
(first use this function)
../../../inc/bridges/cpp_uno/bridge.hxx:152: error: (Each undeclared
identifier is reported only once for each function it appears in.)
../../../inc/bridges/cpp_uno/bridge.hxx:152: error:
`osl_incrementInterlockedCount' undeclared (first use this function)
../../../inc/bridges/cpp_uno/bridge.hxx:156: error: invalid use of `this'
in non-member function
../../../inc/bridges/cpp_uno/bridge.hxx:157: error: `pBridge' undeclared
(first use this function)
../../../inc/bridges/cpp_uno/bridge.hxx:158: error: `uno_freeProxyFunc'
undeclared (first use this function)
../../../inc/bridges/cpp_uno/bridge.hxx:159: error: `oid' undeclared
(first use this function)
../../../inc/bridges/cpp_uno/bridge.hxx:159: error: `pTypeDescr'
undeclared (first use this function)
../../../inc/bridges/cpp_uno/bridge.hxx: At global scope:
../../../inc/bridges/cpp_uno/bridge.hxx:164: error:
`cppu_cppInterfaceProxy' has not been declared
../../../inc/bridges/cpp_uno/bridge.hxx: In function `void
gcc3::releaseProxy()':
../../../inc/bridges/cpp_uno/bridge.hxx:166: error: `nRef' undeclared
(first use this function)
../../../inc/bridges/cpp_uno/bridge.hxx:166: error:
`osl_decrementInterlockedCount' undeclared (first use this function)
../../../inc/bridges/cpp_uno/bridge.hxx:169: error: `pBridge' undeclared
(first use this function)
../../../inc/bridges/cpp_uno/bridge.hxx:170: error: invalid use of `this'
in non-member function
../../../inc/bridges/cpp_uno/bridge.hxx: At global scope:
../../../inc/bridges/cpp_uno/bridge.hxx:174: error:
`cppu_cppInterfaceProxy' has not been declared
../../../inc/bridges/cpp_uno/bridge.hxx:174: error: ISO C++ forbids
declaration of `cppu_cppInterfaceProxy' with no type
../../../inc/bridges/cpp_uno/bridge.hxx:174: error:
`gcc3::cppu_cppInterfaceProxy' declared as an `inline' variable
../../../inc/bridges/cpp_uno/bridge.hxx:175: error: `cppu_Bridge' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:175: error: `pBridge_' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:175: error: `uno_Interface' was
not declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:175: error: `pUnoI_' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:176: error: expected
primary-expression before '*' token
../../../inc/bridges/cpp_uno/bridge.hxx:176: error: `pTypeDescr_' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:176: error: expected
primary-expression before "const"
../../../inc/bridges/cpp_uno/bridge.hxx:177: error: initializer expression
list treated as compound expression
../../../inc/bridges/cpp_uno/bridge.hxx:177: error: expected `,' or `;'
before ':' token
../../../inc/bridges/cpp_uno/bridge.hxx:200: error: variable or field
`cppu_unoInterfaceProxy_free' declared void
../../../inc/bridges/cpp_uno/bridge.hxx:200: error:
`gcc3::cppu_unoInterfaceProxy_free' declared as an `inline' variable
../../../inc/bridges/cpp_uno/bridge.hxx:200: error: `uno_ExtEnvironment'
was not declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:200: error: `pEnv' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:200: error: expected
primary-expression before "void"
../../../inc/bridges/cpp_uno/bridge.hxx:201: error: initializer expression
list treated as compound expression
../../../inc/bridges/cpp_uno/bridge.hxx:201: error: expected `,' or `;'
before '{' token
../../../inc/bridges/cpp_uno/bridge.hxx:218: error: variable or field
`cppu_unoInterfaceProxy_acquire' declared void
../../../inc/bridges/cpp_uno/bridge.hxx:218: error:
`gcc3::cppu_unoInterfaceProxy_acquire' declared as an `inline' variable
../../../inc/bridges/cpp_uno/bridge.hxx:218: error: `uno_Interface' was
not declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:218: error: `pUnoI' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:219: error: expected `,' or `;'
before '{' token
../../../inc/bridges/cpp_uno/bridge.hxx:239: error: variable or field
`cppu_unoInterfaceProxy_release' declared void
../../../inc/bridges/cpp_uno/bridge.hxx:239: error:
`gcc3::cppu_unoInterfaceProxy_release' declared as an `inline' variable
../../../inc/bridges/cpp_uno/bridge.hxx:239: error: `uno_Interface' was
not declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:239: error: `pUnoI' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:240: error: expected `,' or `;'
before '{' token
../../../inc/bridges/cpp_uno/bridge.hxx:249: error: variable or field
`cppu_Mapping_cpp2uno' declared void
../../../inc/bridges/cpp_uno/bridge.hxx:249: error:
`gcc3::cppu_Mapping_cpp2uno' declared as an `inline' variable
../../../inc/bridges/cpp_uno/bridge.hxx:250: error: `uno_Mapping' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:250: error: `pMapping' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:250: error: expected
primary-expression before "void"
../../../inc/bridges/cpp_uno/bridge.hxx:251: error: expected
primary-expression before "void"
../../../inc/bridges/cpp_uno/bridge.hxx:251: error: expected
primary-expression before '*' token
../../../inc/bridges/cpp_uno/bridge.hxx:251: error: `pTypeDescr' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:252: error: initializer expression
list treated as compound expression
../../../inc/bridges/cpp_uno/bridge.hxx:252: error: expected `,' or `;'
before '{' token
../../../inc/bridges/cpp_uno/bridge.hxx:291: error:
`cppu_unoInterfaceProxy' has not been declared
../../../inc/bridges/cpp_uno/bridge.hxx:291: error: ISO C++ forbids
declaration of `cppu_unoInterfaceProxy' with no type
../../../inc/bridges/cpp_uno/bridge.hxx:291: error:
`gcc3::cppu_unoInterfaceProxy' declared as an `inline' variable
../../../inc/bridges/cpp_uno/bridge.hxx:292: error: `cppu_Bridge' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:292: error: `pBridge_' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:292: error: expected
primary-expression before '*' token
../../../inc/bridges/cpp_uno/bridge.hxx:292: error: `pCppI_' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:293: error: expected
primary-expression before '*' token
../../../inc/bridges/cpp_uno/bridge.hxx:293: error: `pTypeDescr_' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:293: error: expected
primary-expression before "const"
../../../inc/bridges/cpp_uno/bridge.hxx:294: error: initializer expression
list treated as compound expression
../../../inc/bridges/cpp_uno/bridge.hxx:294: error: expected `,' or `;'
before ':' token
../../../inc/bridges/cpp_uno/bridge.hxx:322: error: variable or field
`cppu_Mapping_acquire' declared void
../../../inc/bridges/cpp_uno/bridge.hxx:322: error:
`gcc3::cppu_Mapping_acquire' declared as an `inline' variable
../../../inc/bridges/cpp_uno/bridge.hxx:322: error: `uno_Mapping' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:322: error: `pMapping' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:323: error: expected `,' or `;'
before '{' token
../../../inc/bridges/cpp_uno/bridge.hxx:327: error: variable or field
`cppu_Mapping_release' declared void
../../../inc/bridges/cpp_uno/bridge.hxx:327: error:
`gcc3::cppu_Mapping_release' declared as an `inline' variable
../../../inc/bridges/cpp_uno/bridge.hxx:327: error: `uno_Mapping' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:327: error: `pMapping' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:328: error: expected `,' or `;'
before '{' token
../../../inc/bridges/cpp_uno/bridge.hxx:332: error: `cppu_Bridge' has not
been declared
../../../inc/bridges/cpp_uno/bridge.hxx:332: error: ISO C++ forbids
declaration of `cppu_Bridge' with no type
../../../inc/bridges/cpp_uno/bridge.hxx:332: error: `gcc3::cppu_Bridge'
declared as an `inline' variable
../../../inc/bridges/cpp_uno/bridge.hxx:333: error: `uno_ExtEnvironment'
was not declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:333: error: `pCppEnv_' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:333: error: `uno_ExtEnvironment'
was not declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:333: error: `pUnoEnv_' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:334: error: expected
primary-expression before "bExportCpp2Uno_"
../../../inc/bridges/cpp_uno/bridge.hxx:335: error: initializer expression
list treated as compound expression
../../../inc/bridges/cpp_uno/bridge.hxx:335: error: expected `,' or `;'
before ':' token
../../../inc/bridges/cpp_uno/bridge.hxx:356: error: expected
init-declarator before '::' token
../../../inc/bridges/cpp_uno/bridge.hxx:356: error: expected `,' or `;'
before '::' token
../../../inc/bridges/cpp_uno/bridge.hxx:363: error: variable or field
`cppu_Bridge_free' declared void
../../../inc/bridges/cpp_uno/bridge.hxx:363: error:
`gcc3::cppu_Bridge_free' declared as an `inline' variable
../../../inc/bridges/cpp_uno/bridge.hxx:363: error: `uno_Mapping' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:363: error: `pMapping' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:364: error: expected `,' or `;'
before '{' token
../../../inc/bridges/cpp_uno/bridge.hxx:368: error: `cppu_Bridge' is not a
class or namespace
../../../inc/bridges/cpp_uno/bridge.hxx: In function `void
gcc3::acquire()':
../../../inc/bridges/cpp_uno/bridge.hxx:370: error: `nRef' undeclared
(first use this function)
../../../inc/bridges/cpp_uno/bridge.hxx:370: error:
`osl_incrementInterlockedCount' undeclared (first use this function)
../../../inc/bridges/cpp_uno/bridge.hxx:372: error: `bExportCpp2Uno'
undeclared (first use this function)
../../../inc/bridges/cpp_uno/bridge.hxx:374: error: `uno_Mapping'
undeclared (first use this function)
../../../inc/bridges/cpp_uno/bridge.hxx:374: error: `pMapping' undeclared
(first use this function)
../../../inc/bridges/cpp_uno/bridge.hxx:374: error: `aCpp2Uno' undeclared
(first use this function)
../../../inc/bridges/cpp_uno/bridge.hxx:375: error:
`::uno_registerMapping' has not been declared
../../../inc/bridges/cpp_uno/bridge.hxx:377: error: `uno_Environment'
undeclared (first use this function)
../../../inc/bridges/cpp_uno/bridge.hxx:377: error: expected
primary-expression before ')' token
../../../inc/bridges/cpp_uno/bridge.hxx:377: error: expected
primary-expression before ')' token
../../../inc/bridges/cpp_uno/bridge.hxx:381: error: `aUno2Cpp' undeclared
(first use this function)
../../../inc/bridges/cpp_uno/bridge.hxx:382: error:
`::uno_registerMapping' has not been declared
../../../inc/bridges/cpp_uno/bridge.hxx:384: error: expected
primary-expression before ')' token
../../../inc/bridges/cpp_uno/bridge.hxx:384: error: expected
primary-expression before ')' token
../../../inc/bridges/cpp_uno/bridge.hxx: At global scope:
../../../inc/bridges/cpp_uno/bridge.hxx:389: error: `cppu_Bridge' is not a
class or namespace
../../../inc/bridges/cpp_uno/bridge.hxx: In function `void
gcc3::release()':
../../../inc/bridges/cpp_uno/bridge.hxx:391: error: `nRef' undeclared
(first use this function)
../../../inc/bridges/cpp_uno/bridge.hxx:391: error:
`osl_decrementInterlockedCount' undeclared (first use this function)
../../../inc/bridges/cpp_uno/bridge.hxx:393: error: `::uno_revokeMapping'
has not been declared
../../../inc/bridges/cpp_uno/bridge.hxx:393: error: `bExportCpp2Uno'
undeclared (first use this function)
../../../inc/bridges/cpp_uno/bridge.hxx:393: error: `aCpp2Uno' undeclared
(first use this function)
../../../inc/bridges/cpp_uno/bridge.hxx:393: error: `aUno2Cpp' undeclared
(first use this function)
../../../inc/bridges/cpp_uno/bridge.hxx: At global scope:
../../../inc/bridges/cpp_uno/bridge.hxx:398: error: variable or field
`cppu_ext_getMapping' declared void
../../../inc/bridges/cpp_uno/bridge.hxx:398: error:
`gcc3::cppu_ext_getMapping' declared as an `inline' variable
../../../inc/bridges/cpp_uno/bridge.hxx:399: error: `uno_Mapping' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:399: error: `ppMapping' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:399: error: `uno_Environment' was
not declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:399: error: `pFrom' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:399: error: `uno_Environment' was
not declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:399: error: `pTo' was not declared
in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:400: error: initializer expression
list treated as compound expression
../../../inc/bridges/cpp_uno/bridge.hxx:400: error: expected `,' or `;'
before '{' token
../../../inc/bridges/cpp_uno/bridge.hxx:478: error: variable or field
`cppu_cppenv_computeObjectIdentifier' declared void
../../../inc/bridges/cpp_uno/bridge.hxx:478: error:
`gcc3::cppu_cppenv_computeObjectIdentifier' declared as an `inline'
variable
../../../inc/bridges/cpp_uno/bridge.hxx:479: error: `uno_ExtEnvironment'
was not declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:479: error: `pEnv' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:479: error: expected
primary-expression before '*' token
../../../inc/bridges/cpp_uno/bridge.hxx:479: error: `ppOId' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:479: error: expected
primary-expression before "void"
../../../inc/bridges/cpp_uno/bridge.hxx:480: error: initializer expression
list treated as compound expression
../../../inc/bridges/cpp_uno/bridge.hxx:480: error: expected `,' or `;'
before '{' token
../../../inc/bridges/cpp_uno/bridge.hxx:521: error: variable or field
`cppu_cppenv_acquireInterface' declared void
../../../inc/bridges/cpp_uno/bridge.hxx:521: error:
`gcc3::cppu_cppenv_acquireInterface' declared as an `inline' variable
../../../inc/bridges/cpp_uno/bridge.hxx:521: error: `uno_ExtEnvironment'
was not declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:521: error: expected
primary-expression before ',' token
../../../inc/bridges/cpp_uno/bridge.hxx:521: error: expected
primary-expression before "void"
../../../inc/bridges/cpp_uno/bridge.hxx:522: error: initializer expression
list treated as compound expression
../../../inc/bridges/cpp_uno/bridge.hxx:522: error: expected `,' or `;'
before '{' token
../../../inc/bridges/cpp_uno/bridge.hxx:526: error: variable or field
`cppu_cppenv_releaseInterface' declared void
../../../inc/bridges/cpp_uno/bridge.hxx:526: error:
`gcc3::cppu_cppenv_releaseInterface' declared as an `inline' variable
../../../inc/bridges/cpp_uno/bridge.hxx:526: error: `uno_ExtEnvironment'
was not declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:526: error: expected
primary-expression before ',' token
../../../inc/bridges/cpp_uno/bridge.hxx:526: error: expected
primary-expression before "void"
../../../inc/bridges/cpp_uno/bridge.hxx:527: error: initializer expression
list treated as compound expression
../../../inc/bridges/cpp_uno/bridge.hxx:527: error: expected `,' or `;'
before '{' token
../../../inc/bridges/cpp_uno/bridge.hxx:531: error: variable or field
`cppu_cppenv_environmentDisposing' declared void
../../../inc/bridges/cpp_uno/bridge.hxx:531: error:
`gcc3::cppu_cppenv_environmentDisposing' declared as an `inline' variable
../../../inc/bridges/cpp_uno/bridge.hxx:531: error: `uno_Environment' was
not declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:531: error: expected
primary-expression before ')' token
../../../inc/bridges/cpp_uno/bridge.hxx:532: error: expected `,' or `;'
before '{' token
../../../inc/bridges/cpp_uno/bridge.hxx:536: error: variable or field
`cppu_cppenv_initEnvironment' declared void
../../../inc/bridges/cpp_uno/bridge.hxx:536: error:
`gcc3::cppu_cppenv_initEnvironment' declared as an `inline' variable
../../../inc/bridges/cpp_uno/bridge.hxx:536: error: `uno_Environment' was
not declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:536: error: `pCppEnv' was not
declared in this scope
../../../inc/bridges/cpp_uno/bridge.hxx:537: error: expected `,' or `;'
before '{' token
In file included from
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:70:
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:116:
error: `uno_Mapping' has not been declared
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:116:
error: ISO C++ forbids declaration of `pUno2Cpp' with no type
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:119:
error: `uno_Mapping' has not been declared
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:119:
error: ISO C++ forbids declaration of `pCpp2Uno' with no type
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:342:
error: variable or field `cpp_call' declared void
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:343:
error: `pThis' was not declared in this scope
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:344:
error: expected primary-expression before "nVtableCall"
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:345:
error: expected primary-expression before '*' token
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:345:
error: `pReturnTypeRef' was not declared in this scope
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:346:
error: expected primary-expression before "nParams"
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:346:
error: expected primary-expression before '*' token
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:346:
error: `pParams' was not declared in this scope
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:347:
error: expected primary-expression before "void"
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:347:
error: expected primary-expression before "void"
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:347:
error: expected primary-expression before '*' token
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:347:
error: `ppUnoExc' was not declared in this scope
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:348:
error: initializer expression list treated as compound expre
ssion
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:348:
error: expected `,' or `;' before '{' token
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:552:
error: variable or field `cppu_unoInterfaceProxy_dispatch' d
eclared void
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:553:
error: `uno_Interface' was not declared in this scope
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:553:
error: `pUnoI' was not declared in this scope
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:553:
error: expected primary-expression before "const"
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:554:
error: expected primary-expression before "void"
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:554:
error: expected primary-expression before "void"
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:554:
error: expected primary-expression before '*' token
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:554:
error: `ppException' was not declared in this scope
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:554:
error: initializer expression list treated as compound expre
ssion
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:554:
error: expected `,' or `;' before "throw"
dmake: Error code 1, while making '../../../unxlngx4.pro/slo/uno2cpp.obj'
'---* tg_merge.mk *---'
dmake: Error code 255, while making 'do_it_noopt'
'---* tg_merge.mk *---'
ERROR: Error 65280 occurred while making
/home/ooo/SRC680_m100/bridges/source/cpp_uno/gcc3_linux_x86-64
[EMAIL PROTECTED]:~/SRC680_m100/bridges$
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]