To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76713
User vq changed the following:
What |Old value |New value
================================================================================
Status|RESOLVED |REOPENED
--------------------------------------------------------------------------------
OS/Version|Windows Vista |Windows, all
--------------------------------------------------------------------------------
Resolution|FIXED |
--------------------------------------------------------------------------------
Version|1.0.0 |680m98
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon May 28 22:36:05 +0000
2007 -------
First, before I forget it, we might also need to set PROF_EDITION even though
it's not used to set {ATL,MFC}_{LIB,INCLUDE} in wntmsci11.mk as they are set in
winenv.set. (We might think about this)
But I'm jumping ahead, the build fails in shell/source/win32/shlxthandler/res
because it cannot find winres.h (logfile at the end).
True, the -I/cygdrive/c/PROGRA~1/MI2578~1/Windows/v6.0/include/mfc directory
doesn't exist (that's $PSDK_HOME/include/mfc) anymore in the Windows SDK.
Even worse, there is no winres.h at all (except in the Samples/ directory) in
the Windows SDK. (And also not in the VS Express edition.)
You probably didn't see this problem because the Sun environment seems to have
an additional PlatformSDK directory in your environment. The following snippet
from wntmsci11.mk cannot work here because that directory doesn't exist.
(That snippet wouldn't be used because OOo sets these variables already in
winenv.set and the *= assignment is not used, but anyways.)
.IF "$(PROF_EDITION)" == ""
ATL_INCLUDE*=$(COMPATH)$/PlatformSDK$/include$/atl
ATL_LIB*=$(COMPATH)$/atlmfc$/lib
MFC_INCLUDE*=$(COMPATH)$/PlatformSDK$/include$/mfc
MFC_LIB*=$(COMPATH)$/atlmfc$/lib
.ELSE
Currently it looks like the Windows SDK either needs the full VS or an old
Platform SDK.
-- errorlog --
guw.exe ../../../../wntmsci11.pro/bin/lngconvex.exe -ulf
../../../../wntmsci11.pro/misc/shlxthdl/shlxthdl.ulf -rc
../../../../wntmsci11.pro/res/shlxthdl.rc -rct rctmpl.txt -rch rcheader.txt -rcf
rcfooter.txt
------------------------------
Making: ../../../../wntmsci11.pro/res/shlxthdl.res
guw.exe rc -I. -I../../../../wntmsci11.pro/inc/shlxthdl
-I/cygdrive/c/PROGRA~1/MI2578~1/Windows/v6.0/include/mfc -I../inc
-I../../../../inc/pch -I../../../../inc/shell -I../../../../inc
-I../../../../WIN/inc -I../../../../wntmsci11.pro/inc -I.
-I/cygdrive/d/w1/tin_obo12/solver/680/wntmsci11.pro/inc/stl
-I/cygdrive/d/w1/tin_obo12/solver/680/wntmsci11.pro/inc/external
-I/cygdrive/d/w1/tin_obo12/solver/680/wntmsci11.pro/inc
-I/cygdrive/d/w1/tin_obo12/solenv/wntmsci11/inc
-I/cygdrive/d/w1/tin_obo12/solenv/inc -I/cygdrive/d/w1/tin_obo12/res
-I/cygdrive/d/w1/tin_obo12/solver/680/wntmsci11.pro/inc/stl
-I/cygdrive/c/J2SDK1~1.2_1/include/win32 -I/cygdrive/c/J2SDK1~1.2_1/include
-I/cygdrive/c/PROGRA~1/MI2578~1/Windows/v6.0/include
-I/cygdrive/c/PROGRA~1/MI2578~1/Windows/v6.0/VC/include
-I/cygdrive/c/PROGRA~1/MICROS~4/include -I/cygdrive/c/PROGRA~1/MICROS~4/include
-I/cygdrive/d/w1/tin_obo12/solver/680/wntmsci11.pro/inc/offuh -I.
-I../../../../res -I. -I/cygdrive/d/w1/tin_obo12/solver/680/wntmsci11.pro/res
-I/cygdrive/c/PROGRA~1/MI2578~1/Windows/v6.0/include/atl
-I/cygdrive/c/PROGRA~1/MI2578~1/Windows/v6.0/include/mfc -r -DWIN32
-fo../../../../wntmsci11.pro/res/shlxthdl.res
../../../../wntmsci11.pro/res/shlxthdl.rc
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation. All rights reserved.
..\..\..\..\wntmsci11.pro\res\shlxthdl.rc(1) : fatal error RC1015: cannot open
include file 'winres.h'.
dmake: Error code 1, while making '../../../../wntmsci11.pro/res/shlxthdl.res'
---* tg_merge.mk *---
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]