digitalmars.D - Problems building druntime
- Richard Webb (7/7) Jul 26 2010 I just tried building the latest (svn) version of druntime with the svn
- Don (3/14) Jul 26 2010 It's (trivially) broken on Windows. I've just checked in the changes
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
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 WebbIt'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