#4843: "include" directory missing in the ghc 7.0.1 windows installer
---------------------------------+------------------------------------------
Reporter: nsch | Owner:
Type: bug | Status: closed
Priority: highest | Milestone: 7.0.2
Component: Package system | Version: 7.0.1
Resolution: worksforme | Keywords:
Testcase: | Blockedby:
Difficulty: | Os: Windows
Blocking: | Architecture: Unknown/Multiple
Failure: Compile-time crash |
---------------------------------+------------------------------------------
Changes (by igloo):
* status: new => closed
* resolution: => worksforme
Comment:
I can't reproduce this.
{{{
ghc --make -v q.hs -fforce-recomp -XCPP
}}}
says:
{{{
[...]
C:\ghc\ghc-7.0.1\lib\..\mingw\bin\gcc -E -undef -traditional -v -I
C:\ghc\ghc-7.0.1\lib\base-4.3.0.0\include -I C:\ghc\ghc-7.0.1\lib/include
-D__GLASGOW_HASKELL__=700 -Dmingw32_BUILD_OS=1 -Di386_BUILD_ARCH=1
-Dmingw32_HOST_OS=1 -Di386_HOST_ARCH=1 -x c q.hs -o
C:\cygwin\tmp\ghc2960_0\ghc2960_0.hscpp
}}}
which looks fine to me.
Compiling and running the directory package's Setup.hs also looks fine:
{{{
[...]
("C:\\ghc\\ghc-7.0.1\\mingw\\bin\\gcc.exe",["C:\\cygwin\\tmp\\2888.c","-o","C:\\cygwin\\tmp\\2888","-E","-D__GLASGOW_HASKELL__=700","-Idist\\build\\autogen","-Iinclude","-I.","-IC:\\ghc\\ghc-7.0.1\\lib
\\old-
time-1.0.0.6\\include","-IC:\\ghc\\ghc-7.0.1\\lib\\Win32-2.2.0.1\\include","-IC:\\ghc\\ghc-7.0.1\\lib\\bytestring-0.9.1.8\\include","-IC:\\ghc\\ghc-7.0.1\\lib\\base-4.3.0.0\\include","-IC:\\ghc\\ghc-7.0.1\\lib/include","-IC:\\ghc\\ghc-7.0.1\\lib/include"])
[...]
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4843#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs