Re: [wxhaskell-users] building problems

2007-02-18 Thread Wolfgang Jeltsch
Am Sonntag, 18. Februar 2007 18:10 schrieben Sie: > On 2/18/07, Wolfgang Jeltsch <[EMAIL PROTECTED]> wrote: > > Am Samstag, 17. Februar 2007 21:22 schrieb Wolfgang Jeltsch: > > > […] > > > > > > I will try building against wxWidgets 2.6 now. > > > > I did, and **IT DOESN'T COMPILE**!!! See attache

Re: [wxhaskell-users] building problems

2007-02-18 Thread Wolfgang Jeltsch
Am Sonntag, 18. Februar 2007 12:51 schrieb Mads Lindstrøm: > […] > Are you using any packages from the stable/unstable branch? No, I don’t. > […] > * darcs get http://darcs.haskell.org/wxhaskell The (main) difference is that you are not using the “stable” release of wxHaskell but the current

Re: [wxhaskell-users] building problems

2007-02-18 Thread Eric Kow
On 2/18/07, Wolfgang Jeltsch <[EMAIL PROTECTED]> wrote: Am Samstag, 17. Februar 2007 21:22 schrieb Wolfgang Jeltsch: > […] > I will try building against wxWidgets 2.6 now. I did, and **IT DOESN'T COMPILE**!!! See attached file, as usual. :-( You're not on a 64 bit platform by any chance? I

Re: [wxhaskell-users] building problems

2007-02-18 Thread Wolfgang Jeltsch
Am Samstag, 17. Februar 2007 21:22 schrieb Wolfgang Jeltsch: > […] > I will try building against wxWidgets 2.6 now. I did, and **IT DOESN’T COMPILE**!!! See attached file, as usual. Does anybody know wheter GtkHs is easier to build? > […] Best wishes, Wolfgang g++ -c wxc/src/ewxw_main.cpp -o

Re: [wxhaskell-users] building problems

2007-02-18 Thread Mads Lindstrøm
Hi Wolfgang I am also running Debian and I have successfully installed WxHaskell - so it is possible. I am exclusively using packages from Debian testing. That is, no packages from stable or unstable. And no libraries I have compiled myself except for WxHaskell. Are you using any packages from th

Re: [wxhaskell-users] building problems

2007-02-18 Thread Mads Lindstrøm
Hi > Wolfgang, > > In case you don't know (as I didn't), be aware that wxWidgets 2.6 and > later are not ghci-friendly, so for ghci use, you'll probably prefer > 2.4.2. More info at > http://darcs.haskell.org/packages/phooey/README . Cheers, - Conal If memory serves me right, neither 2.4 nor

Re: [wxhaskell-users] building problems

2007-02-17 Thread Conal Elliott
Wolfgang, In case you don't know (as I didn't), be aware that wxWidgets 2.6 and later are not ghci-friendly, so for ghci use, you'll probably prefer 2.4.2. More info at http://darcs.haskell.org/packages/phooey/README . Cheers, - Conal On 2/17/07, Wolfgang Jeltsch <[EMAIL PROTECTED]> wrote:

Re: [wxhaskell-users] building problems

2007-02-17 Thread Wolfgang Jeltsch
Am Samstag, 17. Februar 2007 20:59 schrieb Eric Y. Kow: > […] > It seems the official release does not compile against wxWidgets 2.8 (which > came out long after the release). Hmm, this could be the explaination. I tried wxWidgets 2.8 because say

Re: [wxhaskell-users] building problems

2007-02-17 Thread Eric Y. Kow
On Sat, Feb 17, 2007 at 19:28:43 +0100, Wolfgang Jeltsch wrote: > I installed wxWidgets from source now in order to be able to disable Unicode > support for wxWidgets. It compiled and installed fine but compiling > wxHaskell gave me the error messages contained by the attached file. I > really

Re: [wxhaskell-users] building problems

2007-02-17 Thread Wolfgang Jeltsch
Am Freitag, 16. Februar 2007 18:47 schrieben Sie: > Also, is this the darcs version of wxhaskell you're compiling? 0.9.4 > does not have Unicode support. You're probably better off with > darcs get http://darcs.haskell.org/wxwhaskell I installed wxWidgets from source now in order to be able to

Re: [wxhaskell-users] building problems

2007-02-17 Thread Wolfgang Jeltsch
Am Freitag, 16. Februar 2007 18:42 schrieben Sie: > On 2/16/07, Eric Kow <[EMAIL PROTECTED]> wrote: > > Try --enable-unicode > > Err sorry, I was thinking of wxWidgets. Could you check to make sure > that you're using the right wx-config? I cannot think of any other wx-config getting in the way.

Re: [wxhaskell-users] building problems

2007-02-16 Thread Eric Kow
Also, is this the darcs version of wxhaskell you're compiling? 0.9.4 does not have Unicode support. You're probably better off with darcs get http://darcs.haskell.org/wxwhaskell -- Eric Kow http://www.loria.fr/~kow PGP Key ID: 08AC04F9 Merci de corriger mon françai

Re: [wxhaskell-users] building problems

2007-02-16 Thread Eric Kow
On 2/16/07, Eric Kow <[EMAIL PROTECTED]> wrote: > Try --enable-unicode Err sorry, I was thinking of wxWidgets. Could you check to make sure that you're using the right wx-config? You can force it with --wx-config=/foo/bar/wx-config -- Eric Kow http://www.loria.fr/~kow PGP K

Re: [wxhaskell-users] building problems

2007-02-16 Thread Eric Kow
On 2/16/07, Wolfgang Jeltsch <[EMAIL PROTECTED]> wrote: > Do you > mean the ./configure command line for wxHaskell? Alas, wxHaskell's configure > script doesn't have an option "--with-unicode". Try --enable-unicode Best, -- Eric Kow http://www.loria.fr/~kow PGP Key ID: 08AC

Re: [wxhaskell-users] building problems

2007-02-16 Thread Wolfgang Jeltsch
Am Mittwoch, 14. Februar 2007 22:21 schrieben Sie: > […] > This looks as though it is a Unicode issue - problems with wxString > usually are. Basically on non-unicode builds the underlying type is a > char * and on Unicode builds it is defined as a suitable pointer for > Unicode strings. Try addin

Re: [wxhaskell-users] building problems

2007-02-14 Thread Jeremy O'Donoghue
Hi Wolfgang, On 14/02/07, Wolfgang Jeltsch <[EMAIL PROTECTED]> wrote: > Hello, > > I use wxWidgets-GTK as currently provided by Debian testing which is > version 2.6, probably with Unicode support. My Haskell compiler is GHC 6.6 > but this shouldn't matter at the moment. > > I configured wxHaskel

[wxhaskell-users] building problems

2007-02-14 Thread Wolfgang Jeltsch
Hello, I use wxWidgets-GTK as currently provided by Debian testing which is version 2.6, probably with Unicode support. My Haskell compiler is GHC 6.6 but this shouldn’t matter at the moment. I configured wxHaskell using the--prefix, --with-opengl and --package-conf options. When run