tlw1985 / cnpack

Automatically exported from code.google.com/p/cnpack
0 stars 0 forks source link

Build from sources: make it possible with Delphi XE2 #60

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
SVN or tarball cannot be built, since want.exe does not work normal on unicode 
capable Delphi

want2 is dead and is not compatible with want1

fixing want1 into being capable of XE2 support is very difficult, if possible

please, provide build environment for computers, having no pre-Unicode Delphi 
to use with want, so people could participate w/o searchign fdor Delphi 7 for 
only one reason - compile CnWizards and nothing more

Original issue reported on code.google.com by Arioch...@gmail.com on 10 Oct 2013 at 9:41

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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