To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66717





------- Additional comments from [EMAIL PROTECTED] Mon Jun 26 20:36:51 -0700 
2006 -------
OK, found the problem.

wntmsci10.pro/misc/build/db-4.2.52.NC/mutex/makefile.mk overrides SOLARINC.

/me tests to build without overriding SOLARINC ...
  that fails too, with a different error, obviously there was a reason for this.

Ah, that makefile uses $(PSDKINC), that is not defined here.

This patch fixes the problem for me:

--- db-4.2.52.patch     19 Jun 2006 10:39:16 -0000      1.10
+++ db-4.2.52.patch     27 Jun 2006 03:36:06 -0000
@@ -816,7 +816,7 @@
 ! 
 ! EXTERNAL_WARNINGS_NOT_ERRORS := TRUE
 ! 
-! SOLARINC=-I..$/build_win32 -I..$/ $(PSDKINC) -I$(COMPATH)$/include
+! SOLARINC=-I..$/build_win32 -I..$/ -I$(PSDK_HOME)$/include 
-I$(COMPATH)$/include
 ! .INCLUDE :  settings.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]

Reply via email to