http://d.puremagic.com/issues/show_bug.cgi?id=10729
--- Comment #14 from Maxim Fomin <[email protected]> 2013-08-19 02:40:21 PDT --- (In reply to comment #13) > (In reply to comment #12) > > One way to test the issue is to compile dmd, druntime, phobos and hello > > object > > file in problematic environment and attach them here to test in working > > environments. If hello program is linkable and runnable in others > > environments, > > then problem is with your setup. > > I decided to wipe out dmd, druntime, and phobos directories and rebuild them. > While building phobos, I got this: > Error: cannot find source code for runtime library file 'object.d' > dmd might not be correctly installed. Run 'dmd -man' for installation > instructions. It seems that you indeed linked to old druntime. > Specify path to file 'object.d' with -I switch > > I could find both object.di and object_.d in druntime directory, but not > object.d It should be object_.d. You haven't setup path to druntime correctly. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
