Eric Kow | 22 Apr 2012 17:48
Picon
Gravatar

wxHaskell 0.90 on Windows 7?

Hi,

After struggling a bit to get wxHaskell 0.90 working on a Windows VM, I thought a few links and tips could be useful

http://www.haskell.org/haskellwiki/WxHaskell/Windows

--

-- 
Eric Kow <http://erickow.com>

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
carlos gomez | 24 Apr 2012 13:32
Picon
Gravatar

Re: wxHaskell 0.90 on Windows 7?

Hello, I'm trying to build wxhaskell on windows 7 and HP.2011.4.0.0, but I've got this error when installing wxdirect:

C:\>cabal install wxdirect
Resolving dependencies...
Configuring strict-0.3.2...
Preprocessing library strict-0.3.2...
Building strict-0.3.2...

<interno>:0:5: lexical error (UTF-8 decoding error)
cabal: Error: some packages failed to install:
strict-0.3.2 failed during the building phase. The exception was:
ExitFailure 1
wxdirect-0.90.0.1 depends on strict-0.3.2 which failed to install.


Any ideas of what to do?

thanks, Carlos Gomez


On 22 April 2012 09:48, Eric Kow <eric.kow-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Hi,

After struggling a bit to get wxHaskell 0.90 working on a Windows VM, I thought a few links and tips could be useful

http://www.haskell.org/haskellwiki/WxHaskell/Windows

--
Eric Kow <http://erickow.com>


------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
wxhaskell-users mailing list
wxhaskell-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Antton Tapani | 24 Apr 2012 14:08
Picon

Re: wxHaskell 0.90 on Windows 7?

Hey,

I got the same error at first too. Running
set LANG=C
in cmd before compiling fixed it for me. This is probably not
common/default behavior since no one has considred it important to
mention it in the guides. Only info I was able to find on this was
from a japanese blog using google translate.

On Tue, Apr 24, 2012 at 2:32 PM, carlos gomez <carliros.g@...> wrote:
> Hello, I'm trying to build wxhaskell on windows 7 and HP.2011.4.0.0,
> but I've got this error when installing wxdirect:
>
> C:\>cabal install wxdirect
> Resolving dependencies...
> Configuring strict-0.3.2...
> Preprocessing library strict-0.3.2...
> Building strict-0.3.2...
>
> <interno>:0:5: lexical error (UTF-8 decoding error)
> cabal: Error: some packages failed to install:
> strict-0.3.2 failed during the building phase. The exception was:
> ExitFailure 1
> wxdirect-0.90.0.1 depends on strict-0.3.2 which failed to install.
>
>
> Any ideas of what to do?
>
> thanks, Carlos Gomez
>
>
> On 22 April 2012 09:48, Eric Kow <eric.kow@...> wrote:
>>
>> Hi,
>>
>> After struggling a bit to get wxHaskell 0.90 working on a Windows VM, I
>> thought a few links and tips could be useful
>>
>> http://www.haskell.org/haskellwiki/WxHaskell/Windows
>>
>> --
>> Eric Kow <http://erickow.com>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> For Developers, A Lot Can Happen In A Second.
>> Boundary is the first to Know...and Tell You.
>> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
>> http://p.sf.net/sfu/Boundary-d2dvs2
>> _______________________________________________
>> wxhaskell-users mailing list
>> wxhaskell-users@...
>> https://lists.sourceforge.net/lists/listinfo/wxhaskell-users
>>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> wxhaskell-users mailing list
> wxhaskell-users@...
> https://lists.sourceforge.net/lists/listinfo/wxhaskell-users
>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Jeremy O'Donoghue | 24 Apr 2012 14:24
Picon

Re: wxHaskell 0.90 on Windows 7?

Thanks Antton. I will update the wiki build instructions.

Jeremy

On 24 April 2012 13:08, Antton Tapani <antton.tapani <at> gmail.com> wrote:
Hey,

I got the same error at first too. Running
set LANG=C
in cmd before compiling fixed it for me. This is probably not
common/default behavior since no one has considred it important to
mention it in the guides. Only info I was able to find on this was
from a japanese blog using google translate.

On Tue, Apr 24, 2012 at 2:32 PM, carlos gomez <carliros.g-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> Hello, I'm trying to build wxhaskell on windows 7 and HP.2011.4.0.0,
> but I've got this error when installing wxdirect:
>
> C:\>cabal install wxdirect
> Resolving dependencies...
> Configuring strict-0.3.2...
> Preprocessing library strict-0.3.2...
> Building strict-0.3.2...
>
> <interno>:0:5: lexical error (UTF-8 decoding error)
> cabal: Error: some packages failed to install:
> strict-0.3.2 failed during the building phase. The exception was:
> ExitFailure 1
> wxdirect-0.90.0.1 depends on strict-0.3.2 which failed to install.
>
>
> Any ideas of what to do?
>
> thanks, Carlos Gomez
>
>
> On 22 April 2012 09:48, Eric Kow <eric.kow-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>>
>> Hi,
>>
>> After struggling a bit to get wxHaskell 0.90 working on a Windows VM, I
>> thought a few links and tips could be useful
>>
>> http://www.haskell.org/haskellwiki/WxHaskell/Windows
>>
>> --
>> Eric Kow <http://erickow.com>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> For Developers, A Lot Can Happen In A Second.
>> Boundary is the first to Know...and Tell You.
>> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
>> http://p.sf.net/sfu/Boundary-d2dvs2
>> _______________________________________________
>> wxhaskell-users mailing list
>> wxhaskell-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>> https://lists.sourceforge.net/lists/listinfo/wxhaskell-users
>>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> wxhaskell-users mailing list
> wxhaskell-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/wxhaskell-users
>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
wxhaskell-users mailing list
wxhaskell-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/

Gmane