Trouble compiling wxhaskell
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@vidplace.com
I've done this recently. I put my notes on the wiki: http://www.haskell.org/haskellwiki/WxHaskell/Install#Windows Do you have a particular error message? Jason On 7/31/06, David F. Place <d@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@vidplace.com
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
Hmmm I found http://www.haskell.org/haskellwiki/WxHaskell/Installation_tips so there are two such pages, the other being: http://www.haskell.org/haskellwiki/WxHaskell/Install so perhaps these pages can be merged? and a redirect placed from one to the other? Cheers, Jared. On 7/31/06, Jason Dagit <dagit@eecs.oregonstate.edu> wrote:
I've done this recently. I put my notes on the wiki: http://www.haskell.org/haskellwiki/WxHaskell/Install#Windows
Do you have a particular error message?
Jason
On 7/31/06, David F. Place <d@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@vidplace.com
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- http://www.updike.org/~jared/ reverse ")-:"
On 7/31/06, David F. Place <d@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?
If you use ghc 6,4,2 under Windows platform, you can use my patched version of wxHaskell. And you can get my patch from Kamiariduki's source. http://www.haskell.org/pipermail/haskell/2006-June/018043.html https://sourceforge.net/project/showfiles.php?group_id=168626 I also know Eric Y. Kow's unicode patch doesn't include db problems fix. These problems has not only wxWidgets 2.6.x change, but also unicode change. I try to fix latter case, use attached after unicode patch, this fixes compile problem ... but it has another problem that can't use non-ascii characters correctly. So, if want to accesss DB by wxHaskell's ODBC, data is garbled and cause problems. I don't know how to fix that. Attached is already sent wxhaskell-user's list, but you can't get this file. So I send again. http://sourceforge.net/mailarchive/message.php?msg_id=16222530 My patch where I put Kamiariduki's project page doesn't include unicode support that I noticed above Mailng-List's log. Don't worry about this. You can use both my patch and unicode patch, if you want. These cause conflict message but this is not problem. On Tue, 01 Aug 2006 08:18:27 +0900, Jason Dagit <dagit@eecs.oregonstate.edu> wrote:
I've done this recently. I put my notes on the wiki: http://www.haskell.org/haskellwiki/WxHaskell/Install#Windows
I don't know this problem when I made patch. So, my patch doesn't fix this problem. -- shelarcy <shelarcy capella.freemail.ne.jp> http://page.freett.com/shelarcy/
On Mon, 2006-07-31 at 19:11 -0400, David F. Place 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?
Assuming you're using wxHaskell on linux with wxGTK then the usual problem with compiling wxHaskell is that it's sensitive to how wxGTK was built. I was trying various combinations for the Gentoo ebuild. I found that the only combination that works is when wxGTK is built against Gtk+ 2.x and without Unicode support and without ODBC support. If either of those two wxGTK features are turned on then it leads to compile failures. Hope that helps. Duncan
Hi, You can post wxHaskell related questions to the wxHaskell mailing list (wxhaskell-users@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@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@vidplace.com
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- Jinwoo Lee Always remember that you are unique. Just like everyone else.
participants (6)
-
David F. Place -
Duncan Coutts -
Jared Updike -
Jason Dagit -
Jinwoo Lee -
shelarcy