dombrowsky
Programmer
observe:
uh...WHAA??!? First, why is it using this standard "program files" path? But more importantly, why is it completly IGNORING the path I give it to locate AMovie.dcu, which sits nicely where I put it:
I can't get dcc32.exe to work on the command line from anywhere, bash.exe or cmd.exe. It gets truncated, mis-parsed, and ignored.
can ANYONE IN THE WORLD compile using dcc32.exe?
-dave
Code:
sh build.sh
+ cd Sources
+ '/cygdrive/c/Program Files/Borland/Delphi5/bin/dcc32.exe' '-E..\Bin' '-N..\Units' '-LN..\resources' '-Uc:\cygwin\home\ddombrowsky\src\EndoPathology\depend\obj' '-Oc:\cygwin\home\ddombrowsky\src\EndoPathology\depend\obj' '-Ic:\cygwin\home\ddombrowsky\src\EndoPathology\depend\obj' '-Rc:\cygwin\home\ddombrowsky\src\EndoPathology\depend\obj' EndoSoftWorks.dpr
Borland Delphi Version 13.0 Copyright (c) 1983,99 Inprise Corporation
Player.pas(7) Fatal: File not found: 'C:\Program Files\Borland\Delphi5\Lib\AMovie.pas'
make: *** [all] Error 1
uh...WHAA??!? First, why is it using this standard "program files" path? But more importantly, why is it completly IGNORING the path I give it to locate AMovie.dcu, which sits nicely where I put it:
Code:
c:\cygwin\home\ddombrowsky\src\EndoPathology\depend\obj\AMovie.dcu
I can't get dcc32.exe to work on the command line from anywhere, bash.exe or cmd.exe. It gets truncated, mis-parsed, and ignored.
can ANYONE IN THE WORLD compile using dcc32.exe?
-dave