Issue 17803 - W32-MSVC6: Build breaks in desktop/source/app
Summary: W32-MSVC6: Build breaks in desktop/source/app
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC2
Hardware: PC Windows 2000
: P1 (highest) Trivial (vote)
Target Milestone: OOo 1.1 RC
Assignee: Martin Hollmichel
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-03 08:57 UTC by quetschke
Modified: 2003-11-23 12:00 UTC (History)
1 user (show)

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


Attachments
Patch for desktop/source/app/app.cxx (2.15 KB, patch)
2003-08-03 10:38 UTC, quetschke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description quetschke 2003-08-03 08:57:55 UTC
Found in cws_srx645_ooo11rc3. (cws..rc2 had no problems)

The build breaks with:

------------------------------
Making:..\..\wntmsci9.pro\obj\app.obj
c:\PROGRA~1\MSVS6\VC98\bin\cl.exe -Zm200 -c -nologo -Gs -Gy  -I.  -I. -I..\inc
-I..\..\inc -I..\..\WIN\inc -I..\..\wntmsci9.pro\inc -I.
-Ie:\w1\cws_srx645_ooo11rc3\solver\645\wntmsci9.pro\inc\stl
-Ie:\w1\cws_srx645_ooo11rc3\solver\645\wntmsci9.pro\inc\external
-Ie:\w1\cws_srx645_ooo11rc3\solver\645\wntmsci9.pro\inc
-Ie:\w1\cws_srx645_ooo11rc3\solenv\wntmsci9\inc
-Ie:\w1\cws_srx645_ooo11rc3\solenv\inc -Ie:\w1\cws_srx645_ooo11rc3\res
-Ie:\w1\cws_srx645_ooo11rc3\solver\645\wntmsci9.pro\inc\stl
-Ic:\j2sdk1.4.1_02\include\win32 -Ic:\j2sdk1.4.1_02\include
-Ic:\psdk02_2003\include -Ic:\progra~1\msvs6\vc98\include     -I. -I..\..\res
-I. -Ob1 -Zi -Fd..\..\wntmsci9.pro\misc\_ooo_st_dkt.PDB -Ox -Oy- -Gd  -GX   
-DWNT -DWNT -DNT351 -DMSC -DMI200 -DINTEL -D_USE_NAMESPACE -D_X86_=1 
-DFULL_DESK -DSTLPORT_VERSION=400 -DWINVER=0x400 -D_WIN32_IE=0x400 -D_MT
-DCPPU_ENV=msci -DSUPD=645 -DBUILD=8669 -DPRODUCT -DNDEBUG -DPRODUCT_FULL
-DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DEXCEPTIONS_ON -DCUI -DSOLAR_JAVA -DSRX645 
-DMULTITHREAD -DWIN32 -D_MT -D_DLL -DWIN32 -D_MT -D_DLL -W3
-Fo..\..\wntmsci9.pro\obj\app.obj
e:\w1\cws_srx645_ooo11rc3\desktop\source\app\app.cxx 

c:\PROGRA~1\MSVS6\VC98\bin\cl.exe @d:\temp\mk15
app.cxx
e:\w1\cws_srx645_ooo11rc3\desktop\source\app\app.cxx(300) : fatal error C1001:
INTERNAL COMPILER ERROR
        (compiler file 'msc1.cpp', line 1794) 
         Please choose the Technical Support command on the Visual C++ 
         Help menu, or open the Technical Support help file for more information
---*TG_SLO.MK*---
dmake.exe:  e:\w1\cws_srx645_ooo11rc3\solver\645\wntmsci9.pro\inc\645minor.mk: 
line 4:  Warning -- Macro `LAST_MINOR' redefined after use
dmake.exe:  Error code 130, while making '..\..\wntmsci9.pro\obj\app.obj'

ERROR: Error 65280 occurred while making /w1/cws_srx645_ooo11rc3/desktop/source/app
---*TG_SLO.MK*---
dmake:  Error code 129, while making 'build_all'

--------------------------------------------------
Comment 1 quetschke 2003-08-03 08:59:21 UTC
I forgot, .NET builds without problems.

Setting target.
Comment 2 quetschke 2003-08-03 10:36:40 UTC
The following patch fixes this. Please apply/approve.
Comment 3 quetschke 2003-08-03 10:38:16 UTC
Created attachment 8231 [details]
Patch for desktop/source/app/app.cxx
Comment 4 thorsten.martens 2003-08-04 09:36:50 UTC
TM->MH: Can you please have a look ? Thanks !
Comment 5 Martin Hollmichel 2003-08-05 12:27:51 UTC
committed to rc3.
Comment 6 pavel 2003-11-23 12:00:55 UTC
Closing.