<div dir="ltr"><div>Hi,</div><div><br></div><div>I modified System/Process/Internals.hs locally and build on MinGW 32bit.</div><div>Then I was successful to build on 32bit Windows 7.</div><div><br></div><div>Shall I write a bug report on trac or any? or ghc7.10.1.rc2 will not support 32 bit Windows?</div><div><br></div><div><br></div><div>Change part is the following:</div><div><br></div><div>diff -u ghc-7.10.0.20150123/libraries/process/System/Process/<a href="http://Internals.hs.org">Internals.hs.org</a>   ghc-7.10.0.20150123/libraries/process/System/Process/Internals.hs </div><div> </div><div>--- ghc-7.10.0.20150123/libraries/process/System/Process/<a href="http://Internals.hs.org">Internals.hs.org</a><span class="" style="white-space:pre">  </span>2015-01-19 21:37:52 +0900</div><div>+++ ghc-7.10.0.20150123/libraries/process/System/Process/Internals.hs<span class="" style="white-space:pre">     </span>2015-02-17 13:50:31 +0900</div><div>@@ -469,6 +469,9 @@</div><div> endDelegateControlC :: ExitCode -> IO ()</div><div> endDelegateControlC _ = return ()</div><div> </div><div>+stopDelegateControlC :: IO ()</div><div>+stopDelegateControlC = return ()</div><div>+</div><div> foreign import ccall unsafe "runInteractiveProcess"</div><div>   c_runInteractiveProcess</div><div>         :: CWString</div><div><br></div><div><br></div><div>Regards,</div><div>Takenobu</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-02-13 19:35 GMT+09:00 Takenobu Tani <span dir="ltr"><<a href="mailto:takenobu.hs@gmail.com" target="_blank">takenobu.hs@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi,</div><div><br></div><div>Does ghc7.10rc2 support for windows 32bit OS (Windows 7) ?</div><div><br></div><div>I tried to build ghc7.10rc2 [1],[2] on my old 32bit windows to check FTP.</div><div>Then, the following error has occurred:</div><div><br></div><div><br></div><div>"C:/MinGW/msys/1.0/home/my/devel/haskell.build.mingw/work8.ghc.7.10.rc2/ghc-7.10.0.20150123/inplace/mingw/bin/ld.exe"  -r -o libraries/directory/dist-install/build/HSdirec_3OAebvWY9YTGrbhfMGQ0ml.o  libraries/directory/dist-install/build/System/Directory.o   libraries/directory/dist-install/build/cbits/directory.o</div><div>"inplace/bin/ghc-stage1.exe" -hisuf hi -osuf  o -hcsuf hc -static  -H64m -O0 -fasm    -this-package-key proce_9HgSaudU0TAKauLzQHuwnO -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include    -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package-key Win32_Cjc5QN7bEuvL7SrTr96E5g -package-key base_469rOtLAqwTGFEOGWxSUiQ -package-key deeps_FT5iVCELxOr62eHY0nbvnU -package-key direc_3OAebvWY9YTGrbhfMGQ0ml -package-key filep_1vDJvPDP7mkAk0dVCj6gws -Wall -XHaskell2010 -O -fasm  -no-user-package-db -rtsopts      -odir libraries/process/dist-install/build -hidir libraries/process/dist-install/build -stubdir libraries/process/dist-install/build   -c libraries/process/./System/Process/Internals.hs -o libraries/process/dist-install/build/System/Process/Internals.o</div><div><br></div><div>libraries\process\System\Process\Internals.hs:36:5:</div><div>    Not in scope: <81>estopDelegateControlC<81>f</div><div>    Perhaps you meant one of these:</div><div>      <81>estartDelegateControlC<81>f (line 467),</div><div>      <81>eendDelegateControlC<81>f (line 470)</div><div>make[1]: *** [libraries/process/dist-install/build/System/Process/Internals.o] Error 1</div><div>make: *** [all] Error 2</div><div><br></div><div><br></div><div><br></div><div>I looks like 'stopDelegateControl' is not defined in System\Process\Internals.hs for mingw32_HOST_OS.</div><div><br></div><div><br></div><div>[1]: <a href="https://downloads.haskell.org/~ghc/7.10.1-rc2/ghc-7.10.0.20150123-src.tar.bz2" target="_blank">https://downloads.haskell.org/~ghc/7.10.1-rc2/ghc-7.10.0.20150123-src.tar.bz2</a></div><div>[2]: <a href="https://downloads.haskell.org/~ghc/7.10.1-rc2/ghc-7.10.0.20150123-windows-extra-src.tar.bz2" target="_blank">https://downloads.haskell.org/~ghc/7.10.1-rc2/ghc-7.10.0.20150123-windows-extra-src.tar.bz2</a></div><div><br></div><div><br></div><div>Regards,</div><div>Takenobu</div><div><div class="h5"><div><br></div><div><br></div><div><br></div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-01-27 9:13 GMT+09:00 Austin Seipp <span dir="ltr"><<a href="mailto:austin@well-typed.com" target="_blank">austin@well-typed.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">We are pleased to announce the second release candidate for GHC 7.10.1:<br>
<br>
    <a href="https://downloads.haskell.org/~ghc/7.10.1-rc2/" target="_blank">https://downloads.haskell.org/~ghc/7.10.1-rc2/</a><br>
<br>
This includes the source tarball and bindists for 64bit/32bit Linux<br>
and Windows. Binary builds for other platforms will be available<br>
shortly. (CentOS 6.5 binaries are not available at this time like they<br>
were for 7.8.x). These binaries and tarballs have an accompanying<br>
SHA256SUMS file signed by my GPG key id (0x3B58D86F).<br>
<br>
We plan to make the 7.10.1 release sometime in February of 2015.<br>
<br>
Please test as much as possible; bugs are much cheaper if we find them<br>
before the release!<br>
<span><font color="#888888"><br>
--<br>
Regards,<br>
<br>
Austin Seipp, Haskell Consultant<br>
Well-Typed LLP, <a href="http://www.well-typed.com/" target="_blank">http://www.well-typed.com/</a><br>
_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org" target="_blank">ghc-devs@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/ghc-devs" target="_blank">http://www.haskell.org/mailman/listinfo/ghc-devs</a><br>
</font></span></blockquote></div><br></div></div></div></div>
</blockquote></div><br></div>