[Issue 8197] phobos\win32.mak missing -Idruntime\import

2016-03-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8197

Dmitry Olshansky  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||dmitry.o...@gmail.com
 Resolution|--- |WONTFIX

--- Comment #4 from Dmitry Olshansky  ---
Loots of time passed with no clear test case. Won't fix?

--


[Issue 8197] phobos\win32.mak missing -Idruntime\import

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

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|unspecified |D2

--


[Issue 8197] phobos\win32.mak missing -Idruntime\import

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8197

Andrej Mitrovic andrej.mitrov...@gmail.com changed:

   What|Removed |Added

 CC||andrej.mitrov...@gmail.com

--- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com ---
Is this still an issue?

--


[Issue 8197] phobos\win32.mak missing -Idruntime\import

2012-06-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8197


Jonathan M Davis jmdavisp...@gmx.com changed:

   What|Removed |Added

 CC||jmdavisp...@gmx.com


--- Comment #1 from Jonathan M Davis jmdavisp...@gmx.com 2012-06-04 08:48:23 
PDT ---
Please be more specific. The autotester is passing on all platforms. This
sounds like an issue with your environment or installation. But you've given so
little information, that I can't even say what problem that you're really
reporting.

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


[Issue 8197] phobos\win32.mak missing -Idruntime\import

2012-06-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8197



--- Comment #2 from simendsjo simend...@gmail.com 2012-06-04 11:33:52 PDT ---
(In reply to comment #1)
 Please be more specific. The autotester is passing on all platforms. This
 sounds like an issue with your environment or installation. But you've given 
 so
 little information, that I can't even say what problem that you're really
 reporting.

Sorry for the simplistic report.
-I../druntime/src is included in win32.mak, but not -I../druntime/include. As I
did a clean checkout of dmd, phobos and druntime for the first time, I figured
it was a problem that would show on all windows boxes.

My folder setup is:
./dmd
./phobos
./druntime

By adding (a hack) DMD=dmd -I../druntime/import to win32.mak it compiles
successfully.
I see posix.mak includes the following line:
DFLAGS := -I$(DRUNTIME_PATH)/import $(DMDEXTRAFLAGS) -w -d -property -m$(MODEL)

while win32.mak doesn't have any reference to druntime/import at all.

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