Is there somewhere in the source code where the call to processdeps.awk is constructed? Im still trying to figure out why it is constructed incorrectly.
Sent from Samsung Mobile <div>-------- Original message --------</div><div>From: Brett Grentell <bgrent...@icloud.com> </div><div>Date:12/12/2015 9:49 PM (GMT+10:00) </div><div>To: dev@openoffice.apache.org </div><div>Subject: RE: Compiler Error </div><div> </div>I did that already. I did it again to be sure but I'm still getting the same result. -----Original Message----- From: Oliver Brinzing [mailto:oliver.brinz...@gmx.de] Sent: Saturday, December 12, 2015 9:43 PM To: dev@openoffice.apache.org Subject: Re: Compiler Error Hi, >> awk: fatal: can't open source file >> `C:/Cygwin-installationc:/Cygwin-installatio >> /openoffice-4.0/openoffice/main/solenv/gbuild/processdeps.awk' for >> reading (No uch file or directory) It appears that >> C:/Cygwin-installation is appended to the path twice. Not too sure why it is happening. Is there a quick fix for this? have you seen https://wiki.openoffice.org/wiki/Documentation/Building_Guide/Building_on_Wi ndows i remember, i had to replace awk with gawk after installing cygwin: rm /usr/bin/awk mv /usr/bin/gawk.exe /usr/bin/awk.exe Regards Oliver --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org