To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=43296 Issue #:|43296 Summary:|W32-4nt: Build fails in connectivity Component:|tools Version:|680m79 Platform:|PC URL:| OS/Version:|Windows 2000 Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|code Assigned to:|mh Reported by:|vq
------- Additional comments from [EMAIL PROTECTED] Mon Feb 21 20:54:48 -0800 2005 ------- The build fails with: ------------- /cygdrive/e/w1/SRC680_m79/connectivity/com/sun/star/sdbcx/comp/hsqldb /usr/bin/find: .*.java: No such file or directory dmake.exe: Error code 129, while making 'Shell escape' The problem is that connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk contains: JAVAFILES = $(shell $(FIND) .$/*.java) and the cygwin find obviously doesn't like the backslash. Changeing the $/ to / should work in all cases. ause? --------------------------------------------------------------------- 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]
