c++builder - Why can't the Borland C++ Builder 5 command line compiler find my files? -


I have a BCB5 project group that I am trying to compile with make.exe. Make it look ok and builds on the call bcc32.exe, but it fails. The error has been called on bcc32.exe after the error.

  M: Projects \ Projects & gt; "D: \ Program Files \ Borland \ CBUlder5 \ bin \ bcc32.exe" -Od - H = \ Obj_files \ vcl50.csm -Hc -Vx -Ve -X--a8 -5 -b -k -vi -c -tw -twm -w -par -IP: \ b5 \ crc32 \ ISC \; Question: Z: \ bin \; help; PAS; D: \ Programra ~ 1 \ Borland \ CBUILD ~ 1 \ bin \ .. Include; D: \ APGRA ~ 1 \ Borland \ CBUILD ~ 1 \ bin .. .. \ Include \ vcl; DataCenter; "P: \ b5 \ Gif Image \" -D; NO_STRICT; _RTLDLL -nobj_files \ help \ chelp.cpp Borland C ++ 5.5.1 Win32 Copyright (C) 1993, 2000 Boreland Error E2266: No File Name  

It appears that the file Clearly 'Chip CPP' is. What's wrong with this?

Thanks for the consideration, strager it was close, but the real problem is P: \ bg \ Gif image The set of quotations around is that turning them into a single quote resolves the problem.

I believe it can also be resolved with FixMake:. FixMake takes a messie and clears things such as backslash and extract quotes.


Comments