www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - Error Ocuured while building DWT

reply "Olagsfark" <Olagokedammy gmail.com> writes:
Hi guys(and ladies), i cloned the dwt repository this morning at 
about 7:45am and after cloning completed, i tried to build the 
dwt library with the
$ rdmd build base swt
command provided in the dwt github page's readme.
Here and right in my face i got this pool horror...error

[pre]
(in C:\Users\kolawole\Desktop\codetmp\dwt)
Building dwt-base
workdir=>C:\Users\kolawole\Desktop\codetmp\dwt\base\src
dmd.exe  C:\Users\kolawole\Desktop\codetmp\dwt\rsp
java\nonstandard\sync\condition.d(85): Error: 
java.nonstandard.sync.exception.SyncException at java\nonst
andard\sync\exception.d(26) conflicts with 
core.sync.exception.SyncException at C:\dmd\src\druntime\impor
t\core\sync\exception.di(3)
java\nonstandard\sync\condition.d(90): Error: 
java.nonstandard.sync.exception.SyncException at java\nonst
andard\sync\exception.d(26) conflicts with 
core.sync.exception.SyncException at C:\dmd\src\druntime\impor
t\core\sync\exception.di(3)
object.Exception build.d(251): compile error
----------------
0x004049F6
0x00405AC5
0x00403C05
0x004165BA
0x0041658F
0x004164A5
0x0040FE77
0x772F3833 in BaseThreadInitThunk
0x778DA9BD in LdrInitializeThunk
[/pre]

i dont know what happened nor do i know how to fix this.
  I use a windows vista ultimate.

Your quick response(preferably help) will be really appreciated 
guys..Thanks a lot
Apr 09 2015
next sibling parent "Olagsfark" <Olagokedammy gmail.com> writes:
Maybe i need to reformat the error i posted, couldnt find a post 
"edit" button anywhere so..

  [pre]
  (in C:\Users\kolawole\Desktop\codetmp\dwt)
  Building dwt-base
  workdir=>C:\Users\kolawole\Desktop\codetmp\dwt\base\src
  dmd.exe  C:\Users\kolawole\Desktop\codetmp\dwt\rsp
  java\nonstandard\sync\condition.d(85): Error:
  java.nonstandard.sync.exception.SyncException at 
java\nonstandard\sync\exception.d(26) conflicts with
  core.sync.exception.SyncException at 
C:\dmd\src\druntime\import\core\sync\exception.di(3)

  java\nonstandard\sync\condition.d(90): Error:
  java.nonstandard.sync.exception.SyncException at 
java\nonstandard\sync\exception.d(26) conflicts with
  core.sync.exception.SyncException at 
C:\dmd\src\druntime\import\core\sync\exception.di(3)
  object.Exception build.d(251): compile error
  ----------------
  0x004049F6
  0x00405AC5
  0x00403C05
  0x004165BA
  0x0041658F
  0x004164A5
  0x0040FE77
  0x772F3833 in BaseThreadInitThunk
  0x778DA9BD in LdrInitializeThunk
  [/pre]
Apr 09 2015
prev sibling parent reply Jacob Carlborg <doob me.com> writes:
On 2015-04-09 22:30, Olagsfark wrote:
 Hi guys(and ladies), i cloned the dwt repository this morning at about
 7:45am and after cloning completed, i tried to build the dwt library
 with the
 $ rdmd build base swt
 command provided in the dwt github page's readme.
 Here and right in my face i got this pool horror...error
Which version of DMD are you using? -- /Jacob Carlborg
Apr 09 2015
parent reply "Olagsfark" <Olagokedammy gmail.com> writes:
 Which version of DMD are you using?
Thanks sire..i use DMD version 2.066.0
Apr 13 2015
parent reply Jacob Carlborg <doob me.com> writes:
On 2015-04-13 09:44, Olagsfark wrote:

 Thanks sire..i use DMD version 2.066.0
Probably the changes we made to make it compatible with 2.067.0. It should work with older versions as well, I'll take a look. Could try with 2.067.0 as well? -- /Jacob Carlborg
Apr 13 2015
next sibling parent reply "Olagsfark" <Olagokedammy gmail.com> writes:
On Monday, 13 April 2015 at 08:37:52 UTC, Jacob Carlborg wrote:
 On 2015-04-13 09:44, Olagsfark wrote:

 Thanks sire..i use DMD version 2.066.0
Probably the changes we made to make it compatible with 2.067.0. It should work with older versions as well, I'll take a look. Could try with 2.067.0 as well?
I'll appreciate if a bugfix could be made sire...i realy would... I'l try the v2.067.0 on a separate drive meanwhile though. Thanks
Apr 13 2015
parent Jacob Carlborg <doob me.com> writes:
On 2015-04-13 11:40, Olagsfark wrote:

 I'll appreciate if a bugfix could be made sire...i realy would...
 I'l try the v2.067.0 on a separate drive meanwhile though. Thanks
Could you please try the updating DWT and try with the older compiler. I wasn't able to reproduce the problem. -- /Jacob Carlborg
Apr 18 2015
prev sibling parent "Olagsfark" <Olagokedammy gmail.com> writes:
On Monday, 13 April 2015 at 08:37:52 UTC, Jacob Carlborg wrote:
 On 2015-04-13 09:44, Olagsfark wrote:

 Thanks sire..i use DMD version 2.066.0
Probably the changes we made to make it compatible with 2.067.0. It should work with older versions as well, I'll take a look. Could try with 2.067.0 as well?
I've finally built the dwt with the dmd v2.067.0(thanks to you, wouldnt av thought of a new version download)... Thanks man.
Apr 13 2015