Re: [wxhaskell-devel] Compile problems

2013-06-10 Thread Charles the Hawk
On 06/10/2013 10:21 AM, harry wrote: > Charles the Hawk writes: > >> At first I installed the 90.0.1 from the older site. I had to modify >> wxdirect to do an "import Foreign.C.Types" to get rid of the arg type >> errors and change the pointer assignment in eljpen.cpp that others have >> mentione

Re: [wxhaskell-devel] Compile problems

2013-06-10 Thread Eric Kow
> That's where my inexperience with Haskell comes in. It seems I've > picked a bad time to learn the language, for a lot of the example > programs won't compile on my system. It wants things like "import > Data.List" and import "System.Directory" instead of just "import List" > and "import Direct

Re: [wxhaskell-devel] Compile problems

2013-06-10 Thread Charles the Hawk
On 06/10/2013 10:21 AM, harry wrote: > Charles the Hawk writes: > >> At first I installed the 90.0.1 from the older site. I had to modify >> wxdirect to do an "import Foreign.C.Types" to get rid of the arg type >> errors and change the pointer assignment in eljpen.cpp that others have >> mentione

Re: [wxhaskell-devel] Compile problems

2013-06-10 Thread harry
Charles the Hawk writes: > At first I installed the 90.0.1 from the older site. I had to modify > wxdirect to do an "import Foreign.C.Types" to get rid of the arg type > errors and change the pointer assignment in eljpen.cpp that others have > mentioned. It was working fine so I installed th