digitalmars.D.dwt - building dwt-addons-102 draw2d error
- dolive (25/25) Aug 04 2008 building dwt-addons-102 draw2d error with tangosvn,dmd1.033 ,building d...
- dolive (2/31) Aug 04 2008 after delete #[dwtx/draw2d] from dsss.conf build , generate DD-dwtx.lib...
- dolive (3/37) Aug 04 2008 after generate DD-dwtx.lib building dwtx/draw2d still appear error
- Frank Benoit (8/48) Aug 05 2008 try to build the examples directly, without a dwt or dwtx lib. Just pass...
- dolive (3/56) Aug 05 2008 is dwt-addons\dwtx\draw2d package building error,isn't dwt-samples\dra...
- dolive (29/83) Aug 05 2008 D:\D\dwt-win>dsss build is ok。
- Frank Benoit (4/90) Aug 05 2008 the dsss.conf in dwt-addons has at the moment two targets.
- dolive (13/105) Aug 05 2008 yes, after edit dsss.conf :
- dolive (11/64) Aug 05 2008 D:\D\dwt-samples\examples>dsss build dsss build -full -ID:\D\dwt-win
- Frank Benoit (4/72) Aug 05 2008 Try an update.
building dwt-addons-102 draw2d error with tangosvn,dmd1.033 ,building dwt-win-274 is ok. dwtx\draw2d\XYLayout.d -ofDD-dwtx-draw2d.lib dwtx\draw2d\ButtonBorder.d(52): Error: can only initialize static const BUTTON_ inside static constructor dwtx\draw2d\ButtonBorder.d(56): Error: cannot implicitly convert expression (BUT TON_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.ButtonBorder .ButtonScheme dwtx\draw2d\ButtonBorder.d(67): Error: can only initialize static const BUTTON_C ONTRAST_ inside static constructor dwtx\draw2d\ButtonBorder.d(71): Error: cannot implicitly convert expression (BUT TON_CONTRAST_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.But tonBorder.ButtonScheme dwtx\draw2d\ButtonBorder.d(82): Error: can only initialize static const BUTTON_S CROLLBAR_ inside static constructor dwtx\draw2d\ButtonBorder.d(86): Error: cannot implicitly convert expression (BUT TON_SCROLLBAR_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.Bu ttonBorder.ButtonScheme dwtx\draw2d\ButtonBorder.d(97): Error: can only initialize static const TOOLBAR_ inside static constructor dwtx\draw2d\ButtonBorder.d(101): Error: cannot implicitly convert expression (TO OLBAR_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.ButtonBord er.ButtonScheme Command D:\D\dsss\bin\rebuild.exe returned with code 1, aborting. Error: Command failed, aborting. thanks!
Aug 04 2008
dolive 写到:building dwt-addons-102 draw2d error with tangosvn,dmd1.033 ,building dwt-win-274 is ok. dwtx\draw2d\XYLayout.d -ofDD-dwtx-draw2d.lib dwtx\draw2d\ButtonBorder.d(52): Error: can only initialize static const BUTTON_ inside static constructor dwtx\draw2d\ButtonBorder.d(56): Error: cannot implicitly convert expression (BUT TON_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.ButtonBorder .ButtonScheme dwtx\draw2d\ButtonBorder.d(67): Error: can only initialize static const BUTTON_C ONTRAST_ inside static constructor dwtx\draw2d\ButtonBorder.d(71): Error: cannot implicitly convert expression (BUT TON_CONTRAST_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.But tonBorder.ButtonScheme dwtx\draw2d\ButtonBorder.d(82): Error: can only initialize static const BUTTON_S CROLLBAR_ inside static constructor dwtx\draw2d\ButtonBorder.d(86): Error: cannot implicitly convert expression (BUT TON_SCROLLBAR_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.Bu ttonBorder.ButtonScheme dwtx\draw2d\ButtonBorder.d(97): Error: can only initialize static const TOOLBAR_ inside static constructor dwtx\draw2d\ButtonBorder.d(101): Error: cannot implicitly convert expression (TO OLBAR_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.ButtonBord er.ButtonScheme Command D:\D\dsss\bin\rebuild.exe returned with code 1, aborting. Error: Command failed, aborting. thanks!
Aug 04 2008
dolive 写到:dolive 写到:after generate DD-dwtx.lib building dwtx/draw2d still appear error thanks!building dwt-addons-102 draw2d error with tangosvn,dmd1.033 ,building dwt-win-274 is ok. dwtx\draw2d\XYLayout.d -ofDD-dwtx-draw2d.lib dwtx\draw2d\ButtonBorder.d(52): Error: can only initialize static const BUTTON_ inside static constructor dwtx\draw2d\ButtonBorder.d(56): Error: cannot implicitly convert expression (BUT TON_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.ButtonBorder .ButtonScheme dwtx\draw2d\ButtonBorder.d(67): Error: can only initialize static const BUTTON_C ONTRAST_ inside static constructor dwtx\draw2d\ButtonBorder.d(71): Error: cannot implicitly convert expression (BUT TON_CONTRAST_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.But tonBorder.ButtonScheme dwtx\draw2d\ButtonBorder.d(82): Error: can only initialize static const BUTTON_S CROLLBAR_ inside static constructor dwtx\draw2d\ButtonBorder.d(86): Error: cannot implicitly convert expression (BUT TON_SCROLLBAR_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.Bu ttonBorder.ButtonScheme dwtx\draw2d\ButtonBorder.d(97): Error: can only initialize static const TOOLBAR_ inside static constructor dwtx\draw2d\ButtonBorder.d(101): Error: cannot implicitly convert expression (TO OLBAR_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.ButtonBord er.ButtonScheme Command D:\D\dsss\bin\rebuild.exe returned with code 1, aborting. Error: Command failed, aborting. thanks!
Aug 04 2008
dolive schrieb:dolive 写到:try to build the examples directly, without a dwt or dwtx lib. Just pass the sources cd dwt-samples\jface dsss build -I..\..\dwt-win -I..\..\dwt-addons -J..\..\dwt-addons\res -full Note that if you had run a "dsss install" with dwt/dwtx you need to delete the files from the dsss install directory in dsss/include/d and dsss/lib.dolive 写到:after generate DD-dwtx.lib building dwtx/draw2d still appear error thanks!building dwt-addons-102 draw2d error with tangosvn,dmd1.033 ,building dwt-win-274 is ok. dwtx\draw2d\XYLayout.d -ofDD-dwtx-draw2d.lib dwtx\draw2d\ButtonBorder.d(52): Error: can only initialize static const BUTTON_ inside static constructor dwtx\draw2d\ButtonBorder.d(56): Error: cannot implicitly convert expression (BUT TON_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.ButtonBorder .ButtonScheme dwtx\draw2d\ButtonBorder.d(67): Error: can only initialize static const BUTTON_C ONTRAST_ inside static constructor dwtx\draw2d\ButtonBorder.d(71): Error: cannot implicitly convert expression (BUT TON_CONTRAST_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.But tonBorder.ButtonScheme dwtx\draw2d\ButtonBorder.d(82): Error: can only initialize static const BUTTON_S CROLLBAR_ inside static constructor dwtx\draw2d\ButtonBorder.d(86): Error: cannot implicitly convert expression (BUT TON_SCROLLBAR_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.Bu ttonBorder.ButtonScheme dwtx\draw2d\ButtonBorder.d(97): Error: can only initialize static const TOOLBAR_ inside static constructor dwtx\draw2d\ButtonBorder.d(101): Error: cannot implicitly convert expression (TO OLBAR_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.ButtonBord er.ButtonScheme Command D:\D\dsss\bin\rebuild.exe returned with code 1, aborting. Error: Command failed, aborting. thanks!
Aug 05 2008
Frank Benoit 写到:dolive schrieb:is dwt-addons\dwtx\draw2d package building error,isn't dwt-samples\draw2d package error. i was use " dsss build " try to build dwt-addons package.dolive 写到:try to build the examples directly, without a dwt or dwtx lib. Just pass the sources cd dwt-samples\jface dsss build -I..\..\dwt-win -I..\..\dwt-addons -J..\..\dwt-addons\res -full Note that if you had run a "dsss install" with dwt/dwtx you need to delete the files from the dsss install directory in dsss/include/d and dsss/lib.dolive 写到:after generate DD-dwtx.lib building dwtx/draw2d still appear error thanks!building dwt-addons-102 draw2d error with tangosvn,dmd1.033 ,building dwt-win-274 is ok. dwtx\draw2d\XYLayout.d -ofDD-dwtx-draw2d.lib dwtx\draw2d\ButtonBorder.d(52): Error: can only initialize static const BUTTON_ inside static constructor dwtx\draw2d\ButtonBorder.d(56): Error: cannot implicitly convert expression (BUT TON_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.ButtonBorder .ButtonScheme dwtx\draw2d\ButtonBorder.d(67): Error: can only initialize static const BUTTON_C ONTRAST_ inside static constructor dwtx\draw2d\ButtonBorder.d(71): Error: cannot implicitly convert expression (BUT TON_CONTRAST_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.But tonBorder.ButtonScheme dwtx\draw2d\ButtonBorder.d(82): Error: can only initialize static const BUTTON_S CROLLBAR_ inside static constructor dwtx\draw2d\ButtonBorder.d(86): Error: cannot implicitly convert expression (BUT TON_SCROLLBAR_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.Bu ttonBorder.ButtonScheme dwtx\draw2d\ButtonBorder.d(97): Error: can only initialize static const TOOLBAR_ inside static constructor dwtx\draw2d\ButtonBorder.d(101): Error: cannot implicitly convert expression (TO OLBAR_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.ButtonBord er.ButtonScheme Command D:\D\dsss\bin\rebuild.exe returned with code 1, aborting. Error: Command failed, aborting. thanks!
Aug 05 2008
Frank Benoit 写到:dolive schrieb:cd dwt-samples\jfacedolive 写到:try to build the examples directly, without a dwt or dwtx lib. Just pass the sources cd dwt-samples\jface dsss build -I..\..\dwt-win -I..\..\dwt-addons -J..\..\dwt-addons\res -full Note that if you had run a "dsss install" with dwt/dwtx you need to delete the files from the dsss install directory in dsss/include/d and dsss/lib.dolive 写到:after generate DD-dwtx.lib building dwtx/draw2d still appear error thanks!building dwt-addons-102 draw2d error with tangosvn,dmd1.033 ,building dwt-win-274 is ok. dwtx\draw2d\XYLayout.d -ofDD-dwtx-draw2d.lib dwtx\draw2d\ButtonBorder.d(52): Error: can only initialize static const BUTTON_ inside static constructor dwtx\draw2d\ButtonBorder.d(56): Error: cannot implicitly convert expression (BUT TON_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.ButtonBorder .ButtonScheme dwtx\draw2d\ButtonBorder.d(67): Error: can only initialize static const BUTTON_C ONTRAST_ inside static constructor dwtx\draw2d\ButtonBorder.d(71): Error: cannot implicitly convert expression (BUT TON_CONTRAST_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.But tonBorder.ButtonScheme dwtx\draw2d\ButtonBorder.d(82): Error: can only initialize static const BUTTON_S CROLLBAR_ inside static constructor dwtx\draw2d\ButtonBorder.d(86): Error: cannot implicitly convert expression (BUT TON_SCROLLBAR_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.Bu ttonBorder.ButtonScheme dwtx\draw2d\ButtonBorder.d(97): Error: can only initialize static const TOOLBAR_ inside static constructor dwtx\draw2d\ButtonBorder.d(101): Error: cannot implicitly convert expression (TO OLBAR_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.ButtonBord er.ButtonScheme Command D:\D\dsss\bin\rebuild.exe returned with code 1, aborting. Error: Command failed, aborting. thanks!dsss build -I..\..\dwt-win -I..\..\dwt-addons -J..\..\dwt-addons\res -full is ok !D:\D\dwt-win>dsss build is ok。 D:\D\dwt-addons>dsss build is error : 。。。 dwtx\draw2d\XYLayout.d -ofDD-dwtx-draw2d.lib dwtx\draw2d\ButtonBorder.d(52): Error: can only initialize static const BUTTON_ inside static constructor dwtx\draw2d\ButtonBorder.d(56): Error: cannot implicitly convert expression (BUT TON_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.ButtonBorder .ButtonScheme dwtx\draw2d\ButtonBorder.d(67): Error: can only initialize static const BUTTON_C ONTRAST_ inside static constructor dwtx\draw2d\ButtonBorder.d(71): Error: cannot implicitly convert expression (BUT TON_CONTRAST_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.But tonBorder.ButtonScheme dwtx\draw2d\ButtonBorder.d(82): Error: can only initialize static const BUTTON_S CROLLBAR_ inside static constructor dwtx\draw2d\ButtonBorder.d(86): Error: cannot implicitly convert expression (BUT TON_SCROLLBAR_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.Bu ttonBorder.ButtonScheme dwtx\draw2d\ButtonBorder.d(97): Error: can only initialize static const TOOLBAR_ inside static constructor dwtx\draw2d\ButtonBorder.d(101): Error: cannot implicitly convert expression (TO OLBAR_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.ButtonBord er.ButtonScheme Command D:\D\dsss\bin\rebuild.exe returned with code 1, aborting. Error: Command failed, aborting. thanks !
Aug 05 2008
dolive schrieb:Frank Benoit 写到:the dsss.conf in dwt-addons has at the moment two targets. Use an explicit target to only build the dwtx lib. dsss build dwtxdolive schrieb:cd dwt-samples\jfacedolive 写到:try to build the examples directly, without a dwt or dwtx lib. Just pass the sources cd dwt-samples\jface dsss build -I..\..\dwt-win -I..\..\dwt-addons -J..\..\dwt-addons\res -full Note that if you had run a "dsss install" with dwt/dwtx you need to delete the files from the dsss install directory in dsss/include/d and dsss/lib.dolive 写到:after generate DD-dwtx.lib building dwtx/draw2d still appear error thanks!building dwt-addons-102 draw2d error with tangosvn,dmd1.033 ,building dwt-win-274 is ok. dwtx\draw2d\XYLayout.d -ofDD-dwtx-draw2d.lib dwtx\draw2d\ButtonBorder.d(52): Error: can only initialize static const BUTTON_ inside static constructor dwtx\draw2d\ButtonBorder.d(56): Error: cannot implicitly convert expression (BUT TON_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.ButtonBorder .ButtonScheme dwtx\draw2d\ButtonBorder.d(67): Error: can only initialize static const BUTTON_C ONTRAST_ inside static constructor dwtx\draw2d\ButtonBorder.d(71): Error: cannot implicitly convert expression (BUT TON_CONTRAST_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.But tonBorder.ButtonScheme dwtx\draw2d\ButtonBorder.d(82): Error: can only initialize static const BUTTON_S CROLLBAR_ inside static constructor dwtx\draw2d\ButtonBorder.d(86): Error: cannot implicitly convert expression (BUT TON_SCROLLBAR_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.Bu ttonBorder.ButtonScheme dwtx\draw2d\ButtonBorder.d(97): Error: can only initialize static const TOOLBAR_ inside static constructor dwtx\draw2d\ButtonBorder.d(101): Error: cannot implicitly convert expression (TO OLBAR_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.ButtonBord er.ButtonScheme Command D:\D\dsss\bin\rebuild.exe returned with code 1, aborting. Error: Command failed, aborting. thanks!dsss build -I..\..\dwt-win -I..\..\dwt-addons -J..\..\dwt-addons\res -full is ok !D:\D\dwt-win>dsss build is ok。 D:\D\dwt-addons>dsss build is error : 。。。 dwtx\draw2d\XYLayout.d -ofDD-dwtx-draw2d.lib dwtx\draw2d\ButtonBorder.d(52): Error: can only initialize static const BUTTON_ inside static constructor dwtx\draw2d\ButtonBorder.d(56): Error: cannot implicitly convert expression (BUT TON_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.ButtonBorder ..ButtonScheme dwtx\draw2d\ButtonBorder.d(67): Error: can only initialize static const BUTTON_C ONTRAST_ inside static constructor dwtx\draw2d\ButtonBorder.d(71): Error: cannot implicitly convert expression (BUT TON_CONTRAST_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.But tonBorder.ButtonScheme dwtx\draw2d\ButtonBorder.d(82): Error: can only initialize static const BUTTON_S CROLLBAR_ inside static constructor dwtx\draw2d\ButtonBorder.d(86): Error: cannot implicitly convert expression (BUT TON_SCROLLBAR_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.Bu ttonBorder.ButtonScheme dwtx\draw2d\ButtonBorder.d(97): Error: can only initialize static const TOOLBAR_ inside static constructor dwtx\draw2d\ButtonBorder.d(101): Error: cannot implicitly convert expression (TO OLBAR_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.ButtonBord er.ButtonScheme Command D:\D\dsss\bin\rebuild.exe returned with code 1, aborting. Error: Command failed, aborting. thanks !
Aug 05 2008
Frank Benoit 写到:dolive schrieb:yes, after edit dsss.conf : #type=library #buildflags+=-Jres [dwtx] type=library exclude=dwtx/draw2d buildflags+=-Jres preinstall = \ installdir res $LIB_PREFIX/res D:\D\dwt-addons>dsss build dd-dwtx.lib is okFrank Benoit 写到:the dsss.conf in dwt-addons has at the moment two targets. Use an explicit target to only build the dwtx lib. dsss build dwtxdolive schrieb:cd dwt-samples\jfacedolive 写到:try to build the examples directly, without a dwt or dwtx lib. Just pass the sources cd dwt-samples\jface dsss build -I..\..\dwt-win -I..\..\dwt-addons -J..\..\dwt-addons\res -full Note that if you had run a "dsss install" with dwt/dwtx you need to delete the files from the dsss install directory in dsss/include/d and dsss/lib.dolive 写到:after generate DD-dwtx.lib building dwtx/draw2d still appear error thanks!building dwt-addons-102 draw2d error with tangosvn,dmd1.033 ,building dwt-win-274 is ok. dwtx\draw2d\XYLayout.d -ofDD-dwtx-draw2d.lib dwtx\draw2d\ButtonBorder.d(52): Error: can only initialize static const BUTTON_ inside static constructor dwtx\draw2d\ButtonBorder.d(56): Error: cannot implicitly convert expression (BUT TON_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.ButtonBorder .ButtonScheme dwtx\draw2d\ButtonBorder.d(67): Error: can only initialize static const BUTTON_C ONTRAST_ inside static constructor dwtx\draw2d\ButtonBorder.d(71): Error: cannot implicitly convert expression (BUT TON_CONTRAST_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.But tonBorder.ButtonScheme dwtx\draw2d\ButtonBorder.d(82): Error: can only initialize static const BUTTON_S CROLLBAR_ inside static constructor dwtx\draw2d\ButtonBorder.d(86): Error: cannot implicitly convert expression (BUT TON_SCROLLBAR_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.Bu ttonBorder.ButtonScheme dwtx\draw2d\ButtonBorder.d(97): Error: can only initialize static const TOOLBAR_ inside static constructor dwtx\draw2d\ButtonBorder.d(101): Error: cannot implicitly convert expression (TO OLBAR_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.ButtonBord er.ButtonScheme Command D:\D\dsss\bin\rebuild.exe returned with code 1, aborting. Error: Command failed, aborting. thanks!dsss build -I..\..\dwt-win -I..\..\dwt-addons -J..\..\dwt-addons\res -full is ok !D:\D\dwt-win>dsss build is ok。 D:\D\dwt-addons>dsss build is error : 。。。 dwtx\draw2d\XYLayout.d -ofDD-dwtx-draw2d.lib dwtx\draw2d\ButtonBorder.d(52): Error: can only initialize static const BUTTON_ inside static constructor dwtx\draw2d\ButtonBorder.d(56): Error: cannot implicitly convert expression (BUT TON_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.ButtonBorder ..ButtonScheme dwtx\draw2d\ButtonBorder.d(67): Error: can only initialize static const BUTTON_C ONTRAST_ inside static constructor dwtx\draw2d\ButtonBorder.d(71): Error: cannot implicitly convert expression (BUT TON_CONTRAST_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.But tonBorder.ButtonScheme dwtx\draw2d\ButtonBorder.d(82): Error: can only initialize static const BUTTON_S CROLLBAR_ inside static constructor dwtx\draw2d\ButtonBorder.d(86): Error: cannot implicitly convert expression (BUT TON_SCROLLBAR_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.Bu ttonBorder.ButtonScheme dwtx\draw2d\ButtonBorder.d(97): Error: can only initialize static const TOOLBAR_ inside static constructor dwtx\draw2d\ButtonBorder.d(101): Error: cannot implicitly convert expression (TO OLBAR_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.ButtonBord er.ButtonScheme Command D:\D\dsss\bin\rebuild.exe returned with code 1, aborting. Error: Command failed, aborting. thanks !
Aug 05 2008
Frank Benoit 写到:dolive schrieb:D:\D\dwt-samples\examples>dsss build dsss build -full -ID:\D\dwt-win simple.exe is ok, AddressBook.exe is ok, ClipboardExample.exe is error : dsss_objs\D\dwt-internal-BidiUtil.obj(dwt-internal-BidiUtil) Error 42: Symbol Undefined _EnumSystemLanguageGroupsW 12 --- errorlevel 1 Command D:\D\dsss\bin\rebuild.exe returned with code -1, aborting. Error: Command failed, aborting. thanks!dolive 写到:try to build the examples directly, without a dwt or dwtx lib. Just pass the sources cd dwt-samples\jface dsss build -I..\..\dwt-win -I..\..\dwt-addons -J..\..\dwt-addons\res -full Note that if you had run a "dsss install" with dwt/dwtx you need to delete the files from the dsss install directory in dsss/include/d and dsss/lib.dolive 写到:after generate DD-dwtx.lib building dwtx/draw2d still appear error thanks!building dwt-addons-102 draw2d error with tangosvn,dmd1.033 ,building dwt-win-274 is ok. dwtx\draw2d\XYLayout.d -ofDD-dwtx-draw2d.lib dwtx\draw2d\ButtonBorder.d(52): Error: can only initialize static const BUTTON_ inside static constructor dwtx\draw2d\ButtonBorder.d(56): Error: cannot implicitly convert expression (BUT TON_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.ButtonBorder .ButtonScheme dwtx\draw2d\ButtonBorder.d(67): Error: can only initialize static const BUTTON_C ONTRAST_ inside static constructor dwtx\draw2d\ButtonBorder.d(71): Error: cannot implicitly convert expression (BUT TON_CONTRAST_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.But tonBorder.ButtonScheme dwtx\draw2d\ButtonBorder.d(82): Error: can only initialize static const BUTTON_S CROLLBAR_ inside static constructor dwtx\draw2d\ButtonBorder.d(86): Error: cannot implicitly convert expression (BUT TON_SCROLLBAR_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.Bu ttonBorder.ButtonScheme dwtx\draw2d\ButtonBorder.d(97): Error: can only initialize static const TOOLBAR_ inside static constructor dwtx\draw2d\ButtonBorder.d(101): Error: cannot implicitly convert expression (TO OLBAR_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.ButtonBord er.ButtonScheme Command D:\D\dsss\bin\rebuild.exe returned with code 1, aborting. Error: Command failed, aborting. thanks!
Aug 05 2008
dolive schrieb:Frank Benoit 写到:Try an update. http://www.dsource.org/projects/dwt-win/changeset/276%3A240db000bbcd That should have fixed it.dolive schrieb:D:\D\dwt-samples\examples>dsss build dsss build -full -ID:\D\dwt-win simple.exe is ok, AddressBook.exe is ok, ClipboardExample.exe is error : dsss_objs\D\dwt-internal-BidiUtil.obj(dwt-internal-BidiUtil) Error 42: Symbol Undefined _EnumSystemLanguageGroupsW 12 --- errorlevel 1 Command D:\D\dsss\bin\rebuild.exe returned with code -1, aborting. Error: Command failed, aborting. thanks!dolive 写到:try to build the examples directly, without a dwt or dwtx lib. Just pass the sources cd dwt-samples\jface dsss build -I..\..\dwt-win -I..\..\dwt-addons -J..\..\dwt-addons\res -full Note that if you had run a "dsss install" with dwt/dwtx you need to delete the files from the dsss install directory in dsss/include/d and dsss/lib.dolive 写到:after generate DD-dwtx.lib building dwtx/draw2d still appear error thanks!building dwt-addons-102 draw2d error with tangosvn,dmd1.033 ,building dwt-win-274 is ok. dwtx\draw2d\XYLayout.d -ofDD-dwtx-draw2d.lib dwtx\draw2d\ButtonBorder.d(52): Error: can only initialize static const BUTTON_ inside static constructor dwtx\draw2d\ButtonBorder.d(56): Error: cannot implicitly convert expression (BUT TON_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.ButtonBorder .ButtonScheme dwtx\draw2d\ButtonBorder.d(67): Error: can only initialize static const BUTTON_C ONTRAST_ inside static constructor dwtx\draw2d\ButtonBorder.d(71): Error: cannot implicitly convert expression (BUT TON_CONTRAST_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.But tonBorder.ButtonScheme dwtx\draw2d\ButtonBorder.d(82): Error: can only initialize static const BUTTON_S CROLLBAR_ inside static constructor dwtx\draw2d\ButtonBorder.d(86): Error: cannot implicitly convert expression (BUT TON_SCROLLBAR_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.Bu ttonBorder.ButtonScheme dwtx\draw2d\ButtonBorder.d(97): Error: can only initialize static const TOOLBAR_ inside static constructor dwtx\draw2d\ButtonBorder.d(101): Error: cannot implicitly convert expression (TO OLBAR_) of type dwtx.draw2d.Border.Border to dwtx.draw2d.ButtonBorder.ButtonBord er.ButtonScheme Command D:\D\dsss\bin\rebuild.exe returned with code 1, aborting. Error: Command failed, aborting. thanks!
Aug 05 2008