Haven't forgotten!

2010-05-29 Thread Michael P.
Just to let everyone know, I haven't forgot about GDC. I have just been busy lately. I plan to fix bugs that people have submitted patches for.(Thanks to those who have made the patches) After that, I hope to merge in a new D front end, 1.047. -Michael P.

Re: GDC 4.4.3

2010-03-21 Thread Michael P.
Steve Teale Wrote: > On Sun, 21 Mar 2010 12:38:29 -0400, Michael P. wrote: > > > Steve Teale Wrote: > > > >> After some time, I have finally got GDC (DMD 2.015) to build and > >> compile Phobos2 with GCC-4.4.3. > >> > >> So far I have

Re: GDC 4.4.3

2010-03-21 Thread Michael P.
Steve Teale Wrote: > After some time, I have finally got GDC (DMD 2.015) to build and compile > Phobos2 with GCC-4.4.3. > > So far I have only built and run hello world, and a couple of small test > programs I made to investigate problems I had patching GCC. > > However, it's a start. > > Wha

Bugs from D's bugzilla

2010-03-17 Thread Michael P.
xed, just mention it here, and I'll do my best. Please make sure that they are still relevant though, as I'm sure some may no longer be relevant. -Michael P.

Re: GDC references on Digital Mars D page

2010-02-25 Thread Michael P.
Joseph Wakeling Wrote: > Small query about GDC and its 'home' on the web. All the references to GDC > on the Digital Mars D page at http://www.digitalmars.com/d/ point to the > Sourceforge page which has shown no signs of life for 2+ years now. Is there > a project page for the current active

Re: GDC on Windows(mingw32) compiled but has template issue.

2010-02-15 Thread Michael P.
Daniel Green Wrote: > Recently I tried compiling goshawk's gdc,1.045 at the moment, for > Windows using TDM's GCC/mingw32 patches and build files. When I started > I chose Cygwin as an environment because the MinGW website was down at > the time. The compiler has been successfully built and t

Re: GDC - who does what?

2010-01-21 Thread Michael P.
Steve Teale Wrote: > Michael P. Wrote: > > > Steve Teale Wrote: > > > > > Anders, Michael, could you possibly post a summary of who does what with > > > respect to GDC. > > > > > > There's clearly quite a bit of work going on, but i

Re: GDC - who does what?

2010-01-20 Thread Michael P.
Steve Teale Wrote: > Anders, Michael, could you possibly post a summary of who does what with > respect to GDC. > > There's clearly quite a bit of work going on, but it is difficult to pull > together a picture of what is happening. > > It would be useful if contact information for the parties

Re: 1.041 is now working

2010-01-20 Thread Michael P.
Steve Teale Wrote: > Michael P. Wrote: > > > Just to let everyone now, I have got 1.041 as the latest front end now. > > Yipee! > > Still don't think it's working with 4.3.4, but I haven't tested it. Has > > only been tested on 4.1.2 on my Ubuntu

Re: GDC and Tango problem

2009-12-30 Thread Michael P.
revcompgeek Wrote: > On 12/27/09 9:52 AM, Michael P. wrote: > > revcompg...@gmail.com Wrote: > > > >> So I tried building Tango trunk a while ago, and it actually built > >> surprisingly well, with only one small error I was able to fix. So I > >> install

Re: GDC and Tango problem

2009-12-30 Thread Michael P.
revcompg...@gmail.com Wrote: > So I tried building Tango trunk a while ago, and it actually built > surprisingly well, with only one small error I was able to fix. So I > installed the tango library and proceeded to test if tango was really > working. So in hello.d: > > import tango.io.Stdout;

testing folder in GDC

2009-12-24 Thread Michael P.
well. There is some more about this in the README file in d/samples/README. If anyone has any suggestions on things to add, how I should run the test, etc, feel free to say something. Here is where you can check: http://bitbucket.org/goshawk/gdc/wiki/Home -Michael P.

Re: 1.041 is now working

2009-12-01 Thread Michael P.
Dejan Lekic Wrote: > Great, Michael! \o/ Keep up with good work! > > Are you, by any chance, working on support for some newer D2? > > Kind regards More of goshawk's thing ATM. When I do catch up to the latest D1 releases, I might start to work on D2 though.

Re: 1.041 is now working

2009-11-23 Thread Michael P.
dsimcha Wrote: > == Quote from Michael P. (baseball@gmail.com)'s article > > Just to let everyone now, I have got 1.041 as the latest front end now. > > Yipee! > > Still don't think it's working with 4.3.4, but I haven't tested it. Has only > b

1.041 is now working

