On Tuesday, 11.08.09 at 20:03, Brian Lewis wrote:
> You might try adding
> ["-DwxcREFUSE_OPENGL", "-DwxcREFUSE_MEDIACTRL"]
> to your cppOptions.
Sorry, I meant 'ccOptions'. After I did that, I was able to do 'ghc
--make BouncingBalls.hs' in samples/wx, and it ran OK.
-
On Tuesday, 11.08.09 at 23:27, Eric Y. Kow wrote:
> Now I'm getting errors like the below. I think in the old configure
> script and makefile we had to pass in special flags for glcanvas,
> but I could be wrong.
You might try adding
["-DwxcREFUSE_OPENGL", "-DwxcREFUSE_MEDIACTRL"]
to your cppOptio
On Tuesday, 11.08.09 at 23:27, Eric Y. Kow wrote:
> I've also pushed some stuff removing wxc modules which I think wxHaskell
> does not support (I based this on ls dist/wxc/*.o)
OK, thank you. I'll check that out.
I just pushed stuff that causes wxcore to actually install for me in
Linux. No idea
On Tue, Aug 11, 2009 at 15:48:45 -0500, Brian Lewis wrote:
> > http://wiki.wxwidgets.org/WxString
>
> I pushed some stuff to the github repo that resolved these errors for me.
I've also pushed some stuff removing wxc modules which I think wxHaskell
does not support (I based this on ls dist/wxc/*.
On Tuesday, 11.08.09 at 15:13, Brian Lewis wrote:
> On Tuesday, 11.08.09 at 15:08, Brian Lewis wrote:
> > src/cpp/eljfl.cpp:1277:0:
> > error: conversion from ‘char*’ to ‘const wxString’ is ambiguous
>
> http://wiki.wxwidgets.org/WxString
I pushed some stuff to the github repo that resolved t
On Tue, Aug 11, 2009 at 15:08:53 -0500, Brian Lewis wrote:
> On Tuesday, 11.08.09 at 02:05, Eric Y. Kow wrote:
> > setup: Missing dependency on a foreign library:
> > * Missing C library: wx_macud-2.8
> >
> > I guess the Setup.hs file needs to call wx-config
>
> Hmm. But it does. Does 'wx-config -
On Tuesday, 11.08.09 at 15:08, Brian Lewis wrote:
> src/cpp/eljfl.cpp:1277:0:
> error: conversion from ‘char*’ to ‘const wxString’ is ambiguous
http://wiki.wxwidgets.org/WxString
--
Let Crystal Reports handle the rep
On Tuesday, 11.08.09 at 02:05, Eric Y. Kow wrote:
> setup: Missing dependency on a foreign library:
> * Missing C library: wx_macud-2.8
>
> I guess the Setup.hs file needs to call wx-config
Hmm. But it does. Does 'wx-config --cppflags --libs' show the stuff it
should? Where is the build failing fo