Issue 70194 - ause060: Build fails in dbaccess/source/ui/dlg
Summary: ause060: Build fails in dbaccess/source/ui/dlg
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: current
Hardware: PC Windows, all
: P1 (highest) Trivial (vote)
Target Milestone: OOo 2.1
Assignee: hjs
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-08 02:21 UTC by quetschke
Modified: 2006-11-12 02:40 UTC (History)
2 users (show)

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


Attachments
Patch for dbaccess (603 bytes, patch)
2006-10-08 02:23 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 2006-10-08 02:21:12 UTC
A "build -- -P2" build failed with the following output:

Making: ../../../wntmsci10.pro/slo/ConnectionPageSetup.obj
guw.exe /cygdrive/c/MSVS2003/Vc7/bin/cl.exe @/tmp/mkRkrcg9
guw.exe /cygdrive/c/MSVS2003/Vc7/bin/cl.exe -Zm500 -Zc:forScope -GR -c -nologo
-Gs  -Gy -Ob1 -Oxs -Oy- -Gd  -I.  -I../../../wntmsci10.pro/inc/uidlg -I../inc
-I../../../source/inc -I../../../inc/pch -I../../../inc -I../../../WIN/inc
-I../../../wntmsci10.pro/inc -I.
-I/cygdrive/d/w1/tin_ws/solver/680/wntmsci10.pro/inc/stl
-I/cygdrive/d/w1/tin_ws/solver/680/wntmsci10.pro/inc/external
-I/cygdrive/d/w1/tin_ws/solver/680/wntmsci10.pro/inc
-I/cygdrive/d/w1/tin_ws/solenv/wntmsci10/inc -I/cygdrive/d/w1/tin_ws/solenv/inc
-I/cygdrive/d/w1/tin_ws/res
-I/cygdrive/d/w1/tin_ws/solver/680/wntmsci10.pro/inc/stl
-I/cygdrive/c/J2SDK1~1.2_0/include/win32 -I/cygdrive/c/J2SDK1~1.2_0/include
-I/cygdrive/c/PROGRA~1/MICROS~4/include -I/cygdrive/c/MSVS2003/Vc7/include
-I/cygdrive/c/PROGRA~1/MICROS~1.0SD/include    
-I/cygdrive/d/w1/tin_ws/solver/680/wntmsci10.pro/inc/offuh -I. -I../../../res
-I. -Wall -wd4061 -wd4127 -wd4191 -wd4217 -wd4251 -wd4275 -wd4290     -wd4294
-wd4355 -wd4511 -wd4512 -wd4514 -wd4611 -wd4625 -wd4626 -wd4640     -wd4675
-wd4710 -wd4711 -wd4786 -wd4800 -wd4820 -wd4503 -wd4619   -DWNT -DWNT -DNT351
-DMSC -DM1310 -DINTEL -D_X86_=1 -DFULL_DESK -DSTLPORT_VERSION=400 -DWINVER=0x400
-D_WIN32_IE=0x400 -D_MT -DCPPU_ENV=msci -DSUPD=680 -DPRODUCT -DNDEBUG
-DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DCUI -DSOLAR_JAVA -DSRC680=SRC680
  -DSHAREDLIB -D_DLL_ -DWIN32 -D_MT -D_DLL -DWIN32 -D_MT -D_DLL -DMULTITHREAD
-GX -DEXCEPTIONS_ON   -Fo../../../wntmsci10.pro/slo/ConnectionPageSetup.obj
/cygdrive/d/w1/tin_ws/dbaccess/source/ui/dlg/ConnectionPageSetup.cxx

ConnectionPageSetup.cxx
d:\w1\tin_ws\dbaccess\source\ui\dlg\ConnectionPageSetup.cxx(43) : fatal error
C1083: Cannot open include file: 'AutoControls.hrc': No such file or directory
dmake:  Error code 2, while making
'../../../wntmsci10.pro/slo/ConnectionPageSetup.obj'
---* tg_merge.mk *---

ERROR: Error 65280 occurred while making
/cygdrive/d/w1/tin_ws/dbaccess/source/ui/dlg
Comment 1 quetschke 2006-10-08 02:23:08 UTC
Created attachment 39631 [details]
Patch for dbaccess
Comment 2 quetschke 2006-10-08 02:24:14 UTC
The previous patch helped me over this and some related build failiures, but
there sure is a more elegant solution ;)
Comment 3 hjs 2006-10-09 12:16:07 UTC
doesn't look related to ause060 but simply missing dependencies.
Comment 4 hjs 2006-10-09 17:03:16 UTC
fixed in m187 (masterfix)
Comment 5 quetschke 2006-11-12 02:40:33 UTC
Works now.
Comment 6 quetschke 2006-11-12 02:40:50 UTC
close