March 01, 2013 Re: gui libs | ||||
---|---|---|---|---|
| ||||
Posted in reply to rho | On Thursday, 28 February 2013 at 09:35:03 UTC, rho wrote: > hi, > what keeps me from using d, is that there is no compilable gui lib available. does dfl compile with the latest dmd? I am using DFL successfully with DMD 2.062. One just needs to take sources from here: https://github.com/Rayerd/dfl Set correct path to dmd in makelib.bat, then run go.bat. It compiles fine with DMD 2.060, but 2.061 and later complain about a place in environment.d where a couple of "goto case" should be added. With this little change DFL builds fine and works well. |
March 01, 2013 Re: gui libs | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrea Fontana | On 2013-03-01 09:37, Andrea Fontana wrote: > You're saying you can't build gui for app that use 64bit features. You > force the whole app to be compiled on 32bit just because gui needs 32bit. Yes, what do you need so badly that cannot be done with a 32bit app? > If you're working on linux, you have all your 64bit libraries installed, > and it's *not confortable* to build and test with 32bit libraries... I just though it was wrong to say that the common user seems to be forgotten. Please help and contribute instead. I'm not staying that I don't want 64bit support. It has not yet happened. It's all about time. -- /Jacob Carlborg |
March 01, 2013 Re: gui libs | ||||
---|---|---|---|---|
| ||||
Posted in reply to thedeemon | On 1-3-2013 10:03, thedeemon wrote:
> On Thursday, 28 February 2013 at 09:35:03 UTC, rho wrote:
>> hi,
>> what keeps me from using d, is that there is no compilable gui lib available. does dfl compile with the latest dmd?
>
> I am using DFL successfully with DMD 2.062. One just needs to take sources from here:
> https://github.com/Rayerd/dfl
> Set correct path to dmd in makelib.bat, then run go.bat.
> It compiles fine with DMD 2.060, but 2.061 and later complain about a place in
> environment.d where a couple of "goto case" should be added. With this little change DFL builds fine and works well.
I wish we had std.gui
And std.audio as well for that matter. Or std.media. Something like that.
|
March 01, 2013 Re: gui libs | ||||
---|---|---|---|---|
| ||||
Posted in reply to thedeemon | > I am using DFL successfully with DMD 2.062. One just needs to take sources from here:
> https://github.com/Rayerd/dfl
I just saw this rep updated a few days ago, now it should build just fine with latest DMD without manual changes to the source.
|
March 01, 2013 Re: gui libs | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jacob Carlborg | On Friday, 1 March 2013 at 09:07:12 UTC, Jacob Carlborg wrote: > On 2013-03-01 09:37, Andrea Fontana wrote: > >> You're saying you can't build gui for app that use 64bit features. You >> force the whole app to be compiled on 32bit just because gui needs 32bit. > > Yes, what do you need so badly that cannot be done with a 32bit app? Use libraries, I told you. (+ performance + ram + optimizations ...) >> If you're working on linux, you have all your 64bit libraries installed, >> and it's *not confortable* to build and test with 32bit libraries... > > I just though it was wrong to say that the common user seems to be forgotten. Please help and contribute instead. I'm not staying that I don't want 64bit support. It has not yet happened. It's all about time. I just want to point out what's the problem. I had this problem too with dwt. And I guess it's a common problem for all 64bit users :) Of course we'll follow development news about 64bit support :) |
Copyright © 1999-2021 by the D Language Foundation