Dev group,

I am trying to alter presentation documents in accordance with a distributed framework. I have spent much time understanding the data structures of the Impress application and am ready to apply new functionality to this environment.

I have downloaded a code snippet from the OpenOffice website and it seems to be on track with what I need to complete an Impress project. After downloading the snippet and compiling with included library directories (see toy commands) I am getting many simple c++ data type syntax errors. It seems as though the #includes from the snippet don't have knowledge of the C++ language.

Has anyone successfully complied this exact code snippet or something similar? If so, can you please lend any guidance into what needs to be done? Are there any tools, should I modify the Makefile, or can you offer any library path information?

Thank you.

Derek Parks
Graduate Student
University of Michigan


===The snippet is from===
http://codesnippets.services.openoffice.org/Impress/Impress.DealWithImpress.snip

===MY toy commands===
g++ -I ../solver/680/unxlngi6.pro/inc/ -I ../solver/680/unxlngi6.pro/inc/offuh oo-snippets.cpp 2>log

===MY error info===
see inline attachment.

===MY sys info===
$ g++ --version
g++ (GCC) 4.2.3 (Debian 4.2.3-1)


In file included from ../solver/680/unxlngi6.pro/inc/rtl/alloc.h:40,
                 from 
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:39,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hdl:10,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hpp:9,
                 from 
../solver/680/unxlngi6.pro/inc/cppuhelper/bootstrap.hxx:43,
                 from oo-snippets.cpp:4:
../solver/680/unxlngi6.pro/inc/sal/types.h:77:7: error: #error "Could not find 
16-bit type, add support for your architecture"
../solver/680/unxlngi6.pro/inc/sal/types.h:95:7: error: #error "Could not find 
32-bit type, add support for your architecture"
../solver/680/unxlngi6.pro/inc/sal/types.h:137:4: error: #error "Could not find 
64-bit type, add support for your architecture"
../solver/680/unxlngi6.pro/inc/sal/types.h:164:3: error: #error "Please make 
sure SAL_TYPES_SIZEOFPOINTER is defined for your architecture/compiler"
../solver/680/unxlngi6.pro/inc/sal/types.h:173:3: error: #error "Please make 
sure SAL_TYPES_SIZEOFPOINTER is defined for your architecture/compiler"
../solver/680/unxlngi6.pro/inc/sal/types.h:204:3: error: #error "Please make 
sure SAL_TYPES_SIZEOFPOINTER is defined for your architecture/compiler"
../solver/680/unxlngi6.pro/inc/sal/types.h:286:5: error: #error ("unknown 
platform")
In file included from ../solver/680/unxlngi6.pro/inc/cppu/macros.hxx:42,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hdl:13,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hpp:9,
                 from 
../solver/680/unxlngi6.pro/inc/cppuhelper/bootstrap.hxx:43,
                 from oo-snippets.cpp:4:
../solver/680/unxlngi6.pro/inc/uno/lbnames.h:96:2: error: #error "No supported 
C++ compiler environment."
In file included from ../solver/680/unxlngi6.pro/inc/cppu/macros.hxx:42,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hdl:13,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hpp:9,
                 from 
../solver/680/unxlngi6.pro/inc/cppuhelper/bootstrap.hxx:43,
                 from oo-snippets.cpp:4:
../solver/680/unxlngi6.pro/inc/uno/lbnames.h:97: error: stray '#' in program
In file included from ../solver/680/unxlngi6.pro/inc/rtl/alloc.h:40,
                 from 
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:39,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hdl:10,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hpp:9,
                 from 
../solver/680/unxlngi6.pro/inc/cppuhelper/bootstrap.hxx:43,
                 from oo-snippets.cpp:4:
../solver/680/unxlngi6.pro/inc/sal/types.h:151: error: 'sal_uInt16' does not 
name a type
../solver/680/unxlngi6.pro/inc/sal/types.h:312: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/sal/types.h:315: error: 'sal_Int32' does not 
name a type
In file included from 
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:39,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hdl:10,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hpp:9,
                 from 
../solver/680/unxlngi6.pro/inc/cppuhelper/bootstrap.hxx:43,
                 from oo-snippets.cpp:4:
