Re: build Ldc2 for win xp 32 bit Error

2012-08-06 Thread David Nadlinger
On Monday, 6 August 2012 at 15:28:04 UTC, Andrej Mitrovic wrote: Can LDC compile D apps that use Phobos? It says "never tried to use Phobos" here: https://github.com/ldc-developers/ldc/wiki/Project-Status Does that apply only for 64bit builds? I'm interested in a 32bit build. This only appl

Re: build Ldc2 for win xp 32 bit Error

2012-08-06 Thread Andrej Mitrovic
On 7/28/12, Kai Nacke wrote: > Build instructions are here: > https://github.com/ldc-developers/ldc/wiki/Building-and-hacking-LDC-on-Windows-using-MSVC Can LDC compile D apps that use Phobos? It says "never tried to use Phobos" here: https://github.com/ldc-developers/ldc/wiki/Project-Status Does

Re: build Ldc2 for win xp 32 bit Error

2012-08-06 Thread David Nadlinger
On Sunday, 5 August 2012 at 16:10:51 UTC, João Matos wrote: I think so. I'll be taking a look at this soon, I'm interested in getting it to work on Windows. If someone wants to collaborate on it, feel free to mail me. I'd be happy to help if you have any questions regarding the LDC side of th

Re: build Ldc2 for win xp 32 bit Error

2012-08-05 Thread João.Matos
On Sunday, 5 August 2012 at 09:56:09 UTC, David Nadlinger wrote: On Saturday, 4 August 2012 at 23:35:30 UTC, Hans W. Uhlig wrote: It sounds like this should be targetable from ldc now. Hm? It's great that the bigger part of Charles' work has arrived in trunk in June or so, but what's still co

Re: build Ldc2 for win xp 32 bit Error

2012-08-05 Thread David Nadlinger
On Saturday, 4 August 2012 at 23:35:30 UTC, Hans W. Uhlig wrote: It sounds like this should be targetable from ldc now. Hm? It's great that the bigger part of Charles' work has arrived in trunk in June or so, but what's still completely missing is landing pad codegen – isn't it? David

Re: build Ldc2 for win xp 32 bit Error

2012-08-04 Thread Hans W. Uhlig
On Saturday, 4 August 2012 at 16:11:45 UTC, Jacob Carlborg wrote: On 2012-08-04 17:20, Kagamin wrote: Dwarf2 exceptions work in clang+gcc on win32. It would be SOME exception handling (and quite interesting, I'd say). This post recently appeared on the Clang mailing list: "Hi, I have just b

Re: build Ldc2 for win xp 32 bit Error

2012-08-04 Thread Hans W. Uhlig
On Saturday, 4 August 2012 at 23:35:30 UTC, Hans W. Uhlig wrote: On Saturday, 4 August 2012 at 16:11:45 UTC, Jacob Carlborg wrote: On 2012-08-04 17:20, Kagamin wrote: Dwarf2 exceptions work in clang+gcc on win32. It would be SOME exception handling (and quite interesting, I'd say). This post

Re: build Ldc2 for win xp 32 bit Error

2012-08-04 Thread Jacob Carlborg
On 2012-08-04 17:20, Kagamin wrote: Dwarf2 exceptions work in clang+gcc on win32. It would be SOME exception handling (and quite interesting, I'd say). This post recently appeared on the Clang mailing list: "Hi, I have just been made aware that GCC 4.7.2 and later will use SEH by default on

Re: build Ldc2 for win xp 32 bit Error

2012-08-04 Thread Kagamin
Dwarf2 exceptions work in clang+gcc on win32. It would be SOME exception handling (and quite interesting, I'd say).

Re: build Ldc2 for win xp 32 bit Error

2012-07-31 Thread Jacob Carlborg
On 2012-07-31 13:21, Don Clugston wrote: I've heard this, but does anyone know what patent is being referred to? Several times I've heard mention of an old one by Borland, which Microsoft bought. The Borland patent is not a patent on SEH, it's basically a patent on using a thunk. I suspect it is

Re: build Ldc2 for win xp 32 bit Error

2012-07-31 Thread David Nadlinger
On Tuesday, 31 July 2012 at 11:21:21 UTC, Don Clugston wrote: Win64 SEH is scarcely any different to Win32 SEH, it's just better documented. You can do the same thing on Win32. Unless I'm mistaken, SEH on Win64 is quite a lot different to Win32, as it is based on tables, rather than keeping FS

Re: build Ldc2 for win xp 32 bit Error

2012-07-31 Thread Don Clugston
On 26/07/12 09:05, Jacob Carlborg wrote: On 2012-07-25 22:39, Rainer Schuetze wrote: What is the state of the missing exception handling for Windows? I just read an old post on the Clang mailing list, it's not looking good. It seems Microsoft (or someone else) has a patent on SEH, I've hear

Re: build Ldc2 for win xp 32 bit Error

2012-07-29 Thread Kai Nacke
Hi huynh van sen! This is fixed now. Please try again. Regards Kai On 25.07.2012 06:28, huynh van sen wrote: Please build LDC2 for windowXP with visual studio 2010 I try compling on windows XP 32 bit .But I get Error Please Help me ! C:/ldcenv/build-ldc2/ldc/vcbuild/ldfpu.asm(33): error A2034

Re: build Ldc2 for win xp 32 bit Error

2012-07-28 Thread Kai Nacke
On 25.07.2012 22:39, Rainer Schuetze wrote: On 25.07.2012 06:28, huynh van sen wrote: Please build LDC2 for windowXP with visual studio 2010 I try compling on windows XP 32 bit .But I get Error Please Help me ! C:/ldcenv/build-ldc2/ldc/vcbuild/ldfpu.asm(33): error A2034: must be in segment .

Re: build Ldc2 for win xp 32 bit Error

2012-07-26 Thread Jacob Carlborg
On 2012-07-25 22:39, Rainer Schuetze wrote: What is the state of the missing exception handling for Windows? I just read an old post on the Clang mailing list, it's not looking good. It seems Microsoft (or someone else) has a patent on SEH, which basically means: never gonna happen. An alter

Re: build Ldc2 for win xp 32 bit Error

2012-07-25 Thread Rainer Schuetze
On 25.07.2012 06:28, huynh van sen wrote: Please build LDC2 for windowXP with visual studio 2010 I try compling on windows XP 32 bit .But I get Error Please Help me ! C:/ldcenv/build-ldc2/ldc/vcbuild/ldfpu.asm(33): error A2034: must be in segment nt block [C:\ldcenv\build-ldc2\LDCShared

build Ldc2 for win xp 32 bit Error

2012-07-24 Thread huynh van sen
Please build LDC2 for windowXP with visual studio 2010 I try compling on windows XP 32 bit .But I get Error Please Help me ! C:/ldcenv/build-ldc2/ldc/vcbuild/ldfpu.asm(33): error A2034: must be in segment block [C:\ldcenv\build-ldc2\LDCShared.vcxproj] C:/ldcenv/build-ldc2/ldc/vcbuild/ldfpu.asm