[Haskell-cafe] Trouble compiling wxhaskell

Jinwoo Lee jinwoo68 at gmail.com
Mon Jul 31 19:29:45 EDT 2006


Hi,

You can post wxHaskell related questions to the wxHaskell mailing list
(wxhaskell-users at lists.sourceforge.net).

I had problems when compiling wxhaskell 0.9.4 using wxWidgets 2.6.3.
And I found out that in wxWidgets 2.6.3, some DB-related field names
have changed:
    columnSize --> columnLength
    bufferLength --> bufferSize

So I modified the file "db.cpp" (wxc/src/db.cpp), and succeeded to compile.
I'm attaching the modified file.

Cheers,

On 8/1/06, David F. Place <d at vidplace.com> wrote:
> Hi:
>
> I'm having trouble compiling wxhaskell 0.9.4 under both ghc 6.4.2 and
> ghc 6.5.   Does anyone know where I should direct my queries?
>
> Thanks.
>
> --------------------------------
> David F. Place
> mailto:d at vidplace.com
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>



-- 
Jinwoo Lee
Always remember that you are unique.  Just like everyone else.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: db.cpp
Type: application/octet-stream
Size: 27127 bytes
Desc: not available
Url : http://www.haskell.org//pipermail/haskell-cafe/attachments/20060801/c0270ce5/db-0001.obj


More information about the Haskell-Cafe mailing list