Re: [Haskell-beginners] Any advice on installing gtk2hs

To Aditya Siram ...thanks for writing the procedure in the link in the email below...... ...I got stuck on the command: 'cabal install gtk' ...it gives the following message: Linking: C:\Users\User\AppData\Local\cairo-0.12.043\cairo-0.12\dist\setup\setup.exe ... Cannot find gtk2hsC2hs Please install 'gtk2hs-buildtools' first and check that the install Directory is in your PATH (e.g.. HOME/.cabal/bin) My PATH is C:/Users/User/AppData/Roaming/cabal/bin Should I change my PATH? Good day -----Original Message----- From: patricklynch [mailto:kmandpjlynch@verizon.net] Sent: Monday, January 31, 2011 1:55 PM To: 'patricklynch'; beginners@haskell.org Subject: RE: Any advice on installing gtk2hs PS, this was for the Windows installation... -----Original Message----- From: patricklynch [mailto:kmandpjlynch@verizon.net] Sent: Monday, January 31, 2011 1:54 PM To: 'beginners@haskell.org' Subject: Any advice on installing gtk2hs Good afternoon, Any advice on installing gtk2hs... I used the instructions at: http://www.haskell.org/haskellwiki/Gtk2Hs and get a bunch of error messages... Thanks...

To All, I was wondering if it would be possible to develop Haskell support for the ImpulseC programming language, which is a stream-oriented approach to developing C to HDL applications. Thanks David Blubaugh

Hi David,
This is maybe more a question for haskell-cafe. (The other mailing list).
This list is more for beginners questions about haskell. I think there are a
lot of people there, who are willing to discuss the possibilities.
I hope someone can help you.
Greets,
Edgar
2011/2/1 David Blubaugh
To All,
I was wondering if it would be possible to develop Haskell support for the ImpulseC programming language, which is a stream-oriented approach to developing C to HDL applications.
Thanks
David Blubaugh
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

Hello,
I would be happy to have the ghc or ghci on iPad board.
Best regards,
Zbigniew Stanasiuk
Wysłane z iPada
Dnia 01-02-2011 o godz. 00:24 David Blubaugh
To All,
I was wondering if it would be possible to develop Haskell support for the ImpulseC programming language, which is a stream-oriented approach to developing C to HDL applications.
Thanks
David Blubaugh
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

On Tue, 01 Feb 2011 12:43:56 +0100, Zbigniew Stanasiuk
Hello,
I would be happy to have the ghc or ghci on iPad board.
Best regards, Zbigniew Stanasiuk
Wysłane z iPada
There are people working on Haskell for iPhone: http://www.haskell.org/haskellwiki/IPhone Regards, Henk-Jan van Tuyl -- http://Van.Tuyl.eu/ http://members.chello.nl/hjgtuyl/tourdemonad.html --

Thanks for info. The people of there are rather concentrated on cross-compiling to iPhone apps.
I would like to have ghc and/or ghci ports for iPad platform rather.
Up to now there is a small app "CodeToGo" from AppleStore where you can write some code in Haskell (or in many other languages), send the source file to the server for compiling and get the results back on your screen.
Standalone ghc port for iPad would be best!!
Regards,
Zbigniew Stanasiuk
Wysłane z iPada
Dnia 01-02-2011 o godz. 14:15 "Henk-Jan van Tuyl"
On Tue, 01 Feb 2011 12:43:56 +0100, Zbigniew Stanasiuk
wrote: Hello,
I would be happy to have the ghc or ghci on iPad board.
Best regards, Zbigniew Stanasiuk
Wysłane z iPada
There are people working on Haskell for iPhone: http://www.haskell.org/haskellwiki/IPhone
Regards, Henk-Jan van Tuyl
-- http://Van.Tuyl.eu/ http://members.chello.nl/hjgtuyl/tourdemonad.html --

I ran 'cabal install gtk2hs-buildtools' and it worked. However, when I ran 'cabal install gtk', I got the following error: 'setup.exe: pkg-config version >=0.9.0 is required but it could not be found.' Help. -----Original Message----- From: Krzysztof Skrzetnicki [mailto:gtener@gmail.com] Sent: Monday, January 31, 2011 5:06 PM To: patricklynch Cc: beginners@haskell.org Subject: Re: [Haskell-beginners] Any advice on installing gtk2hs Cannot find gtk2hsC2hs Please install 'gtk2hs-buildtools' first and check that the install Well, did you follow the message with 'cabal install gtk2hs-buildtools' then? Best regards, Krzysztof Skrzętnicki

