Issue 8573 - build breaks in desktop module
Summary: build breaks in desktop module
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: 643
Hardware: PC Windows 2000
: P2 Trivial (vote)
Target Milestone: ---
Assignee: Unknown
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-22 10:47 UTC by Unknown
Modified: 2003-03-16 20:14 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Unknown 2002-10-22 10:47:37 UTC
current developer build (branch OO643C) breaks in desktop. Error message 
attached. I can get further when regressing to SRX643_OO (last release), 
but run into much more errors then. 
Making:..\..\wntmsci7.pro\obj\app.obj
cl -Zm200 -c -nologo -W3 -Gs -Gy  -I. -I. -I..\inc -I..\..\inc -I..\..\WIN\inc
-I..\..\wntmsci7.pro\inc -I. -Ic:\srx643\solver\643\wntmsci7.pro\inc\stl
-Ic:\srx643\solver\643\wntmsci7.pro\inc\external
-Ic:\srx643\solver\643\wntmsci7.pro\inc -Ic:\srx643\solenv\wntmsci7\inc
-Ic:\srx643\solenv\inc -Ic:\srx643\res
-Ic:\srx643\solver\643\wntmsci7.pro\inc\stl -Ic:\jdk1.3.1\include\win32
-Ic:\jdk1.3.1\include -Ic:\progra~1\micros~3\vc98\include
-Ic:\PROGRA~1\MIFD68~1\include     -I. -I..\..\res -I. -Ob1 -Ox -Gd  -GX   
-DWNT -DWNT -DNT351 -DMSC -DMI200 -DINTEL
-D_USE_NAMESPACE -D_X86_=1  -DFULL_DESK -DSTLPORT_VERSION=400 -D_MT
-DCPPU_ENV=msci -DSUPD=643 -DBUILD=8362 -DPRODUCT -DNDEBUG -DPRODUCT_FULL
-DOPTIMIZE -DEXCEPTIONS_ON -DCUI -DSOLAR_JAVA -DSRX643  "-DBUILD_SOSL"
-DMULTITHREAD -DWIN32 -D_MT -D_DLL -DWIN32 -D_MT -D_DLL 
-Fo..\..\wntmsci7.pro\obj\app.obj c:\srx643\desktop\source\app\app.cxx
cl @c:\Temp\mk1e2
app.cxx
c:\srx643\desktop\source\app\ssoinit.hxx(18) : error C2447: missing function
header (old-style formal list?)
c:\srx643\desktop\source\app\app.cxx(1330) : error C2660: 'InitSSO' : function
does not take 2 parameters
dmake.exe:  Error code 130, while making '..\..\wntmsci7.pro\obj\app.obj'
---*TG_SLO.MK*---

ERROR: Error 65280 occurred while making /cygdrive/c/srx643/desktop/source/app
~
Comment 1 Martin Hollmichel 2002-10-22 11:12:55 UTC
try rev. 1.4 of ssoinit.hxx
Comment 2 Unknown 2002-10-22 12:21:30 UTC
I'm still getting the error message for app.cxx
(InitSSO: function does not take 2 parameters)

Comment 3 Unknown 2002-10-23 11:38:10 UTC
reassigned to me - ok. I did the following updates on OO643C: 

  desktop/source/app/ssoinit.hxx
  desktop/source/app/configinit.cxx

In both cases I had to force a second parameter for InitSSO. 
In configinit.cxx I could only guess and make this '0'. 

 
Comment 4 joerg.barfurth 2002-10-24 07:58:24 UTC
The correct solution would have been to add the same default arguments
to the BUILD_SOSL (inline) declaration in ssoinit.hxx, as to the other
(extern) one. The change to configinit.cxx was unnecessary (although
using 0 is fine).
Comment 5 michael.bemmer 2003-03-16 20:11:11 UTC
As discussed with Armin, he thought these bug were closed, he sees all of them
as verified.
Comment 6 michael.bemmer 2003-03-16 20:14:52 UTC
As discussed with Armin, he thought these bug were closed, he sees all of them
as verified.