To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69602
                 Issue #|69602
                 Summary|obo05: VSE build breaks in shell
               Component|tools
                 Version|current
                Platform|PC
                     URL|
              OS/Version|Windows, all
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P2
            Subcomponent|code
             Assigned to|obo
             Reported by|vq





------- Additional comments from [EMAIL PROTECTED] Sat Sep 16 23:25:08 -0700 
2006 -------
The build breaks with:

Making: ../../../../wntmsci11.pro/res/shlxthdl.res
guw.pl rc -I.  -I../../../../wntmsci11.pro/inc/shlxthdl -I../inc
-I../../../../inc/pch -I../../../../inc -I../../../../WIN/inc
-I../../../../wntmsci11.pro/inc -I.
-I/cygdrive/d/w1/tin_obo05/solver/680/wntmsci11.pro/inc/stl
-I/cygdrive/d/w1/tin_obo05/solver/680/wntmsci11.pro/inc/external
-I/cygdrive/d/w1/tin_obo05/solver/680/wntmsci11.pro/inc
-I/cygdrive/d/w1/tin_obo05/solenv/wntmsci11/inc
-I/cygdrive/d/w1/tin_obo05/solenv/inc -I/cygdrive/d/w1/tin_obo05/res
-I/cygdrive/d/w1/tin_obo05/solver/680/wntmsci11.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/PROGRA~1/MID05A~1/VC/include
-I/cygdrive/c/PROGRA~1/MICROS~1.0SD/include    
-I/cygdrive/d/w1/tin_obo05/solver/680/wntmsci11.pro/inc/offuh -I.
-I../../../../res -I. -I/cygdrive/d/w1/tin_obo05/solver/680/wntmsci11.pro/res
-I/cygdrive/c/PROGRA~1/MICROS~4/include/atl
-I/cygdrive/c/PROGRA~1/MID05A~1/VC/PlatformSDK/include/mfc  -r -DWIN32
-fo../../../../wntmsci11.pro/res/shlxthdl.res
../../../../wntmsci11.pro/res/shlxthdl.rc 
..\..\..\..\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 *---

ERROR: Error 65280 occurred while making
/cygdrive/d/w1/tin_obo05/shell/source/win32/shlxthandler/res


I'm currently trying this patch:

@@ -357,8 +367,13 @@
 
 ATL_INCLUDE*=$(COMPATH)$/PlatformSDK$/include$/atl
 ATL_LIB*=$(COMPATH)$/atlmfc$/lib
-MFC_INCLUDE*=$(COMPATH)$/PlatformSDK$/include$/mfc
+.IF "$(NETTOOLKIT)" != ""
+MFC_INCLUDE*=$(PSDK_HOME)$/Include$/mfc
 MFC_LIB*=$(COMPATH)$/atlmfc$/lib
+.ELSE
+MFC_INCLUDE*=$(COMPATH)$/PlatformSDK$/include$/mfc
+MFC_LIB*=$(PSDK_HOME)$/lib
+.ENDIF
 
 LIBMGR=$(WRAPCMD) lib $(NOLOGO)
 IMPLIB=$(WRAPCMD) lib


and this cures the shell module, but if anything from
 $(COMPATH)$/atlmfc$/lib
from the "real" VS is needed this will fail as those libs are not included
in the express version.

---------------------------------------------------------------------
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]

Reply via email to