[Issue 2476] std.stdio fails to compile

2015-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2476

Andrei Alexandrescu  changed:

   What|Removed |Added

Version|2.021   |D2

--


[Issue 2476] std.stdio fails to compile

2009-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2476


Brad Roberts  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bra...@puremagic.com
 Resolution||FIXED




--- Comment #8 from Brad Roberts   2009-08-08 12:59:11 
PDT ---
dmd.conf was fixed to include druntime's path long ago.  Marking resolved. 
Please reopen with a complete description of the current problem if there's
anything left to do here.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 2476] std.stdio fails to compile

2008-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2476





--- Comment #7 from [EMAIL PROTECTED]  2008-12-06 13:05 ---
(In reply to comment #5)
> runtime worked when I tried i on Windows.  If it doesn't work, then that's a
> bug.  What errors do you get?

I get the same error as with the unmodified dmd.conf:

-*- mode: compilation; default-directory: "~/d/" -*-
Compilation started at Sat Dec  6 14:04:27

~/dmd/bin/dmd Junk.d
/home/jlquinn/dmd/bin/../src/phobos/std/stdio.d(27): module memory cannot read
file 'core/memory.d'

Compilation exited abnormally with code 1 at Sat Dec  6 14:04:27


-- 



[Issue 2476] std.stdio fails to compile

2008-12-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2476


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #6 from [EMAIL PROTECTED]  2008-12-03 19:33 ---
*** Bug 2488 has been marked as a duplicate of this bug. ***


-- 



[Issue 2476] std.stdio fails to compile

2008-12-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2476





--- Comment #5 from [EMAIL PROTECTED]  2008-12-03 13:33 ---
runtime worked when I tried i on Windows.  If it doesn't work, then that's a
bug.  What errors do you get?


-- 



[Issue 2476] std.stdio fails to compile

2008-12-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2476





--- Comment #4 from [EMAIL PROTECTED]  2008-12-03 06:47 ---
(In reply to comment #3)
> I think you want "runtime", not "druntime".  druntime is the old version that
> Walter that got left in there.

druntime worked.  runtime did not.


-- 



[Issue 2476] std.stdio fails to compile

2008-12-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2476





--- Comment #3 from [EMAIL PROTECTED]  2008-12-03 00:34 ---
I think you want "runtime", not "druntime".  druntime is the old version that
Walter that got left in there.


-- 



[Issue 2476] std.stdio fails to compile

2008-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2476





--- Comment #2 from [EMAIL PROTECTED]  2008-12-01 10:04 ---
(In reply to comment #1)
> Looks like dmd.conf isn't updated to include the import for druntime.  Try
> replacing the default DFLAGS line with this one:
> 
> [EMAIL PROTECTED]/../src/phobos [EMAIL PROTECTED]/../src/runtime/import 
> [EMAIL PROTECTED]/../lib
> 

[EMAIL PROTECTED]/../src/phobos [EMAIL PROTECTED]/../src/druntime/import [EMAIL 
PROTECTED]/../lib
--^

Thanks for the tip.  That fixes it.


-- 



[Issue 2476] std.stdio fails to compile

2008-11-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2476


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #1 from [EMAIL PROTECTED]  2008-11-28 09:55 ---
Looks like dmd.conf isn't updated to include the import for druntime.  Try
replacing the default DFLAGS line with this one:

[EMAIL PROTECTED]/../src/phobos [EMAIL PROTECTED]/../src/runtime/import [EMAIL 
PROTECTED]/../lib


--