Jump to page: 1 2
Thread overview
building changeset271 and 3.4-1 error
Jul 29, 2008
dolive
Jul 29, 2008
Chris R. Miller
Jul 29, 2008
Frank Benoit
Jul 30, 2008
dolive
Jul 30, 2008
Frank Benoit
Re: building changeset271 and 3.4-1 error thanks
Jul 30, 2008
dolive
Jul 30, 2008
Frank Benoit
Jul 30, 2008
dolive
Jul 30, 2008
Frank Benoit
Jul 31, 2008
Frank Benoit
Jul 31, 2008
dolive
July 29, 2008
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


July 29, 2008
dolive wrote:
> 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.

Check that your sc.ini were updated, as well as you should check that DSSS' profile was changed to dmd-win-tango.



July 29, 2008
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#QuickInstallationonWindows 

This guides you to a working DWT in 12 easy steps.
July 30, 2008
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#QuickInstallationonWindows
> 
> 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
# profile=dmd-posix-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 !


July 30, 2008
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.
July 30, 2008
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
July 30, 2008
dolive schrieb:

>  compile 13 minute

to compile what? An example? A lib?
this seems too long I think.
July 30, 2008
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.
July 30, 2008
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?
July 31, 2008
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.
« First   ‹ Prev
1 2