digitalmars.D - Problems building druntime
- Richard Webb <webby beardmouse.org.uk> Jul 26 2010
- Don <nospam nospam.com> Jul 26 2010
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 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








Don <nospam nospam.com>