From: Jinwoo L. <jin...@gm...> - 2006-07-31 23:29:46
|
Hi, You can post wxHaskell related questions to the wxHaskell mailing list (wxh...@li...). 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...@vi...> 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...@vi... > > _______________________________________________ > Haskell-Cafe mailing list > Has...@ha... > http://www.haskell.org/mailman/listinfo/haskell-cafe > -- Jinwoo Lee Always remember that you are unique. Just like everyone else. |