I got thru the problem, mentioned below - namely, 'setup.exe: pkg-config version >=0.9.0 is required but it could not be found.. However, now I'm missing: Setup.exe: Missing dependencies on foreign libraries: * Missing C Libraries: z, cairo * Missing C Libraries: gobject-2.0, glib-2.0, intl Help -----Original Message----- From: beginners-bounces@haskell.org [mailto:beginners-bounces@haskell.org] On Behalf Of patricklynch Sent: Tuesday, February 01, 2011 11:16 AM To: 'Krzysztof Skrzetnicki' Cc: beginners@haskell.org Subject: Re: [Haskell-beginners] Any advice on installing gtk2hs I ran 'cabal install gtk2hs-buildtools' and it worked. However, when I ran 'cabal install gtk', I got the following error: 'setup.exe: pkg-config version >=0.9.0 is required but it could not be found.' Help. -----Original Message----- From: Krzysztof Skrzetnicki [mailto:gtener@gmail.com] Sent: Monday, January 31, 2011 5:06 PM To: patricklynch Cc: beginners@haskell.org Subject: Re: [Haskell-beginners] Any advice on installing gtk2hs Cannot find gtk2hsC2hs Please install 'gtk2hs-buildtools' first and check that the install Well, did you follow the message with 'cabal install gtk2hs-buildtools' then? Best regards, Krzysztof Skrzętnicki

On Monday 31 January 2011 23:25:08, patricklynch wrote:
To Aditya Siram
...thanks for writing the procedure in the link in the email below......
...I got stuck on the command: 'cabal install gtk'
...it gives the following message:
Linking:
C:\Users\User\AppData\Local\cairo-0.12.043\cairo-0.12\dist\setup\setup.e xe
...
Cannot find gtk2hsC2hs
Please install 'gtk2hs-buildtools' first and check that the install
Directory is in your PATH (e.g.. HOME/.cabal/bin)
Have you done 'cabal install gtk2hs-buildtools' first? That step is not listed under point 5.1.5, that may be an oversight. If you have, where is gtk2hsC2hs located, is it in C:/Users/User/AppData/Roaming/cabal/bin or elsewhere?
My PATH is C:/Users/User/AppData/Roaming/cabal/bin
Should I change my PATH?
Good day

I have updated the wiki to include that step in 5.1.5. Thanks for the
report and let me know if you have further issues with the
instructions.
-deech
On Mon, Jan 31, 2011 at 4:25 PM, patricklynch
To Aditya Siram
...thanks for writing the procedure in the link in the email below......
...I got stuck on the command: 'cabal install gtk'
...it gives the following message:
Linking:
C:\Users\User\AppData\Local\cairo-0.12.043\cairo-0.12\dist\setup\setup.exe
...
Cannot find gtk2hsC2hs
Please install 'gtk2hs-buildtools' first and check that the install
Directory is in your PATH (e.g.. HOME/.cabal/bin)
My PATH is C:/Users/User/AppData/Roaming/cabal/bin
Should I change my PATH?
Good day
-----Original Message----- From: patricklynch [mailto:kmandpjlynch@verizon.net] Sent: Monday, January 31, 2011 1:55 PM To: 'patricklynch'; beginners@haskell.org Subject: RE: Any advice on installing gtk2hs
PS, this was for the Windows installation...
-----Original Message----- From: patricklynch [mailto:kmandpjlynch@verizon.net] Sent: Monday, January 31, 2011 1:54 PM To: 'beginners@haskell.org' Subject: Any advice on installing gtk2hs
Good afternoon,
Any advice on installing gtk2hs...
I used the instructions at: http://www.haskell.org/haskellwiki/Gtk2Hs and get a bunch of error messages...
Thanks...
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
participants (8)
-
aditya siram
-
Daniel Fischer
-
David Blubaugh
-
edgar klerks
-
Henk-Jan van Tuyl
-
Krzysztof Skrzętnicki
-
patricklynch
-
Zbigniew Stanasiuk