Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Re: Haskell Support for iPad (Zbigniew Stanasiuk)
2. Re: Installing HDBC (Patrick LeBoutillier)
----------------------------------------------------------------------
Message: 1
Date: Wed, 2 Feb 2011 02:20:59 +0100
From: Zbigniew Stanasiuk <[email protected]>
Subject: Re: [Haskell-beginners] Haskell Support for iPad
To: Henk-Jan van Tuyl <[email protected]>
Cc: "[email protected]" <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8
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" <[email protected]>
napisa?(a):
> On Tue, 01 Feb 2011 12:43:56 +0100, Zbigniew Stanasiuk
> <[email protected]> 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
> --
------------------------------
Message: 2
Date: Tue, 1 Feb 2011 21:49:29 -0500
From: Patrick LeBoutillier <[email protected]>
Subject: Re: [Haskell-beginners] Installing HDBC
To: Kathleen Lynch <[email protected]>
Cc: [email protected]
Message-ID:
<[email protected]>
Content-Type: text/plain; charset=ISO-8859-1
Kathleen,
Grab this: http://www.sqlite.org/sqlite-dll-win32-x86-3070500.zip
Extract the sqlite3.dll file from inside, copy it to c:\users\user and
to c:\windows\system32
Grab: http://www.sqlite.org/sqlite-autoconf-3070500.tar.gz
Extract the sqlite3.h file from inside, copy it to c:\users\user
Then
> cabal install HDBC-sqlite3 --extra-include-dirs=C:\Users\User
> --extra-lib-dirs=C:\Users\User
should work.
I have only installed it though, I didn't run it.
Patrick
On Tue, Feb 1, 2011 at 5:00 PM, Kathleen Lynch <[email protected]> wrote:
> ...I put it in my PATH [C:\users\user] and put the file Sqlite3 in that
> folder [C:\users\user] where I'm running Cabal and extended the Cabal
> command as follows - nothing helps...
> ? cabal install HDBC-sqlite3 --extra-include-dirs=C:\Users\User
> --extra-lib-dirs=C:\Users\User
>
> ...At this point, I'm unable to install Sqlite3 and GTK...
>
> ...I know this is 'open source' but it really shouldn't be this hard to do
> these installations...
>
> ...I'll go back to my Monads and see if I can figure them out and then take
> a look at F# - I might have better luck there...
>
> Bye
>
> ----- Original Message ----- From: "Daniel Fischer"
> <[email protected]>
> To: "Kathleen Lynch" <[email protected]>
> Cc: <[email protected]>
> Sent: Tuesday, February 01, 2011 3:07 PM
> Subject: Re: [Haskell-beginners] Installing HDBC
>
>
> On Tuesday 01 February 2011 20:20:22, Kathleen Lynch wrote:
>>
>> I entered the command you gave me: cabal install HDBC-sqlite3
>> It returned the following error:
>> Resolving dependencies...
>> Configuring HDBC-sqlite3-2.3.1.0...
>> cabal: Missing dependency on a foreign library:
>> * Missing C library: sqlite3
>
> That means you don't have the C library installed, or at least that cabal
> can't find it. You have to install it otherwise or put it in a directory in
> your %PATH%. I'm not familiar with Windows, so I can't tell you how to do
> that. You could search on the haskellwiki, perhaps there are instructions
> there.
>
>>
>> I then went to the link you provided:
>> http://hackage.haskell.org/package/HDBC-sqlite3
>> I extracted the tar file, HDBC-sqlite3-2.3.1.0.tar, and tried to un-tar
>> it but get the following message:
>> "Error reading header after processing 0 entries"
>
> If cabal complains about a missing foreign dependency, trying a manual
> install won't help, runhaskell ./Setup configure won't look anywhere cabal
> doesn't.
>
>
>
> _______________________________________________
> Beginners mailing list
> [email protected]
> http://www.haskell.org/mailman/listinfo/beginners
>
--
=====================
Patrick LeBoutillier
Rosem?re, Qu?bec, Canada
------------------------------
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
End of Beginners Digest, Vol 32, Issue 4
****************************************