Re: [Mingw-w64-public] sezero's linux build

2010-10-06 Thread Ozkan Sezer
On Wed, Oct 6, 2010 at 11:57 PM, Ozkan Sezer wrote: > On Wed, Oct 6, 2010 at 11:46 PM, Ruben Van Boxem > wrote: >> Hi, >> >> I have just downloaded the latest sezero linux x64 build targetting win64. I >> unpacked the file, and added the bin folder to PATH. Running "gcc -v" shows >> the expected

Re: [Mingw-w64-public] sezero's linux build

2010-10-06 Thread Ozkan Sezer
On Wed, Oct 6, 2010 at 11:46 PM, Ruben Van Boxem wrote: > Hi, > > I have just downloaded the latest sezero linux x64 build targetting win64. I > unpacked the file, and added the bin folder to PATH. Running "gcc -v" shows > the expected result, but when I try to compile something that works nativel

[Mingw-w64-public] sezero's linux build

2010-10-06 Thread Ruben Van Boxem
Hi, I have just downloaded the latest sezero linux x64 build targetting win64. I unpacked the file, and added the bin folder to PATH. Running "gcc -v" shows the expected result, but when I try to compile something that works natively (x86_64-linux-gnu), cc1plus fails with: /home/ruben/Development

Re: [Mingw-w64-public] i64 constants for microsoft code compatibility

2010-10-06 Thread Kai Tietz
2010/10/6 Ruben Van Boxem : > 2010/10/6 Jim Michaels : >> If you are trying to achieve microsoft VC++ base code compatibility, (which >> I hope you are), there are issues that need to be dealt with to be able to >> compile windows code. >> >> - unsigned 64-bit constants need to be ended with ULL fo

Re: [Mingw-w64-public] i64 constants for microsoft code compatibility

2010-10-06 Thread Ruben Van Boxem
2010/10/6 Jim Michaels : > If you are trying to achieve microsoft VC++ base code compatibility, (which > I hope you are), there are issues that need to be dealt with to be able to > compile windows code. > > - unsigned 64-bit constants need to be ended with ULL for unsigned GNU > compatibility, sig

Re: [Mingw-w64-public] GDC

2010-10-06 Thread NightStrike
On Wed, Oct 6, 2010 at 12:27 PM, Vasileios Anagnostopoulos wrote: >  I am not quite sure how to do this but yes, I'm interested. I cannot offer >  source code contributions to gdc (though I develop C++ code for computer > vision) but with some help I think I can create the buildbot (with some > pa

Re: [Mingw-w64-public] GDC

2010-10-06 Thread Vasileios Anagnostopoulos
I am not quite sure how to do this but yes, I'm interested. I cannot offer source code contributions to gdc (though I develop C++ code for computer vision) but with some help I think I can create the buildbot (with some patience by the maintainer). I am not a Python expert but I am brave eno

Re: [Mingw-w64-public] GDC

2010-10-06 Thread NightStrike
On Wed, Oct 6, 2010 at 11:49 AM, Vasilakis wrote: >  Sorry for the missing information. this is the revamped attempt with > installation details. He claims he supports mingw. > > http://bitbucket.org/goshawk/gdc/wiki/Home > > Yes, it is the D froentend to gcc. He says he supports 4.4.* series. I

Re: [Mingw-w64-public] GDC

2010-10-06 Thread Vasilakis
Sorry for the missing information. this is the revamped attempt with installation details. He claims he supports mingw. http://bitbucket.org/goshawk/gdc/wiki/Home Yes, it is the D froentend to gcc. He says he supports 4.4.* series. Regards Vasileios Anagnostopoulos On 10/6/2010 6:25 PM, Ozka

Re: [Mingw-w64-public] GDC

2010-10-06 Thread Ozkan Sezer
On Wed, Oct 6, 2010 at 6:22 PM, NightStrike wrote: > On Wed, Oct 6, 2010 at 11:18 AM, Ozkan Sezer wrote: >> On Wed, Oct 6, 2010 at 6:07 PM, NightStrike wrote: >>> On Wed, Oct 6, 2010 at 5:10 AM, Vasilakis wrote:  Iain Buclaw has revamped gdc. He is working in both D1 and D2. D2 is not

Re: [Mingw-w64-public] GDC

2010-10-06 Thread NightStrike
On Wed, Oct 6, 2010 at 11:18 AM, Ozkan Sezer wrote: > On Wed, Oct 6, 2010 at 6:07 PM, NightStrike wrote: >> On Wed, Oct 6, 2010 at 5:10 AM, Vasilakis wrote: >>>  Iain Buclaw has revamped gdc. He is working in both D1 and D2. D2 is >>> not stable by any means yet at the language level, and conseq

Re: [Mingw-w64-public] GDC

2010-10-06 Thread Ozkan Sezer
On Wed, Oct 6, 2010 at 6:07 PM, NightStrike wrote: > On Wed, Oct 6, 2010 at 5:10 AM, Vasilakis wrote: >>  Iain Buclaw has revamped gdc. He is working in both D1 and D2. D2 is >> not stable by any means yet at the language level, and consequently at >> the implementation level.  However at the lan

Re: [Mingw-w64-public] GDC

2010-10-06 Thread NightStrike
On Wed, Oct 6, 2010 at 5:10 AM, Vasilakis wrote: >  Iain Buclaw has revamped gdc. He is working in both D1 and D2. D2 is > not stable by any means yet at the language level, and consequently at > the implementation level.  However at the language level  D1 is in > maintainance mode and seems to be

[Mingw-w64-public] GDC

2010-10-06 Thread Vasilakis
Iain Buclaw has revamped gdc. He is working in both D1 and D2. D2 is not stable by any means yet at the language level, and consequently at the implementation level. However at the language level D1 is in maintainance mode and seems to be compatible with gcc 4.4.5. Is it possible to create