Open GoogleCodeExporter opened 8 years ago
D:\DelphiProjects\Experts\CnPack\cnwizards\Make>want d16
buildfile: /d:/DelphiProjects/Experts/CnPack/cnwizards/Make/want.xml
-prepare:
[echo] version=1.0.1.665_Unstable
-cw_prepare:
[copy] to .
[copy] 1 files from .
-d16:
[copy] to .
[copy] 1 files from .
[brcc] ./Source/CnWizards_D16.rc
[brcc]
[dcc] ./CnWizards_D16.dpr
[dcc] invalid path chars in C:\Program Files (x86)\Embarcadero\RAD
[dcc] Studio\9.0\Bin\DCC32.EXE
It should find in registry and/or %Path% and run c:\RAD Studio\9.0\bin\DCC32.EXE
Original comment by Arioch...@gmail.com
on 10 Oct 2013 at 12:37
D:\DelphiProjects\Experts\CnPack\cnwizards\Make>set env.D16=c:\RAD Studio\9.0\bi
n\DCC32.EXE
D:\DelphiProjects\Experts\CnPack\cnwizards\Make>set |grep env
STDIN
env.D16=c:\RAD Studio\9.0\bin\DCC32.EXE
D:\DelphiProjects\Experts\CnPack\cnwizards\Make>want d16
buildfile: /d:/DelphiProjects/Experts/CnPack/cnwizards/Make/want.xml
-prepare:
[echo] version=1.0.1.665_Unstable
-cw_prepare:
[copy] to .
[copy] 1 files from .
-d16:
[copy] to .
[copy] 1 files from .
[brcc] ./Source/CnWizards_D16.rc
[brcc]
[dcc] ./CnWizards_D16.dpr
[dcc] invalid path chars in C:\Program Files (x86)\Embarcadero\RAD
[dcc] Studio\9.0\Bin\DCC32.EXE
BUILD FAILED
Original comment by Arioch...@gmail.com
on 10 Oct 2013 at 12:40
Okay, i edit want/.xml - having future problems with SVN checkout, but then...
D:\DelphiProjects\Experts\CnPack\cnwizards\Make>want tools
buildfile: /d:/DelphiProjects/Experts/CnPack/cnwizards/Make/want.xml
-prepare:
[echo] version=1.0.1.665_Unstable
cnconfigio: Compile CnConfigIO.
[copy] to .
[copy] 1 files from .
[brcc] ./Tools/CnConfigIO/CnConfigIO.rc
[brcc]
[dcc] ./CnConfigIO.dpr
[dcc] '' is not a valid floating point value
BUILD FAILED
D:\DelphiProjects\Experts\CnPack\cnwizards\Make>want resdll
buildfile: /d:/DelphiProjects/Experts/CnPack/cnwizards/Make/want.xml
-prepare:
[echo] version=1.0.1.665_Unstable
resdll: Compile CnWizards Resource DLL.
[dcc] ./CnWizResGen.dpr
[dcc] '' is not a valid floating point value
BUILD FAILED
D:\DelphiProjects\Experts\CnPack\cnwizards\Make>want cnwizhelperdll
buildfile: /d:/DelphiProjects/Experts/CnPack/cnwizards/Make/want.xml
-prepare:
[echo] version=1.0.1.665_Unstable
cnwizhelperdll: Compile CnWizards Helper DLL.
[copy] to .
[copy] 1 files from .
[brcc] ./Tools/CnWizHelper/CnWizHelper.rc
[brcc]
[dcc] ./CnWizHelper.dpr
[dcc] '' is not a valid floating point value
BUILD FAILED
And here it ends.
Original comment by Arioch...@gmail.com
on 10 Oct 2013 at 12:48
Original issue reported on code.google.com by
Arioch...@gmail.com
on 10 Oct 2013 at 9:41