digitalmars.D.dwt - Cannot compile dwt under linux.
- Eldar Insafutdinov (6/6) Jul 16 2008 Toolchain is DMD 1.033, DSSS, tango from SVN.
- John Reimer (5/17) Jul 16 2008 Yes, I was going to update this. For now, you can simply comment out th...
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
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