Re: [wxhaskell-users] Congrats and update request

2009-11-16 Thread Jeremy O'Donoghue
Hi Conal,

It's next on the list. Not much progress as yet, but I do
understand the importance of this.

Jeremy

On Sun, 15 Nov 2009 18:05 -0800, Conal Elliott
co...@conal.net wrote:

  Congratulations on the cabal-friendly new wxHaskell release!
  I will be thrilled to switch from gtk2hs back to wxHaskell for
  all of my GUI-ful projects as soon as the ghci-killing problem
  (crash on second 'start') is solved.  Any progress?
 - Conal
-- 
  Jeremy O'Donoghue
  jeremy.odonog...@gmail.com

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
wxhaskell-users mailing list
wxhaskell-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users


Re: [wxhaskell-users] Congrats and update request

2009-11-16 Thread Brian Lewis
On Sunday, 15.11.09 at 18:05, Conal Elliott wrote:
 I will be thrilled to switch from gtk2hs back to wxHaskell for all of
 my GUI-ful projects as soon as the ghci-killing problem (crash on
 second 'start') is solved. Any progress?

Thanks for reminding.

I ran the death program like this:

$ cat  test.hs
import Graphics.UI.WX
main = io  io where io = start (frame []  return ())
$ ghci test.hs
GHCi, version 6.10.4: http://www.haskell.org/ghc/  :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer ... linking ... done.
Loading package base ... linking ... done.
[1 of 1] Compiling Main ( test.hs, interpreted )
Ok, modules loaded: Main.
*Main main
Loading package syb ... linking ... done.
Loading package base-3.0.3.1 ... linking ... done.
Loading package array-0.2.0.0 ... linking ... done.
Loading package containers-0.2.0.1 ... linking ... done.
Loading package old-locale-1.0.0.1 ... linking ... done.
Loading package old-time-1.0.0.2 ... linking ... done.
Loading package filepath-1.1.0.2 ... linking ... done.
Loading package unix-2.3.2.0 ... linking ... done.
Loading package directory-1.0.0.3 ... linking ... done.
Loading package stm-2.1.1.2 ... linking ... done.
Loading package bytestring-0.9.1.5 ... linking ... done.
Loading package parsec-2.1.0.1 ... linking ... done.
Loading package time-1.1.4 ... linking ... done.
Loading package wxdirect-0.12.1.1 ... linking ... done.
Loading package wxcore-0.12.1.2 ... linking ... interactive:
/home/brian/.cabal/lib/wxcore-0.12.1.2/ghc-6.10.4/HSwxcore-0.12.1.2.o:
unknown symbol `__dso_handle'
ghc: unable to load package `wxcore-0.12.1.2'
*Main

Searching for stuff related to that problem, I found
http://sourceware.org/ml/binutils/2002-11/msg00328.html
which basically says to use gcc instead of ld to link.

I'll check on this more in a little while.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
wxhaskell-users mailing list
wxhaskell-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users