the following problems appear when trying to compile OOo2 (SRC680_m93) -
currently grabbing most recent from cvs.
when both having j2sdk and gcj installed configure tries to use when
--with-java=gij to use the gcj compiler, but the j2sdk headers, which fails of
course-
both version crash with:
/usr/src/office/SRC680_m93/beanshell/unxlngx4.pro/misc/build/BeanShell/src/bsh/util/JConsole.java:88:
error: Type `DefaultStyledDocument' not found in declaration of field `doc'.
private DefaultStyledDocument doc;
^
/usr/src/office/SRC680_m93/beanshell/unxlngx4.pro/misc/build/BeanShell/src/bsh/util/ClassBrowser.java:70:
error: Type `JTextArea' not found in declaration of field `methodLine'.
JTextArea methodLine;
^
2 errors
BUILD FAILED
/usr/src/office/SRC680_m93/beanshell/unxlngx4.pro/misc/build/BeanShell/build.xml:176:
Compile failed; see the compiler error output for details.
Total time: 5 seconds
dmake: Error code 1, while making 'ANTBUILD'
'---* tg_merge.mk *---'
dmake: Error code 255, while making
'./unxlngx4.pro/misc/build/so_built_ooo_beanshell'
'---* tg_merge.mk *---'
ERROR: Error 65280 occurred while making /usr/src/office/SRC680_m93/beanshell
dmake: Error code 1, while making 'build_all'
'---* tg_merge.mk *---'
didnt get deeper into it yet.
Once disabled java the next problem is:
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../lib64/crti.o(.init+0x0): In
function `_init':
/sources/glibc-build/csu/crti.S:11: multiple definition of `_init'
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../lib64/crti.o(.init+0x0):/sources/glibc-build/csu/crti.S:11:
first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../lib64/crti.o(.fini+0x0): In
function `_fini':
/sources/glibc-build/csu/crti.S: multiple definition of `_fini'
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../lib64/crti.o(.fini+0x0):/sources/glibc-build/csu/crti.S:
first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/crtbeginS.o(.data.rel+0x0): multiple
definition of `__dso_handle'
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/crtbeginS.o(.data.rel+0x0): first
defined here
collect2: ld returned 1 exit status
make: *** [libdb_cxx-4.2.la] Error 1
dmake: Error code 2, while making
'./unxlngx4.pro/misc/build/so_built_so_berkeleydb'
'---* tg_merge.mk *---'
ERROR: Error 65280 occurred while making /usr/src/office/SRC680_m93/berkeleydb
dmake: Error code 1, while making 'build_all'
'---* tg_merge.mk *---'
it crashes on Berkeley, so decided to use system-db, but it didnt include the
correct headers for system-mozilla, so i had to change those to
<mozilla/nss/neededheader.h> - wasnt the problem, but then it stops here:
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx
In file included from
/usr/src/office/SRC680_m93/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
/usr/src/office/SRC680_m93/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
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:70:
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:116:
error: `uno_Mapping' has not been declared
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:116:
error: ISO C++ forbids declaration of `pUno2Cpp' with no type
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:119:
error: `uno_Mapping' has not been declared
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:119:
error: ISO C++ forbids declaration of `pCpp2Uno' with no type
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:329:
error: variable or field `cpp_call' declared void
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:330:
error: `pThis' was not declared in this scope
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:331:
error: expected primary-expression before "nVtableCall"
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:332:
error: expected primary-expression before '*' token
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:332:
error: `pReturnTypeRef' was not declared in this scope
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:333:
error: expected primary-expression before "nParams"
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:333:
error: expected primary-expression before '*' token
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:333:
error: `pParams' was not declared in this scope
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:334:
error: expected primary-expression before "void"
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:334:
error: expected primary-expression before "void"
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:334:
error: expected primary-expression before '*' token
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:334:
error: `ppUnoExc' was not declared in this scope
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:335:
error: initializer expression list treated as compound expression
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:335:
error: expected `,' or `;' before '{' token
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:539:
error: variable or field `cppu_unoInterfaceProxy_dispatch' declared void
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:540:
error: `uno_Interface' was not declared in this scope
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:540:
error: `pUnoI' was not declared in this scope
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:540:
error: expected primary-expression before "const"
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:541:
error: expected primary-expression before "void"
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:541:
error: expected primary-expression before "void"
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:541:
error: expected primary-expression before '*' token
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:541:
error: `ppException' was not declared in this scope
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:541:
error: initializer expression list treated as compound expression
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:541:
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
/usr/src/office/SRC680_m93/bridges/source/cpp_uno/gcc3_linux_x86-64
dmake: Error code 1, while making 'build_all'
'---* tg_merge.mk *---'
so it stops compiling at a non existing file, bridge.h - now i see no way to
get arround this.
Didnt find much @ openoffice.org, only a dead link to it.
Any suggestions to the problems above are welcome, most important the bridge.h
problem
Jochen
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]