www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - Cannot compile dwt under linux.

reply Eldar Insafutdinov <evilguard mail.ru> writes:
Toolchain is DMD 1.033, DSSS, tango from SVN.
Complie command is: dsss build -version=TANGOSVN

dwt/dwthelper/Loader.d(261): Error: no property 'throwExceptions' for type
'tango.sys.SharedLib.SharedLib'
dwt/dwthelper/Loader.d(261): Error: constant (SharedLib).throwExceptions is not
an lvalue
Command /usr/local/bin/rebuild returned with code 256, aborting.
Error: Command failed, aborting.
Jul 16 2008
parent John Reimer <terminal.node gmail.com> writes:
Hello Eldar,

 Toolchain is DMD 1.033, DSSS, tango from SVN.
 Complie command is: dsss build -version=TANGOSVN
 dwt/dwthelper/Loader.d(261): Error: no property 'throwExceptions' for
 type 'tango.sys.SharedLib.SharedLib'
 
 dwt/dwthelper/Loader.d(261): Error: constant
 (SharedLib).throwExceptions is not an lvalue
 
 Command /usr/local/bin/rebuild returned with code 256, aborting.
 
 Error: Command failed, aborting.
 
Yes, I was going to update this. For now, you can simply comment out that line to make it compile... Or you may just remove the whole file. I don't believe it's used at all by the dwt source. -JJR
Jul 16 2008