To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=52799 Issue #:|52799 Summary:|SDK examples break during 'make' when cygwin is |installed Component:|api Version:|OOo 2.0 Platform:|All URL:| OS/Version:|Windows XP Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|ENHANCEMENT Priority:|P3 Subcomponent:|code Assigned to:|jsc Reported by:|cyb
------- Additional comments from [EMAIL PROTECTED] Tue Aug 2 14:47:32 -0700 2005 ------- This problem arises because of the make.exe (GNU) doing a search algorithm in order to figure out which shell to use before the makefile is being processed. Cygwin is usually in C:\Cygwin or C:\Program Files\Cygwin and thus its \bin\sh.exe is detected as the to-use shell instead of C:\WINDOWS\system32\cmd.exe and then it tries to use the sh.exe to proceed which lets the examples fail with some error message I don't have around right now (because I moved Cygwin to my D: partition so that the proper cmd.exe is used for making the examples). cyb->jsc: I did some checking on this some time ago and found the source files that were responsible for this. How about a custom GNU Make for Win32 which we will then provide on http://api.openofice.org ? What do you think ? I could probably take a closer look at which parts of the MAKE source code should be changed and would try to build it on Windows generating a custom make.exe . Give me feedback, about what you think. --------------------------------------------------------------------- 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]