[GHC] #10273: haskeline : Cross-compile from Linux to Windows fails due to <Shlobj.h>
GHC
ghc-devs at haskell.org
Wed Apr 8 23:46:22 UTC 2015
#10273: haskeline : Cross-compile from Linux to Windows fails due to <Shlobj.h>
-------------------------------------+-------------------------------------
Reporter: erikd | Owner: erikd
Type: bug | Status: new
Priority: normal | Milestone: 7.12.1
Component: libraries | Version: 7.11
(other) | Operating System: Unknown/Multiple
Keywords: | Type of failure: Building GHC
Architecture: | failed
Unknown/Multiple | Blocked By:
Test Case: | Related Tickets: #10070
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
The #include of <Shlobj.h> doesn't work when cross-compiling from Linux to
Windows because the Linux file system is case sensitive and on Linux the
file is <shlobj.h>.
Down casing the name of this include file should not cause problems on
Windows as the Windows file system is case insensitive.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10273>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list