www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - building changeset271 and 3.4-1 error

reply dolive <dolive89 sian.com> writes:
useing tango-0.99.7-bin-win32-dmd.1.033 and dsss 0.75 building changeset271 and
3.4-1 error:

..........
...\Widget.d -oflibDD-dwt.a
dwt\dwthelper\System.d(8): module Exception cannot read file
'tango\core\Exception.d'
Command D:\D\dsss\bin\rebuild.exe returned with code 1, aborting.
Error: Command failed, aborting.

haven't 'tango\core\Exception.d' file,but have 'tango\core\Exception.di'file.


thanks
Jul 29 2008
next sibling parent "Chris R. Miller" <lordSaurontheGreat gmail.com> writes:
dolive wrote:
 useing tango-0.99.7-bin-win32-dmd.1.033 and dsss 0.75 building changese=
t271 and 3.4-1 error:
=20
 ..........
 ...\Widget.d -oflibDD-dwt.a
 dwt\dwthelper\System.d(8): module Exception cannot read file 'tango\cor=
e\Exception.d'
 Command D:\D\dsss\bin\rebuild.exe returned with code 1, aborting.
 Error: Command failed, aborting.
=20
 haven't 'tango\core\Exception.d' file,but have 'tango\core\Exception.di=
'file. Check that your sc.ini were updated, as well as you should check that=20 DSSS' profile was changed to dmd-win-tango.
Jul 29 2008
prev sibling parent reply Frank Benoit <keinfarbton googlemail.com> writes:
dolive schrieb:
 useing tango-0.99.7-bin-win32-dmd.1.033 and dsss 0.75 building changeset271
and 3.4-1 error:
 
 ...........
 ....\Widget.d -oflibDD-dwt.a
 dwt\dwthelper\System.d(8): module Exception cannot read file
'tango\core\Exception.d'
 Command D:\D\dsss\bin\rebuild.exe returned with code 1, aborting.
 Error: Command failed, aborting.
 
 haven't 'tango\core\Exception.d' file,but have 'tango\core\Exception.di'file.
 
 
 thanks
 
 
This seems not to be a DWT related problem. More about configuration of compiler and tango. Yesterday I added a quick installation instruction http://www.dsource.org/projects/dwt/wiki/Installation#QuickI stallationonWindows This guides you to a working DWT in 12 easy steps.
Jul 29 2008
parent reply dolive <dolive89 sian.com> writes:
Frank Benoit 写到:

 dolive schrieb:
 useing tango-0.99.7-bin-win32-dmd.1.033 and dsss 0.75 building changeset271
and 3.4-1 error:
 
 ...........
 ....\Widget.d -oflibDD-dwt.a
 dwt\dwthelper\System.d(8): module Exception cannot read file
'tango\core\Exception.d'
 Command D:\D\dsss\bin\rebuild.exe returned with code 1, aborting.
 Error: Command failed, aborting.
 
 haven't 'tango\core\Exception.d' file,but have 'tango\core\Exception.di'file.
 
 
 thanks
 
 
This seems not to be a DWT related problem. More about configuration of compiler and tango. Yesterday I added a quick installation instruction http://www.dsource.org/projects/dwt/wiki/Installation#QuickI stallationonWindows This guides you to a working DWT in 12 easy steps.
D:\D\tango\tango\bin\sc.ini : [Version] version=7.51 Build 020 [Environment] LIB="% P%\..\lib" DFLAGS="-I% P%\..\import;D:\D\dwt-win" -version=Tango -defaultlib=tango-base-dmd.lib -debuglib=tango-base-dmd.lib -L+tango-user-dmd.lib LINKCMD=% P%\link.exe D:\D\dsss\etc\rebuild\default : profile=dmd-win-tango D:\D\dsss\etc\rebuild\dmd-win-tango : change "oneatatime=yes" to "oneatatime=no" (twice!) import-libs overrided D:\D\tango\tango\lib some libs system path=;d:\d\dmd\bin;D:\D\dmd\lib;D:\D\tango\tango\lib;D:\D\tango\tango\bin;D:\D\tango\tango\import;D:\D\dsss\bin;D:\D\dwt-win tango : useing tango-0.99.7-bin-win32-dmd.1.033.zip unpackd was effective compile run tango example, no recompile tango dwt : useing dwt-win-3.4-1.zip command line D:\D\dwt-win > dsss build is error where things went wrong. thanks !
Jul 29 2008
parent reply Frank Benoit <keinfarbton googlemail.com> writes:
dolive schrieb:
 Frank Benoit 写到:
 
 system path=;d:\d\dmd\bin;D:\D\dmd\lib;D:\D\tango\tango\lib;D:\D\tango\tango\bin;D:\D\tango\tango\import;D:\D\dsss\bin;D:\D\dwt-win