2009-11-22 Thread Michael P.
Just to let everyone now, I have got 1.041 as the latest front end now. Yipee! Still don't think it's working with 4.3.4, but I haven't tested it. Has only been tested on 4.1.2 on my Ubuntu 9.10 system. I'll try to get that fixed soon. Will probably have to ask GCC devs about that. Anyone know of

Re: GDC installers

2009-11-02 Thread Michael P.
Anders F Björklund Wrote: > Back in Jan 2007 when DMD 1.00 was released, > GDC 0.21 had support for the current platforms. > Before the D conference Aug 2007 and DMD 1.020, > there was GDC 0.24 and the gdc installers for: > > http://dgcc.sourceforge.net/ Source/Binary tgz > http://gdcwin.sourcefo

Re: Funds for gdc

2009-10-22 Thread Michael P.
Vincenzo Ampolo Wrote: > Hi guys, > > Today i received a very good mail which stated that what we are doing > in developing gdc is appreciated. > > The mail is from Tomasz Stachewicz, the developer of RuDy project to > enable and ease writing Ruby native extensions in D programming > language

Re: Testing suite for gdc for D1 and D2

2009-10-19 Thread Michael P.
Vincenzo Ampolo Wrote: > Hi, > This is mainly a message to Walter, Andrei and all the people involved in > dmd and phobos. > > As you maybe heard, there have been some commits about the gdc compiler > and in my previous mail in the NG i announced the complete merge of dmd > 1.039 and 2.015. >

Re: phobos build error

2009-09-26 Thread Michael P.
Vincenzo Ampolo Wrote: > Michael P. wrote: > > > GDC compiles, but it doesn't work. When you try to compile, it gives a > > bunch of undefined reference errors to std.math functions. So I would > > assume the problem is somewhere in math.d. > > Yep, since ma

Re: phobos build error

2009-09-25 Thread Michael P.
Michael P. Wrote: > Hey, I have been doing work on GDC to try and get it updated to a later DMD > front end. > I have been doing it incrementally, and am currently trying to do > 1.031-1.032. I have had some problems, like not being able to find a > reference to "util_pr

phobos build error

2009-09-25 Thread Michael P.
Hey, I have been doing work on GDC to try and get it updated to a later DMD front end. I have been doing it incrementally, and am currently trying to do 1.031-1.032. I have had some problems, like not being able to find a reference to "util_progress"(is it in the DMD backend?), so I just comment

Re: merging latest dmd frontend to gdc

2009-09-10 Thread Michael P.
Moritz Warning Wrote: > On Thu, 10 Sep 2009 18:20:46 +0200, Vincenzo Ampolo wrote: > > > Michael P. wrote: > > > >> I'll get the sources up ASAP. > > > > I got gdc compiling on 4.1.2... > > So since you are working in bumping the dmd versio

Re: merging latest dmd frontend to gdc

2009-09-10 Thread Michael P.
Vincenzo Ampolo Wrote: > Michael P. wrote: > > > I managed to get the front end to DMD 1.031 working with GDC. > > Done! :D > > Have a look here > http://bitbucket.org/goshawk/gdc/overview/ > > And if you want publish a complete version of the sources. I

Re: merging latest dmd frontend to gdc

2009-09-09 Thread Michael P.
Vincenzo Ampolo Wrote: > Michael you are doing a very good work :) > > I don't have time to collaborate now but i could have it in the future. > What i can suggest you to do is: > > 1) stay on irc.freenode.net #d.gdc to meet other people interested in > gdc. > 2) publish your work in a RCS. i

Re: merging latest dmd frontend to gdc

2009-09-09 Thread Michael P.
Yahoo! I managed to get the front end to DMD 1.031 working with GDC. What I did was creating patch files for the DMD 1.030 front end, and the front end that was used with GDC. Then, going through all of the files in the DMD 1.031 front end, I made the changes that were shown in the patch files. H

Re: merging latest dmd frontend to gdc

2009-09-06 Thread Michael P.
I found a pretty useful link about writing a GCC front-end here: http://tldp.org/HOWTO/GCC-Frontend-HOWTO.html It describes how to write a demo front-end language for GCC. Since D's is already written, and all I have to work on is merging the DMD source, it shouldn't be too hard. Just wanted to se

merging latest dmd frontend to gdc

2009-09-04 Thread Michael P.
Hey, I want to help out with GDC. I don't know a ton about D, but I've got lots of time to learn, and I think that I would be able to help improve GDC. Right now, I'm pretty sure that the GDC svn is at DMD 1.030, and works with GCC 4.1.x. So, I'm trying to merge the DMD frontend source of DMD int