www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Re: dmd 1.050 and 2.035 release

reply digited <digited yandex.ru> writes:
Walter Bright Wrote:

 The main purpose of this is to correct a couple of regressions that were 
 blocking QtD and Tango.
 
 http://www.digitalmars.com/d/1.0/changelog.html
 http://ftp.digitalmars.com/dmd.1.050.zip
 
 
 http://www.digitalmars.com/d/2.0/changelog.html
 http://ftp.digitalmars.com/dmd.2.035.zip
 
 Many thanks to the numerous people who contributed to this update.

Thanks again for small commits to svn! Today i've built DMD1 on Mac 10.5 (Intel) just like this: svn co http://svn.dsource.org/projects/dmd/branches/dmd-1.x/src dmd cd dmd make -f osx.mak and it's a godsand - no more downloading 8 MB of unusable stuff (and obsolete because some patches are already in trunk). btw, i had to change #include "../mars/mars.h" to #include "../mars.h" in backend/dwarf.c and backend/machobj.c to compile it.
Oct 23 2009
next sibling parent Michael P. <baseball.mjp gmail.com> writes:
digited Wrote:

 Walter Bright Wrote:
 
 The main purpose of this is to correct a couple of regressions that were 
 blocking QtD and Tango.
 
 http://www.digitalmars.com/d/1.0/changelog.html
 http://ftp.digitalmars.com/dmd.1.050.zip
 
 
 http://www.digitalmars.com/d/2.0/changelog.html
 http://ftp.digitalmars.com/dmd.2.035.zip
 
 Many thanks to the numerous people who contributed to this update.

Thanks again for small commits to svn! Today i've built DMD1 on Mac 10.5 (Intel) just like this: svn co http://svn.dsource.org/projects/dmd/branches/dmd-1.x/src dmd cd dmd make -f osx.mak and it's a godsand - no more downloading 8 MB of unusable stuff (and obsolete because some patches are already in trunk).

I'm surprised that isn't fixed yet. http://d.puremagic.com/issues/show_bug.cgi?id=2908
 
 btw, i had to change #include "../mars/mars.h" to #include "../mars.h" in
backend/dwarf.c and backend/machobj.c to compile it.

Oct 23 2009
prev sibling parent Leandro Lucarella <llucax gmail.com> writes:
Michael P., el 23 de octubre a las 15:36 me escribiste:
 digited Wrote:
 
 Walter Bright Wrote:
 
 The main purpose of this is to correct a couple of regressions that were 
 blocking QtD and Tango.
 
 http://www.digitalmars.com/d/1.0/changelog.html
 http://ftp.digitalmars.com/dmd.1.050.zip
 
 
 http://www.digitalmars.com/d/2.0/changelog.html
 http://ftp.digitalmars.com/dmd.2.035.zip
 
 Many thanks to the numerous people who contributed to this update.

Thanks again for small commits to svn! Today i've built DMD1 on Mac 10.5 (Intel) just like this: svn co http://svn.dsource.org/projects/dmd/branches/dmd-1.x/src dmd cd dmd make -f osx.mak and it's a godsand - no more downloading 8 MB of unusable stuff (and obsolete because some patches are already in trunk).

I'm surprised that isn't fixed yet. http://d.puremagic.com/issues/show_bug.cgi?id=2908

My guess is that Walter have some mars directory in his development environment so everything works well for him. -- Leandro Lucarella (AKA luca) http://llucax.com.ar/ ---------------------------------------------------------------------- GPG Key: 5F5A8D05 (F8CD F9A7 BF00 5431 4145 104C 949E BFB6 5F5A 8D05) ---------------------------------------------------------------------- Es mejor probar el sabor de sapo y darse cuenta que es feo, antes que no hacerlo y creer que es una gran gomita de pera. -- Dr Ricardo Vaporesso, Malta 1951
Oct 23 2009