The path shows you have another dmd in this directory and as the first in your path. the install guide uses the dmd which is in d:\d\tango\bin, that one should also be configured ok.
Jul 29 2008
parent reply dolive <dolive89 sian.com> writes:
Frank Benoit 写到:

 dolive schrieb:
 Frank Benoit 写到:
 
 system path=;d:\d\dmd\bin;D:\D\dmd\lib;D:\D\tango\tango\lib;D:\D\tango\tango\bin;D:\D\tango\tango\import;D:\D\dsss\bin;D:\D\dwt-win
The path shows you have another dmd in this directory and as the first in your path. the install guide uses the dmd which is in d:\d\tango\bin, that one should also be configured ok.
thank you every much, delete another dmd path is ok, 271 and 3.4.1 both compile 13 minute
Jul 29 2008
parent reply Frank Benoit <keinfarbton googlemail.com> writes:
dolive schrieb:

  compile 13 minute
to compile what? An example? A lib? this seems too long I think.
Jul 29 2008
parent reply dolive <dolive89 sian.com> writes:
Frank Benoit 写到:

 dolive schrieb:
 
  compile 13 minute
to compile what? An example? A lib? this seems too long I think.
compile dwt-win package 13 minute , dwt-addon package 21 minute, controlexample.d 11 minute, D:\D\dwt-samples\examples package 55 minute.
Jul 30 2008
next sibling parent Frank Benoit <keinfarbton googlemail.com> writes:
dolive schrieb:
 Frank Benoit 写到:
 
 dolive schrieb:

  compile 13 minute
to compile what? An example? A lib? this seems too long I think.
compile dwt-win package 13 minute , dwt-addon package 21 minute, controlexample.d 11 minute, D:\D\dwt-samples\examples package 55 minute.
If i compile the controlexample it takes about 30 sec. Are you sure you have the oneatatime=no and you are using the right compiler profile?
Jul 30 2008
prev sibling parent reply Frank Benoit <keinfarbton googlemail.com> writes:
dolive schrieb:
 Frank Benoit 写到:
 
 dolive schrieb:

  compile 13 minute
to compile what? An example? A lib? this seems too long I think.
compile dwt-win package 13 minute , dwt-addon package 21 minute, controlexample.d 11 minute, D:\D\dwt-samples\examples package 55 minute.
can you please retry to with the -dc=dmd-win-tango option to dsss ? It seems that default profile does not always work.
Jul 31 2008
parent dolive <dolive89 sian.com> writes:
Frank Benoit 写到:

 dolive schrieb:
 Frank Benoit 写到:
 
 dolive schrieb:

  compile 13 minute
to compile what? An example? A lib? this seems too long I think.
compile dwt-win package 13 minute , dwt-addon package 21 minute, controlexample.d 11 minute, D:\D\dwt-samples\examples package 55 minute.
can you please retry to with the -dc=dmd-win-tango option to dsss ? It seems that default profile does not always work.
now compile dwt-win package 18 sec , dwt-addon package 1 minute, controlexample.d 35 sec , D:\D\dwt-samples\examples package 4 minute 30 sec. before dmd-win-tango file oneatatime option is off,thanks ! how to do -dc=dmd-win-tango ? command line or defuault file ? twice compile DD-dwtx.lib size is 10,530k(before) , 9,473k (now) DD-dwt.lib identical
Jul 31 2008