digitalmars.D.dwt - DWT Tango SVN minor bug
- BLS (27/27) Sep 13 2008 imports for tango.io.xxx should become tango.io.device.xxx
- Frank Benoit (3/36) Sep 14 2008 If you use the dwt release, please use also the tango release.
- BLS (4/6) Sep 14 2008 This is exactly what I did.
- Frank Benoit (2/9) Sep 14 2008 oh, then my windows tango was not up to date. :)
- BLS (7/16) Sep 14 2008 Hi Frank,
- Frank Benoit (2/18) Sep 14 2008 The tango 'device' package problem is fixed now in dwt-win.
- Mike James (2/2) Sep 14 2008 Yep - Conduit.d and FileConduit.d have been moved to tango\io\device.
imports for tango.io.xxx should become tango.io.device.xxx (just 3 files) bjoern C:\dwt\dwt-win>dsss build -version=TANGOSVN Creating imports for DD-dwt dwt => DD-dwt dwt\dwthelper\FileInputStream.d(10): module FileConduit cannot read file 'tango\ io\FileConduit.d' Command c:\dsss\bin\rebuild.exe returned with code 1, aborting. Error: Command failed, aborting. C:\dwt\dwt-win>dsss build -version=TANGOSVN Creating imports for DD-dwt dwt => DD-dwt dwt\dwthelper\FileOutputStream.d(11): module FileConduit cannot read file 'tango \io\FileConduit.d' Command c:\dsss\bin\rebuild.exe returned with code 1, aborting. Error: Command failed, aborting. C:\dwt\dwt-win>dsss build -version=TANGOSVN Creating imports for DD-dwt dwt => DD-dwt dwt\dwthelper\InflaterInputStream.d(15): module Conduit cannot read file 'tango\ io\Conduit.d' Command c:\dsss\bin\rebuild.exe returned with code 1, aborting. Error: Command failed, aborting.
Sep 13 2008
BLS schrieb:imports for tango.io.xxx should become tango.io.device.xxx (just 3 files) bjoern C:\dwt\dwt-win>dsss build -version=TANGOSVN Creating imports for DD-dwt dwt => DD-dwt dwt\dwthelper\FileInputStream.d(10): module FileConduit cannot read file 'tango\ io\FileConduit.d' Command c:\dsss\bin\rebuild.exe returned with code 1, aborting. Error: Command failed, aborting. C:\dwt\dwt-win>dsss build -version=TANGOSVN Creating imports for DD-dwt dwt => DD-dwt dwt\dwthelper\FileOutputStream.d(11): module FileConduit cannot read file 'tango \io\FileConduit.d' Command c:\dsss\bin\rebuild.exe returned with code 1, aborting. Error: Command failed, aborting. C:\dwt\dwt-win>dsss build -version=TANGOSVN Creating imports for DD-dwt dwt => DD-dwt dwt\dwthelper\InflaterInputStream.d(15): module Conduit cannot read file 'tango\ io\Conduit.d' Command c:\dsss\bin\rebuild.exe returned with code 1, aborting. Error: Command failed, aborting.If you use the dwt release, please use also the tango release. Or use the dwt mercurial checkout and the tango from svn.
Sep 14 2008
Frank Benoit schrieb:If you use the dwt release, please use also the tango release. Or use the dwt mercurial checkout and the tango from svn.This is exactly what I did. hg clone http://hg.dsource.org/projects/dwt-win and I am using tango snapshot snapshot
Sep 14 2008
BLS schrieb:Frank Benoit schrieb:oh, then my windows tango was not up to date. :)If you use the dwt release, please use also the tango release. Or use the dwt mercurial checkout and the tango from svn.This is exactly what I did. hg clone http://hg.dsource.org/projects/dwt-win and I am using tango snapshot snapshot
Sep 14 2008
Frank Benoit schrieb:BLS schrieb:Hi Frank, dwt-sample/examples/controlexample ControlExemple and CustomControlExample are compilable without any error msg. but both don't start. I'll try to figure out what's the matter.... (other dwt-examples are working fine) BjoernFrank Benoit schrieb:oh, then my windows tango was not up to date. :)If you use the dwt release, please use also the tango release. Or use the dwt mercurial checkout and the tango from svn.This is exactly what I did. hg clone http://hg.dsource.org/projects/dwt-win and I am using tango snapshot snapshot
Sep 14 2008
BLS schrieb:Frank Benoit schrieb:The tango 'device' package problem is fixed now in dwt-win.BLS schrieb:Hi Frank, dwt-sample/examples/controlexample ControlExemple and CustomControlExample are compilable without any error msg. but both don't start. I'll try to figure out what's the matter.... (other dwt-examples are working fine) BjoernFrank Benoit schrieb:oh, then my windows tango was not up to date. :)If you use the dwt release, please use also the tango release. Or use the dwt mercurial checkout and the tango from svn.This is exactly what I did. hg clone http://hg.dsource.org/projects/dwt-win and I am using tango snapshot snapshot
Sep 14 2008
Yep - Conduit.d and FileConduit.d have been moved to tango\io\device. regards, Mike.
Sep 14 2008