<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta name="Microsoft Theme 2.00" content="Clear Day 011"><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>I installed gloss, and then the binary for llvm (http://llvm.org/builds/ )<o:p></o:p></p><p class=MsoNormal>But still gloss-examples fail, because it requires gloss-raster, which fails (below).<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I see some discussion of this from last year (<a href="https://mail.haskell.org/pipermail/haskell-cafe/2014-March/113001.html">https://mail.haskell.org/pipermail/haskell-cafe/2014-March/113001.html</a>),<o:p></o:p></p><p class=MsoNormal>Do I need to do some path manipulations to get this to work?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I see llc & opt as mentioned in that note installed under mingw, but not under the llvm installed site.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––<o:p></o:p></p><p class=MsoNormal><C:\Windows\System32>cabal install gloss-raster<o:p></o:p></p><p class=MsoNormal>Resolving dependencies...<o:p></o:p></p><p class=MsoNormal>Configuring gloss-raster-1.9.2.1...<o:p></o:p></p><p class=MsoNormal>Building gloss-raster-1.9.2.1...<o:p></o:p></p><p class=MsoNormal>Failed to install gloss-raster-1.9.2.1<o:p></o:p></p><p class=MsoNormal>Build log ( C:\Users\guthrie\AppData\Roaming\cabal\logs\gloss-raster-1.9.2.1.log ):<o:p></o:p></p><p class=MsoNormal>Building gloss-raster-1.9.2.1...<o:p></o:p></p><p class=MsoNormal>Preprocessing library gloss-raster-1.9.2.1...<o:p></o:p></p><p class=MsoNormal>[1 of 2] Compiling Graphics.Gloss.Raster.Array ( Graphics\Gloss\Raster\Array.hs, dist\build\Graphics\Gloss\Raster\Array.o )<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><no location info>:<o:p></o:p></p><p class=MsoNormal>    Warning: Couldn't figure out LLVM version!<o:p></o:p></p><p class=MsoNormal>             Make sure you have installed LLVM<o:p></o:p></p><p class=MsoNormal>cabal: Error: some packages failed to install:<o:p></o:p></p><p class=MsoNormal>gloss-raster-1.9.2.1 failed during the building phase. The exception was:<o:p></o:p></p><p class=MsoNormal>ExitFailure 1<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Running with –v, it adds:<o:p></o:p></p><p class=MsoNormal><no location info>:<o:p></o:p></p><p class=MsoNormal>    Warning: Couldn't figure out LLVM version!<o:p></o:p></p><p class=MsoNormal>             Make sure you have installed LLVM<o:p></o:p></p><p class=MsoNormal>8.3 found on system at: e:\Plang\Haskell<o:p></o:p></p><p class=MsoNormal>Platform\bin\ghc.exe<o:p></o:p></p><p class=MsoNormal>Using ghc-pkg version 7.8.3 found on system at: e:\Plang\Haskell<o:p></o:p></p><p class=MsoNormal>Platform\bin\ghc-pkg.exe<o:p></o:p></p><p class=MsoNormal>No ghcjs found<o:p></o:p></p><p class=MsoNormal>No ghcjs-pkg found<o:p></o:p></p><p class=MsoNormal>No greencard found<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><span style='font-size:10.0pt'>-------------------------------------------</span><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>