www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Problems building druntime

reply Richard Webb <webby beardmouse.org.uk> writes:
I just tried building the latest (svn) version of druntime with the svn
version of dmd2, and got the compile errors:

src\core\dll_helper.d(372): Error: undefined identifier thread_detach
src\core\thread.d(1856): Error: undefined identifier obj


Is it broken, or am i doing something wrong?

Thanks,
Richard Webb
Jul 26 2010
parent Don <nospam nospam.com> writes:
Richard Webb wrote:
 I just tried building the latest (svn) version of druntime with the svn
 version of dmd2, and got the compile errors:
 
 src\core\dll_helper.d(372): Error: undefined identifier thread_detach
 src\core\thread.d(1856): Error: undefined identifier obj
 
 
 Is it broken, or am i doing something wrong?
 
 Thanks,
 Richard Webb
It's (trivially) broken on Windows. I've just checked in the changes which I had made to my copy. Should work now.
Jul 26 2010