Issue 33287 - W32 build breaks in desktop
Summary: W32 build breaks in desktop
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: current
Hardware: PC Windows 2000
: P1 (highest) Trivial (vote)
Target Milestone: OOo 2.0
Assignee: vg
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-22 23:53 UTC by quetschke
Modified: 2004-09-14 22:54 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Add rtl:: before calls. (2.38 KB, patch)
2004-08-26 19:02 UTC, pavel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description quetschke 2004-08-22 23:53:32 UTC
The build of cws_src680_ooo20040704 breaks with:

guw.pl /cygdrive/c/PROGRA~1/MICROS~1.NET/Vc7/bin/cl.exe @/tmp/mkb02148
dp_parceldesc.cxx                                                     
d:\v1\cws_src680_ooo20040704\desktop\source\deployment\registry\sfwk\dp
_parceldesc.cxx(125) : error C2065: 'OUStringToOString' : nichtdeklarie
rter Bezeichner                                                       
d:\v1\cws_src680_ooo20040704\desktop\source\deployment\registry\sfwk\dp
_parceldesc.cxx(125) : error C2228: Der linke Teil von '.getStr' muss e
ine Klasse/Struktur/Union sein
d:\v1\cws_src680_ooo20040704\desktop\source\deployment\registry\sfwk\dp
_parceldesc.cxx(137) : error C2228: Der linke Teil von '.getStr' muss e
ine Klasse/Struktur/Union sein
d:\v1\cws_src680_ooo20040704\desktop\source\deployment\registry\sfwk\dp
_parceldesc.cxx(149) : error C2228: Der linke Teil von '.getStr' muss e
ine Klasse/Struktur/Union sein
dmake:  Error code 2, while making '../../../../wntmsci8.pro/slo/dp_par
celdesc.obj'
---* tg_merge.mk *---                                                  
ERROR: Error 65280 occurred while making /cygdrive/d/v1/cws_src680_ooo2
0040704/desktop/source/deployment/registry/sfwk
dmake:  Error code 1, while making 'build_all'
---* tg_merge.mk *---
Comment 1 pavel 2004-08-26 19:01:21 UTC
the same applies to SRC680_m51, two files:

M dp_parceldesc.cxx
M dp_sfwk.cxx

Just add rtl:: before calls to OUStringToOString.

Patch attached.
Comment 2 pavel 2004-08-26 19:02:12 UTC
Created attachment 17370 [details]
Add rtl:: before calls.
Comment 3 vg 2004-08-27 11:08:42 UTC
Patch applied & files comitted
Comment 4 pavel 2004-08-27 11:55:32 UTC
Thanks.
Comment 5 pavel 2004-09-14 22:54:24 UTC
Verified, closing.