Issue 71981 - m195: Build fails in berkeleydb
Summary: m195: Build fails in berkeleydb
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: solenv (show other issues)
Version: current
Hardware: All Windows, all
: P1 (highest) Trivial (vote)
Target Milestone: OOo 2.2
Assignee: jens-heiner.rechtien
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-26 05:32 UTC by quetschke
Modified: 2006-12-08 16:33 UTC (History)
2 users (show)

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


Attachments
Patch for berkeleydb (593 bytes, patch)
2006-11-26 17:11 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-11-26 05:32:39 UTC
The WIndows build fails in berkeledb with:
<http://go-oo.org/tinderbox/gunzip.cgi?tree=SRC680_m195&brief-log=1164507336.8472>

cd mutex ; dmake subdmake=true  
guw.exe /cygdrive/d/w1/tin_ws/solver/680/wntmsci10.pro/bin/makedepend
@/tmp/mkxHLtMn > ../../../../../wntmsci10.pro/misc/all_mutex.dpslo
guw.exe /cygdrive/d/w1/tin_ws/solver/680/wntmsci10.pro/bin/makedepend
@/tmp/mkuMH6KL >> ../../../../../wntmsci10.pro/misc/all_mutex.dpslo
cat /tmp/mkO3rwCb >> ../../../../../wntmsci10.pro/misc/all_mutex.dpslo
cat /tmp/mkycOPVd >> ../../../../../wntmsci10.pro/misc/all_mutex.dpslo
------------------------------
Making: ../../../../../wntmsci10.pro/slo/mut_win32.obj
guw.exe /cygdrive/c/MSVS2003/Vc7/bin/cl.exe @/tmp/mkG3VLPF
cl : Command line warning D4025 : overriding '/Ox' with '/Od'
mut_win32.c
d:\w1\tin_ws\berkeleydb\wntmsci10.pro\misc\build\db-4.2.52.NC\build_win32\win_db.h(33)
: fatal error C1083: Cannot open include file: 'windows.h': No such file or
directory
dmake:  Error code 2, while making '../../../../../wntmsci10.pro/slo/mut_win32.obj'
---* tg_merge.mk *---
dmake:  Error code 255, while making 'mutex'
---* tg_merge.mk *---
dmake:  Error code 255, while making
'./wntmsci10.pro/misc/build/so_built_so_berkeleydb'

ERROR: Error 65280 occurred while making /cygdrive/d/w1/tin_ws/berkeleydb
Comment 1 quetschke 2006-11-26 17:10:19 UTC
This fails because OOo builds don't know about $(PSDKINC) but want
-I$(PSDK_HOME)$/include instead. (See also issue 66781).

Please masterfix with the following patch.
Comment 2 quetschke 2006-11-26 17:11:26 UTC
Created attachment 40922 [details]
Patch for berkeleydb
Comment 3 hjs 2006-11-27 12:21:50 UTC
changes to berkeleydb patch were not merged. fixed as masterfix to m196 (already
committed to HEAD)
Comment 4 jens-heiner.rechtien 2006-12-08 16:33:57 UTC
Closed.