Subject How to decrease the command line length?
Author

Hi, i am trying to move from revision 2785 to latest (2830). I always do


build D10_1 source


but it stopped working. This is something Delphi-ish but i never use command line compiling myself so i would like some assistance. I get the following output:


C:\Users\Superkey\Documents\SleekProductions\3rdParty\IBO\build>build d10_1 source


-------------------------------------------------------


  Build Package Groups: d10_1


-------------------------------------------------------


CurRootDir=C:\Program Files (x86)\Embarcadero\Studio\18.0\

CurIsInstalled=yes

CurProcessName=bds.exe

Checking Process bds.exe

BeforeOp:

-------------------------------------------------------

Build Package ibo5crt_d10_1 for Win32\Release via MS

-------------------------------------------------------

pkg_depend = ""

Microsoft (R) Build Engine Version 3.5.30729.8931

[Microsoft .NET Framework, Version 2.0.50727.8940]

Copyright (C) Microsoft Corporation 2007. All rights reserved.


Build started 2019-05-15 11:18:07.

Project "C:\Users\Superkey\Documents\SleekProductions\3rdParty\IBO\packages\d10_1\ibo5crt_d10_1.dproj" on node 0 (Clean;Build target(s)).

  Deleting file "ibo5crt_d10_1.res".

BuildVersionResource:

  CodeGear Resource Compiler/Binder

  Version 1.2.2 Copyright (c) 2008-2012 Embarcadero Technologies Inc.


  Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0


  Copyright (C) Microsoft Corporation.  All rights reserved.



  Deleting file "ibo5crt_d10_1.vrc".

C:\Program Files (x86)\Embarcadero\Studio\18.0\Bin\CodeGear.Delphi.Targets : warning MSB6002: The command-line for the "DCC" task is too long. C

ommand-lines longer than 32000 characters are likely to fail. Try reducing the length of the command-line by breaking down the call to "DCC" int

o multiple calls with fewer parameters per call.

C:\Program Files (x86)\Embarcadero\Studio\18.0\Bin\CodeGear.Delphi.Targets(405,5): error MSB6003: The specified task executable "dcc" could not

be run. The filename or extension is too long

Done Building Project "C:\Users\Superkey\Documents\SleekProductions\3rdParty\IBO\packages\d10_1\ibo5crt_d10_1.dproj" (Clean;Build target(s)) --

FAILED.



Build FAILED.


"C:\Users\Superkey\Documents\SleekProductions\3rdParty\IBO\packages\d10_1\ibo5crt_d10_1.dproj" (Clean;Build target) (1) ->

(_PasCoreCompile target) ->

  C:\Program Files (x86)\Embarcadero\Studio\18.0\Bin\CodeGear.Delphi.Targets : warning MSB6002: The command-line for the "DCC" task is too long.

 Command-lines longer than 32000 characters are likely to fail. Try reducing the length of the command-line by breaking down the call to "DCC" i

nto multiple calls with fewer parameters per call.



"C:\Users\Superkey\Documents\SleekProductions\3rdParty\IBO\packages\d10_1\ibo5crt_d10_1.dproj" (Clean;Build target) (1) ->

(_PasCoreCompile target) ->

  C:\Program Files (x86)\Embarcadero\Studio\18.0\Bin\CodeGear.Delphi.Targets(405,5): error MSB6003: The specified task executable "dcc" could no

t be run. The filename or extension is too long


    1 Warning(s)

    1 Error(s)


Time Elapsed 00:00:00.79

An error happened during compile of a package or project.

An error happened during compile of a package or project.

Build halted!

Please look at this error.


C:\Users\Superkey\Documents\SleekProductions\3rdParty\IBO\build>build d10_1 source


Thank in advance,


/Dany