Re: Amber

2012-12-25 Thread Jacob Carlborg
On 2012-12-25 05:22, Kelly wrote: No, Amber is not backwards compatible with D1. That is not it's purpose. It is probably close enough to 'fairly easily' convert D1 code (ie. converting Tango hasn't been a huge ordeal). I thought so, it looks pretty compatible. -- /Jacob Carlborg

Re: Amber

2012-12-25 Thread Jacob Carlborg
On 2012-12-25 04:06, Walter Bright wrote: I don't particularly like inner classes (I find them confusing), but they were added specifically to support DWT and make conversions from existing Java code easier. I'm grateful for that, thank you. -- /Jacob Carlborg

Re: Awesomium D wrappers/bindings

2012-12-25 Thread evilrat
trying to get xcode project, all fine but i just can't do that damn dylib to work with awesomium.framework within another bundle. either is i am stupid or xcode is really pita to work with. just losing time...

Re: Awesomium D wrappers/bindings

2012-12-25 Thread David
Am 25.12.2012 13:43, schrieb evilrat: trying to get xcode project, all fine but i just can't do that damn dylib to work with awesomium.framework within another bundle. either is i am stupid or xcode is really pita to work with. just losing time... I just compiled a awesomium 1.6.5 test app

Re: Getting ready for 2.061

2012-12-25 Thread John Colvin
On Tuesday, 25 December 2012 at 03:09:18 UTC, Walter Bright wrote: On 12/24/2012 1:38 PM, John Colvin wrote: If people aren't fussy about the EULA (which is apparently not valid in the EU anyway) I'd rather we stick to the EULA, much as I don't like them. Ok, I guess it's worth not pissing

Re: Awesomium D wrappers/bindings

2012-12-25 Thread David
Am 25.12.2012 13:46, schrieb David: Am 25.12.2012 13:43, schrieb evilrat: trying to get xcode project, all fine but i just can't do that damn dylib to work with awesomium.framework within another bundle. either is i am stupid or xcode is really pita to work with. just losing time... I

Re: Awesomium D wrappers/bindings

2012-12-25 Thread evilrat
On Tuesday, 25 December 2012 at 13:57:28 UTC, David wrote: Am 25.12.2012 13:46, schrieb David: Am 25.12.2012 13:43, schrieb evilrat: trying to get xcode project, all fine but i just can't do that damn dylib to work with awesomium.framework within another bundle. either is i am stupid or

Re: Awesomium D wrappers/bindings

2012-12-25 Thread David
Am 25.12.2012 15:04, schrieb evilrat: On Tuesday, 25 December 2012 at 13:57:28 UTC, David wrote: Am 25.12.2012 13:46, schrieb David: Am 25.12.2012 13:43, schrieb evilrat: trying to get xcode project, all fine but i just can't do that damn dylib to work with awesomium.framework within another

Re: Getting ready for 2.061

2012-12-25 Thread Walter Bright
On 12/25/2012 5:27 AM, John Colvin wrote: If only we had some small commercial support of some sort... A mac mini is less than £500 new here in the UK, probably less than that in the US and that's not even considering second-hand... An old, slow, second hand one would be fine, as long as it

Re: Getting ready for 2.061

2012-12-25 Thread Brad Roberts
On Tue, 25 Dec 2012, Walter Bright wrote: On 12/25/2012 5:27 AM, John Colvin wrote: If only we had some small commercial support of some sort... A mac mini is less than ?500 new here in the UK, probably less than that in the US and that's not even considering second-hand... An old,

Re: Awesomium D wrappers/bindings

2012-12-25 Thread evilrat
On Tuesday, 25 December 2012 at 15:35:02 UTC, David wrote: Oh wow it works! ─[dav1d@ArchBox][~/workspaces/d/awesomium_test]╼ dmd -I../awesomium -L-L. -L-lawesomium-1.6.5 short.d ─[dav1d@ArchBox][~/workspaces/d/awesomium_test]╼ LD_LIBRARY_PATH=. ./short https://gist.github.com/4373754

Re: Awesomium D wrappers/bindings

2012-12-25 Thread evilrat
On Tuesday, 25 December 2012 at 15:35:02 UTC, David wrote: Oh wow it works! by the way, how do u launch this on linux(my system is ubuntu 12.10 x86)? i take my mom netbook and it doesn't work, almost same crap as on osx, missing shared libs, though it in the same folder. i don't build my

Re: Awesomium D wrappers/bindings

2012-12-25 Thread evilrat
On Wednesday, 26 December 2012 at 05:08:47 UTC, evilrat wrote: On Tuesday, 25 December 2012 at 15:35:02 UTC, David wrote: Oh wow it works! by the way, how do u launch this on linux(my system is ubuntu 12.10 x86)? i take my mom netbook and it doesn't work, almost same crap as on osx,