../solver/680/unxlngi6.pro/inc/rtl/alloc.h:55: error: expected initializer 
before 'rtl_allocateMemory'
../solver/680/unxlngi6.pro/inc/rtl/alloc.h:74: error: expected initializer 
before 'rtl_reallocateMemory'
../solver/680/unxlngi6.pro/inc/rtl/alloc.h:84: error: expected initializer 
before 'rtl_freeMemory'
../solver/680/unxlngi6.pro/inc/rtl/alloc.h:96: error: expected initializer 
before 'rtl_allocateZeroMemory'
../solver/680/unxlngi6.pro/inc/rtl/alloc.h:106: error: expected initializer 
before 'rtl_freeZeroMemory'
../solver/680/unxlngi6.pro/inc/rtl/alloc.h:134: error: expected initializer 
before 'rtl_arena_create'
../solver/680/unxlngi6.pro/inc/rtl/alloc.h:153: error: expected initializer 
before 'rtl_arena_destroy'
../solver/680/unxlngi6.pro/inc/rtl/alloc.h:168: error: expected initializer 
before 'rtl_arena_alloc'
../solver/680/unxlngi6.pro/inc/rtl/alloc.h:185: error: expected initializer 
before 'rtl_arena_free'
../solver/680/unxlngi6.pro/inc/rtl/alloc.h:216: error: expected initializer 
before 'rtl_cache_create'
../solver/680/unxlngi6.pro/inc/rtl/alloc.h:238: error: expected initializer 
before 'rtl_cache_destroy'
../solver/680/unxlngi6.pro/inc/rtl/alloc.h:250: error: expected initializer 
before 'rtl_cache_alloc'
../solver/680/unxlngi6.pro/inc/rtl/alloc.h:265: error: expected initializer 
before 'rtl_cache_free'
In file included from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hdl:10,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hpp:9,
                 from 
