Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dcc32.exe REFUSES to use my search paths

Status
Not open for further replies.

dombrowsky

Programmer
Nov 16, 2006
2
US
observe:

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top