../solver/680/unxlngi6.pro/inc/cppuhelper/bootstrap.hxx:43,
                 from oo-snippets.cpp:4:
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:85: error: 
'SAL_CALL' declared as an 'inline' field
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:85: error: expected 
';' before 'iquery'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:95: error: 
'SAL_CALL' declared as an 'inline' field
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:95: error: expected 
';' before 'iquery_throw'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:104: error: 
'SAL_CALL' declared as an 'inline' field
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:104: error: 
expected ';' before 'get'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:111: error: 
expected `;' before 'inline'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:111: error: 
'SAL_CALL' declared as an 'inline' field
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:111: error: 
expected ';' before 'is'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:120: error: 
expected `;' before 'inline'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:120: error: 
'SAL_CALL' declared as an 'inline' field
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:120: error: 
expected ';' before 'operator'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:127: error: 
'SAL_CALL' declared as an 'inline' field
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:127: error: 
expected ';' before 'operator'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:135: error: 
'SAL_CALL' declared as an 'inline' field
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:135: error: 
expected ';' before 'operator'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:142: error: 
'SAL_CALL' declared as an 'inline' field
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:142: error: 
expected ';' before 'operator'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:149: error: 
'SAL_CALL' declared as an 'inline' field
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:149: error: 
expected ';' before 'operator'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:199: error: 
'SAL_CALL' declared as an 'inline' field
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:199: error: 
expected ';' before 'iquery'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:208: error: 
'SAL_CALL' declared as an 'inline' field
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:208: error: 
expected ';' before 'iquery_throw'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:215: error: 
'SAL_CALL' declared as an 'inline' field
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:215: error: 
expected ';' before 'iset_throw'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:252: error: 
'SAL_CALL' declared as an 'inline' field
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:252: error: 
expected ';' before 'operator'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:255: error: 
expected `;' before 'inline'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:255: error: 
variable or field 'SAL_CALL' declared void
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:255: error: 
expected ';' before 'operator'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:258: error: 
expected `;' before 'inline'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:258: error: 
'SAL_CALL' declared as an 'inline' field
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:258: error: 
expected ';' before 'operator'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:261: error: 
expected `;' before 'inline'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:261: error: 
variable or field 'SAL_CALL' declared void
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:261: error: 
expected ';' before 'operator'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:266: error: 
expected `;' before 'inline'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:365: error: ISO C++ 
forbids declaration of 'SAL_CALL' with no type
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:365: error: 
'SAL_CALL' declared as an 'inline' field
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:365: error: 
expected ';' before 'operator'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:372: error: 
expected `;' before 'inline'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:372: error: 
'SAL_CALL' declared as an 'inline' field
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:372: error: 
expected ';' before 'operator'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:379: error: 
expected `;' before 'inline'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:379: error: 
'SAL_CALL' declared as an 'inline' field
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:379: error: 
expected ';' before 'get'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:384: error: 
expected `;' before 'inline'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:384: error: 
variable or field 'SAL_CALL' declared void
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:384: error: 
expected ';' before 'clear'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:391: error: 
'SAL_CALL' declared as an 'inline' field
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:391: error: 
expected ';' before 'set'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:397: error: 
'SAL_CALL' declared as an 'inline' field
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:397: error: 
expected ';' before 'set'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:405: error: 
'SAL_CALL' declared as an 'inline' field
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:405: error: 
expected ';' before 'set'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:414: error: 
'SAL_CALL' declared as an 'inline' field
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:414: error: 
expected ';' before 'set'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:423: error: 
'SAL_CALL' declared as an 'inline' field
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:423: error: 
expected ';' before 'set'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:431: error: 
'SAL_CALL' declared as an 'inline' field
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:431: error: 
expected ';' before 'set'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:455: error: 
variable or field 'SAL_CALL' declared void
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:455: error: 
expected ';' before 'set'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:464: error: 
variable or field 'SAL_CALL' declared void
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:464: error: 
expected ';' before 'set'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:486: error: 
variable or field 'SAL_CALL' declared void
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:486: error: 
expected ';' before 'set'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:496: error: 
variable or field 'SAL_CALL' declared void
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:496: error: 
expected ';' before 'set'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:506: error: 
'SAL_CALL' declared as an 'inline' field
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:506: error: 
expected ';' before 'operator'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:513: error: 
'SAL_CALL' declared as an 'inline' field
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:513: error: 
expected ';' before 'operator'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:520: error: 
'SAL_CALL' declared as an 'inline' field
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:520: error: 
expected ';' before 'query'
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:526: error: 
'SAL_CALL' declared as an 'inline' field
../solver/680/unxlngi6.pro/inc/com/sun/star/uno/Reference.h:526: error: 
expected ';' before 'query'
In file included from ../solver/680/unxlngi6.pro/inc/cppu/macros.hxx:42,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hdl:13,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hpp:9,
                 from 
../solver/680/unxlngi6.pro/inc/cppuhelper/bootstrap.hxx:43,
                 from oo-snippets.cpp:4:
../solver/680/unxlngi6.pro/inc/uno/lbnames.h:97: error: 'provoking' does not 
name a type
In file included from ../solver/680/unxlngi6.pro/inc/rtl/ustring.h:43,
                 from ../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:45,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hdl:16,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hpp:9,
                 from 
../solver/680/unxlngi6.pro/inc/cppuhelper/bootstrap.hxx:43,
                 from oo-snippets.cpp:4:
../solver/680/unxlngi6.pro/inc/osl/interlck.h:47: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/osl/interlck.h:53: error: 'oslInterlockedCount' 
does not name a type
../solver/680/unxlngi6.pro/inc/osl/interlck.h:59: error: 'oslInterlockedCount' 
does not name a type
In file included from ../solver/680/unxlngi6.pro/inc/rtl/textcvt.h:43,
                 from ../solver/680/unxlngi6.pro/inc/rtl/string.h:46,
                 from ../solver/680/unxlngi6.pro/inc/rtl/ustring.h:46,
                 from ../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:45,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hdl:16,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hpp:9,
                 from 
../solver/680/unxlngi6.pro/inc/cppuhelper/bootstrap.hxx:43,
                 from oo-snippets.cpp:4:
../solver/680/unxlngi6.pro/inc/rtl/textenc.h:57: error: 'sal_uInt16' does not 
name a type
In file included from ../solver/680/unxlngi6.pro/inc/rtl/string.h:46,
                 from ../solver/680/unxlngi6.pro/inc/rtl/ustring.h:46,
                 from ../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:45,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hdl:16,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hpp:9,
                 from 
../solver/680/unxlngi6.pro/inc/cppuhelper/bootstrap.hxx:43,
                 from oo-snippets.cpp:4:
../solver/680/unxlngi6.pro/inc/rtl/textcvt.h:63: error: expected initializer 
before 'rtl_createTextToUnicodeConverter'
../solver/680/unxlngi6.pro/inc/rtl/textcvt.h:67: error: expected initializer 
before 'rtl_destroyTextToUnicodeConverter'
../solver/680/unxlngi6.pro/inc/rtl/textcvt.h:71: error: expected initializer 
before 'rtl_createTextToUnicodeContext'
../solver/680/unxlngi6.pro/inc/rtl/textcvt.h:75: error: expected initializer 
before 'rtl_destroyTextToUnicodeContext'
../solver/680/unxlngi6.pro/inc/rtl/textcvt.h:79: error: expected initializer 
before 'rtl_resetTextToUnicodeContext'
../solver/680/unxlngi6.pro/inc/rtl/textcvt.h:109: error: 'sal_Size' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/textcvt.h:126: error: expected initializer 
before 'rtl_createUnicodeToTextConverter'
../solver/680/unxlngi6.pro/inc/rtl/textcvt.h:130: error: expected initializer 
before 'rtl_destroyUnicodeToTextConverter'
../solver/680/unxlngi6.pro/inc/rtl/textcvt.h:134: error: expected initializer 
before 'rtl_createUnicodeToTextContext'
../solver/680/unxlngi6.pro/inc/rtl/textcvt.h:138: error: expected initializer 
before 'rtl_destroyUnicodeToTextContext'
../solver/680/unxlngi6.pro/inc/rtl/textcvt.h:142: error: expected initializer 
before 'rtl_resetUnicodeToTextContext'
../solver/680/unxlngi6.pro/inc/rtl/textcvt.h:179: error: 'sal_Size' does not 
name a type
In file included from ../solver/680/unxlngi6.pro/inc/rtl/ustring.h:46,
                 from ../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:45,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hdl:16,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hpp:9,
                 from 
../solver/680/unxlngi6.pro/inc/cppuhelper/bootstrap.hxx:43,
                 from oo-snippets.cpp:4:
../solver/680/unxlngi6.pro/inc/rtl/string.h:67: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:87: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:114: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:145: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:172: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:193: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:222: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:256: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:270: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:287: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:303: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:321: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:338: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:357: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:374: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:398: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:415: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:439: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:455: error: expected initializer 
before 'rtl_str_replaceChar'
../solver/680/unxlngi6.pro/inc/rtl/string.h:474: error: expected initializer 
before 'rtl_str_replaceChar_WithLength'
../solver/680/unxlngi6.pro/inc/rtl/string.h:485: error: expected initializer 
before 'rtl_str_toAsciiLowerCase'
../solver/680/unxlngi6.pro/inc/rtl/string.h:499: error: expected initializer 
before 'rtl_str_toAsciiLowerCase_WithLength'
../solver/680/unxlngi6.pro/inc/rtl/string.h:510: error: expected initializer 
before 'rtl_str_toAsciiUpperCase'
../solver/680/unxlngi6.pro/inc/rtl/string.h:524: error: expected initializer 
before 'rtl_str_toAsciiUpperCase_WithLength'
../solver/680/unxlngi6.pro/inc/rtl/string.h:538: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:556: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:576: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:592: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:614: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:638: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:656: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:674: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:688: error: expected initializer 
before 'rtl_str_toBoolean'
../solver/680/unxlngi6.pro/inc/rtl/string.h:706: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:724: error: 'sal_Int64' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:738: error: expected initializer 
before 'rtl_str_toFloat'
../solver/680/unxlngi6.pro/inc/rtl/string.h:752: error: expected initializer 
before 'rtl_str_toDouble'
../solver/680/unxlngi6.pro/inc/rtl/string.h:768: error: 'oslInterlockedCount' 
does not name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:769: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:784: error: expected initializer 
before 'rtl_string_acquire'
../solver/680/unxlngi6.pro/inc/rtl/string.h:793: error: expected initializer 
before 'rtl_string_release'
../solver/680/unxlngi6.pro/inc/rtl/string.h:801: error: expected initializer 
before 'rtl_string_new'
../solver/680/unxlngi6.pro/inc/rtl/string.h:816: error: expected initializer 
before 'rtl_string_new_WithLength'
../solver/680/unxlngi6.pro/inc/rtl/string.h:831: error: expected initializer 
before 'rtl_string_newFromString'
../solver/680/unxlngi6.pro/inc/rtl/string.h:846: error: expected initializer 
before 'rtl_string_newFromStr'
../solver/680/unxlngi6.pro/inc/rtl/string.h:865: error: expected initializer 
before 'rtl_string_newFromStr_WithLength'
../solver/680/unxlngi6.pro/inc/rtl/string.h:879: error: expected initializer 
before 'rtl_string_assign'
../solver/680/unxlngi6.pro/inc/rtl/string.h:891: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:901: error: expected initializer 
before 'rtl_string_getStr'
../solver/680/unxlngi6.pro/inc/rtl/string.h:920: error: expected initializer 
before 'rtl_string_newConcat'
../solver/680/unxlngi6.pro/inc/rtl/string.h:951: error: expected initializer 
before 'rtl_string_newReplaceStrAt'
../solver/680/unxlngi6.pro/inc/rtl/string.h:977: error: expected initializer 
before 'rtl_string_newReplace'
../solver/680/unxlngi6.pro/inc/rtl/string.h:998: error: expected initializer 
before 'rtl_string_newToAsciiLowerCase'
../solver/680/unxlngi6.pro/inc/rtl/string.h:1019: error: expected initializer 
before 'rtl_string_newToAsciiUpperCase'
../solver/680/unxlngi6.pro/inc/rtl/string.h:1040: error: expected initializer 
before 'rtl_string_newTrim'
../solver/680/unxlngi6.pro/inc/rtl/string.h:1086: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.h:1164: error: expected initializer 
before 'rtl_uString2String'
../solver/680/unxlngi6.pro/inc/rtl/string.h:1196: error: expected initializer 
before 'rtl_convertUStringToString'
In file included from ../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:45,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hdl:16,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hpp:9,
                 from 
../solver/680/unxlngi6.pro/inc/cppuhelper/bootstrap.hxx:43,
                 from oo-snippets.cpp:4:
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:70: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:90: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:117: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:148: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:175: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:198: error: expected initializer 
before 'rtl_ustr_asciil_reverseEquals_WithLength'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:219: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:248: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:282: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:307: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:335: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:367: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:398: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:424: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:454: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:487: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:524: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:538: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:555: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:571: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:589: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:606: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:625: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:642: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:666: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:692: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:711: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:735: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:761: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:779: error: expected initializer 
before 'rtl_ustr_replaceChar'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:798: error: expected initializer 
before 'rtl_ustr_replaceChar_WithLength'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:809: error: expected initializer 
before 'rtl_ustr_toAsciiLowerCase'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:823: error: expected initializer 
before 'rtl_ustr_toAsciiLowerCase_WithLength'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:834: error: expected initializer 
before 'rtl_ustr_toAsciiUpperCase'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:848: error: expected initializer 
before 'rtl_ustr_toAsciiUpperCase_WithLength'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:862: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:880: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:900: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:916: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:938: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:962: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:980: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:998: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1012: error: expected initializer 
before 'rtl_ustr_toBoolean'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1030: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1048: error: 'sal_Int64' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1062: error: expected initializer 
before 'rtl_ustr_toFloat'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1076: error: expected initializer 
before 'rtl_ustr_toDouble'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1090: error: 'oslInterlockedCount' 
does not name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1091: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1092: error: 'sal_Unicode' does 
not name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1106: error: expected initializer 
before 'rtl_uString_acquire'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1115: error: expected initializer 
before 'rtl_uString_release'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1123: error: expected initializer 
before 'rtl_uString_new'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1138: error: expected initializer 
before 'rtl_uString_new_WithLength'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1153: error: expected initializer 
before 'rtl_uString_newFromString'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1168: error: expected initializer 
before 'rtl_uString_newFromStr'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1187: error: expected initializer 
before 'rtl_uString_newFromStr_WithLength'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1206: error: expected initializer 
before 'rtl_uString_newFromAscii'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1227: error: expected initializer 
before 'rtl_uString_newFromCodePoints'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1243: error: expected initializer 
before 'rtl_uString_assign'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1255: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1265: error: expected constructor, 
destructor, or type conversion before '*' token
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1284: error: expected initializer 
before 'rtl_uString_newConcat'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1315: error: expected initializer 
before 'rtl_uString_newReplaceStrAt'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1341: error: expected initializer 
before 'rtl_uString_newReplace'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1362: error: expected initializer 
before 'rtl_uString_newToAsciiLowerCase'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1383: error: expected initializer 
before 'rtl_uString_newToAsciiUpperCase'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1404: error: expected initializer 
before 'rtl_uString_newTrim'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1450: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1510: error: expected initializer 
before 'rtl_string2UString'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1534: error: expected initializer 
before 'rtl_uString_intern'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1572: error: expected initializer 
before 'rtl_uString_internConvert'
../solver/680/unxlngi6.pro/inc/rtl/ustring.h:1631: error: 'sal_uInt32' does not 
name a type
In file included from ../solver/680/unxlngi6.pro/inc/rtl/string.hxx:46,
                 from ../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:48,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hdl:16,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hpp:9,
                 from 
../solver/680/unxlngi6.pro/inc/cppuhelper/bootstrap.hxx:43,
                 from oo-snippets.cpp:4:
../solver/680/unxlngi6.pro/inc/rtl/memory.h:48: error: expected initializer 
before 'rtl_zeroMemory'
../solver/680/unxlngi6.pro/inc/rtl/memory.h:49: error: expected initializer 
before 'rtl_fillMemory'
../solver/680/unxlngi6.pro/inc/rtl/memory.h:50: error: expected initializer 
before 'rtl_copyMemory'
../solver/680/unxlngi6.pro/inc/rtl/memory.h:51: error: expected initializer 
before 'rtl_moveMemory'
../solver/680/unxlngi6.pro/inc/rtl/memory.h:52: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/memory.h:53: error: expected initializer 
before 'rtl_findInMemory'
In file included from ../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:48,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hdl:16,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hpp:9,
                 from 
../solver/680/unxlngi6.pro/inc/cppuhelper/bootstrap.hxx:43,
                 from oo-snippets.cpp:4:
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:166: error: 'sal_Int32' has not 
been declared
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:186: error: expected ',' or '...' 
before '*' token
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:188: error: ISO C++ forbids 
declaration of 'sal_Unicode' with no type
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:239: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:279: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:298: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:316: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:382: error: 'sal_Int32' has not 
been declared
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:406: error: 'sal_Int32' has not 
been declared
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:443: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:461: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:476: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:493: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:513: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:535: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:558: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:573: error: 'sal_Int32' has not 
been declared
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:597: error: 'sal_Int32' has not 
been declared
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:597: error: 'sal_Int32' has not 
been declared
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:644: error: 'sal_Int32' has not 
been declared
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:644: error: 'sal_Int32' has not 
been declared
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:747: error: 'sal_Int32' has not 
been declared
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:747: error: 'sal_Int32' has not 
been declared
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:787: error: 'sal_Int32' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:801: error: 'sal_Int64' does not 
name a type
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:870: error: 'sal_Int32' has not 
been declared
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:870: error: 'sal_Int16' has not 
been declared
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:887: error: 'sal_Int64' has not 
been declared
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:887: error: 'sal_Int16' has not 
been declared
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:887: error: 'static rtl::OString 
rtl::OString::valueOf(int, int)' cannot be overloaded
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:870: error: with 'static 
rtl::OString rtl::OString::valueOf(int, int)'
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In constructor 
'rtl::OString::OString()':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:111: error: 'rtl_string_new' was 
not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In copy constructor 
'rtl::OString::OString(const rtl::OString&)':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:122: error: 'rtl_string_acquire' 
was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In constructor 
'rtl::OString::OString(rtl_String*)':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:133: error: 'rtl_string_acquire' 
was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In constructor 
'rtl::OString::OString(sal_Char)':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:144: error: 
'rtl_string_newFromStr_WithLength' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In constructor 
'rtl::OString::OString(const sal_Char*)':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:155: error: 
'rtl_string_newFromStr' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In constructor 
'rtl::OString::OString(const sal_Char*, int)':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:169: error: 
'rtl_string_newFromStr_WithLength' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In constructor 
'rtl::OString::OString(int)':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:191: error: 'value' was not 
declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:191: error: 'length' was not 
declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:191: error: 'encoding' was not 
declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:191: error: 'convertFlags' was 
not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:191: error: 'rtl_uString2String' 
was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In destructor 
'rtl::OString::~OString()':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:206: error: 'rtl_string_release' 
was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In member function 
'rtl::OString& rtl::OString::operator=(const rtl::OString&)':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:216: error: 'rtl_string_assign' 
was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In member function 
'rtl::OString& rtl::OString::operator+=(const rtl::OString&)':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:227: error: 
'rtl_string_newConcat' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In member function 'sal_Bool 
rtl::OString::equals(const rtl::OString&) const':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:335: error: 'struct _rtl_String' 
has no member named 'length'
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:335: error: 'struct _rtl_String' 
has no member named 'length'
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:339: error: 'struct _rtl_String' 
has no member named 'length'
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:340: error: 'struct _rtl_String' 
has no member named 'length'
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:340: error: 
'rtl_str_reverseCompare_WithLength' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In member function 'sal_Bool 
rtl::OString::equalsIgnoreAsciiCase(const rtl::OString&) const':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:359: error: 'struct _rtl_String' 
has no member named 'length'
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:359: error: 'struct _rtl_String' 
has no member named 'length'
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:363: error: 'struct _rtl_String' 
has no member named 'length'
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:364: error: 'struct _rtl_String' 
has no member named 'length'
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:364: error: 
'rtl_str_compareIgnoreAsciiCase_WithLength' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In member function 'sal_Bool 
rtl::OString::match(const rtl::OString&, int) const':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:384: error: 'struct _rtl_String' 
has no member named 'length'
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:385: error: 'struct _rtl_String' 
has no member named 'length'
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:385: error: 'struct _rtl_String' 
has no member named 'length'
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:385: error: 
'rtl_str_shortenedCompare_WithLength' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In member function 'sal_Bool 
rtl::OString::matchIgnoreAsciiCase(const rtl::OString&, int) const':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:408: error: 'struct _rtl_String' 
has no member named 'length'
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:409: error: 'struct _rtl_String' 
has no member named 'length'
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:410: error: 'struct _rtl_String' 
has no member named 'length'
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:410: error: 
'rtl_str_shortenedCompareIgnoreAsciiCase_WithLength' was not declared in this 
scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In function 'sal_Bool 
rtl::operator==(const rtl::OString&, const rtl::OString&)':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:414: error: 'const class 
rtl::OString' has no member named 'getLength'
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:414: error: 'const class 
rtl::OString' has no member named 'getLength'
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:414: error: 'const class 
rtl::OString' has no member named 'compareTo'
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In function 'sal_Bool 
rtl::operator==(const rtl::OString&, const sal_Char*)':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:416: error: 'const class 
rtl::OString' has no member named 'compareTo'
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In function 'sal_Bool 
rtl::operator==(const sal_Char*, const rtl::OString&)':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:418: error: 'class rtl::OString' 
has no member named 'compareTo'
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In function 'sal_Bool 
rtl::operator<(const rtl::OString&, const rtl::OString&)':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:428: error: 'const class 
rtl::OString' has no member named 'compareTo'
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In function 'sal_Bool 
rtl::operator>(const rtl::OString&, const rtl::OString&)':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:430: error: 'const class 
rtl::OString' has no member named 'compareTo'
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In function 'sal_Bool 
rtl::operator<=(const rtl::OString&, const rtl::OString&)':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:432: error: 'const class 
rtl::OString' has no member named 'compareTo'
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In function 'sal_Bool 
rtl::operator>=(const rtl::OString&, const rtl::OString&)':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:434: error: 'const class 
rtl::OString' has no member named 'compareTo'
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In member function 'rtl::OString 
rtl::OString::copy(int) const':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:581: error: 'getLength' was not 
declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:581: error: 
'rtl_string_newFromStr_WithLength' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In member function 'rtl::OString 
rtl::OString::copy(int, int) const':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:601: error: 'getLength' was not 
declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:606: error: 
'rtl_string_newFromStr_WithLength' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In member function 'rtl::OString 
rtl::OString::concat(const rtl::OString&) const':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:622: error: 
'rtl_string_newConcat' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In member function 'rtl::OString 
rtl::OString::replaceAt(int, int, const rtl::OString&) const':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:647: error: 
'rtl_string_newReplaceStrAt' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In member function 'rtl::OString 
rtl::OString::replace(sal_Char, sal_Char) const':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:667: error: 
'rtl_string_newReplace' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In member function 'rtl::OString 
rtl::OString::toAsciiLowerCase() const':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:684: error: 
'rtl_string_newToAsciiLowerCase' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In member function 'rtl::OString 
rtl::OString::toAsciiUpperCase() const':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:701: error: 
'rtl_string_newToAsciiUpperCase' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In member function 'rtl::OString 
rtl::OString::trim() const':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:719: error: 'rtl_string_newTrim' 
was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In member function 'rtl::OString 
rtl::OString::getToken(int, sal_Char, int&) const':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:750: error: 'rtl_string_getToken' 
was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In member function 'sal_Bool 
rtl::OString::toBoolean() const':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:764: error: 'rtl_str_toBoolean' 
was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In member function 'float 
rtl::OString::toFloat() const':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:816: error: 'rtl_str_toFloat' was 
not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In member function 'double 
rtl::OString::toDouble() const':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:829: error: 'rtl_str_toDouble' 
was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In static member function 
'static rtl::OString rtl::OString::valueOf(sal_Bool)':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:846: error: 
'rtl_str_valueOfBoolean' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:846: error: 
'rtl_string_newFromStr_WithLength' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In static member function 
'static rtl::OString rtl::OString::valueOf(int, int)':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:874: error: 
'rtl_str_valueOfInt32' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:874: error: 
'rtl_string_newFromStr_WithLength' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In static member function 
'static rtl::OString rtl::OString::valueOf(int, int)':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:891: error: 
'rtl_str_valueOfInt64' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:891: error: 
'rtl_string_newFromStr_WithLength' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In static member function 
'static rtl::OString rtl::OString::valueOf(float)':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:907: error: 
'rtl_str_valueOfFloat' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:907: error: 
'rtl_string_newFromStr_WithLength' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In static member function 
'static rtl::OString rtl::OString::valueOf(double)':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:923: error: 
'rtl_str_valueOfDouble' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:923: error: 
'rtl_string_newFromStr_WithLength' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/string.hxx: In member function 'size_t 
rtl::OStringHash::operator()(const rtl::OString&) const':
../solver/680/unxlngi6.pro/inc/rtl/string.hxx:947: error: 'const class 
rtl::OString' has no member named 'hashCode'
In file included from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hdl:16,
                 from 
../solver/680/unxlngi6.pro/inc/offuh/com/sun/star/uno/Exception.hpp:9,
                 from 
../solver/680/unxlngi6.pro/inc/cppuhelper/bootstrap.hxx:43,
                 from oo-snippets.cpp:4:
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx: At global scope:
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:151: error: expected `)' before 
'value'
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:162: error: expected ',' or 
'...' before '*' token
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:162: error: ISO C++ forbids 
declaration of 'sal_Unicode' with no type
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:176: error: expected ',' or 
'...' before '*' token
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:176: error: ISO C++ forbids 
declaration of 'sal_Unicode' with no type
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:176: error: 
'rtl::OUString::OUString(int)' cannot be overloaded
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:162: error: with 
'rtl::OUString::OUString(int)'
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:196: error: 'sal_Int32' has not 
been declared
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:197: error: 'rtl_TextEncoding' 
has not been declared
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:198: error: 'sal_uInt32' has not 
been declared
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:228: error: expected `)' before 
'const'
oo-snippets.cpp:303: error: expected `}' at end of input
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:198: error: 'sal_uInt32' was not 
declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:198: error: expected `)' before 
numeric constant
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:198: error: expected `)' at end 
of input
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx: In constructor 
'rtl::OUString::OUString()':
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:111: error: 'rtl_uString_new' 
was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx: In copy constructor 
'rtl::OUString::OUString(const rtl::OUString&)':
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:122: error: 
'rtl_uString_acquire' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx: In constructor 
'rtl::OUString::OUString(rtl_uString*)':
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:133: error: 
'rtl_uString_acquire' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx: In constructor 
'rtl::OUString::OUString(int)':
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:165: error: 'value' was not 
declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:165: error: 
'rtl_uString_newFromStr' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx: In constructor 
'rtl::OUString::OUString(int)':
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:179: error: 'value' was not 
declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:179: error: 'length' was not 
declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:179: error: 
'rtl_uString_newFromStr_WithLength' was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx: In constructor 
'rtl::OUString::OUString(const sal_Char*, int, int, int)':
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:201: error: 'rtl_string2UString' 
was not declared in this scope
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx: At global scope:
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:209: error: expected 
unqualified-id at end of input
../solver/680/unxlngi6.pro/inc/rtl/ustring.hxx:209: error: expected `}' at end 
of input
distcc[25351] ERROR: compile oo-snippets.cpp on localhost failed

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to