Jump to page: 1 2
Thread overview
GDC release 0.24
Aug 22, 2007
David Friedman
Aug 22, 2007
Jason House
Aug 22, 2007
Jason House
Aug 22, 2007
Tom S
Aug 22, 2007
Gregor Richards
Aug 24, 2007
Bill Baxter
Aug 24, 2007
Lars Noschinski
Aug 23, 2007
Walter Bright
Aug 24, 2007
Chad J
August 22, 2007
http://sourceforge.net/project/showfiles.php?group_id=154306

Release Notes for 0.24
  * Removed support for GCC 3.3.x
  * Updated to DMD 1.020
  * Fixed Bugzilla 1037, 1038 (gdc specific), 1043, 1045, 1046,
    1031, 1032, 1034, 1065, 1109, 1191, 1137, 1152, 1208, 1325,
    1329, 1898, 1400
  * Fixed SourceForge issues 1689634, 1749622, 1721496, 1721435
August 22, 2007
David Friedman wrote:

> http://sourceforge.net/project/showfiles.php?group_id=154306
> 
> Release Notes for 0.24
>   * Removed support for GCC 3.3.x
>   * Updated to DMD 1.020
>   * Fixed Bugzilla 1037, 1038 (gdc specific), 1043, 1045, 1046,
>     1031, 1032, 1034, 1065, 1109, 1191, 1137, 1152, 1208, 1325,
>     1329, 1898, 1400
>   * Fixed SourceForge issues 1689634, 1749622, 1721496, 1721435

Ready-to-run packages for MinGW and Xcode have been posted at:
http://gdcwin.sourceforge.net and http://gdcmac.sourceforge.net

Basically the same as the tarballs, but assume that you already
have the components from MinGW GCC-3.4.5 or Apple GCC-4.0.1...

--anders
August 22, 2007
Anders F Björklund Wrote:

> Ready-to-run packages for MinGW and Xcode have been posted at: http://gdcwin.sourceforge.net and http://gdcmac.sourceforge.net

Potentially stupid question...  How do I use the MinGW package with tango?

gdc *.d -I $TANGOIMPORTDIR
Error: no property 'toUtf8' for type 'object.TypeInfo'
...
August 22, 2007
Anders F Björklund wrote:
> David Friedman wrote:
> 
>> http://sourceforge.net/project/showfiles.php?group_id=154306
>>
>> Release Notes for 0.24
>>   * Removed support for GCC 3.3.x
>>   * Updated to DMD 1.020
>>   * Fixed Bugzilla 1037, 1038 (gdc specific), 1043, 1045, 1046,
>>     1031, 1032, 1034, 1065, 1109, 1191, 1137, 1152, 1208, 1325,
>>     1329, 1898, 1400
>>   * Fixed SourceForge issues 1689634, 1749622, 1721496, 1721435
> 
> Ready-to-run packages for MinGW and Xcode have been posted at:
> http://gdcwin.sourceforge.net and http://gdcmac.sourceforge.net
> 
> Basically the same as the tarballs, but assume that you already
> have the components from MinGW GCC-3.4.5 or Apple GCC-4.0.1...
> 
> --anders

Thanks a lot, guys! :D

-- 
Tomasz Stachowiak
http://h3.team0xf.com/
h3/h3r3tic on #D freenode
August 22, 2007
Jason House wrote:

>> Ready-to-run packages for MinGW and Xcode have been posted at:
>> http://gdcwin.sourceforge.net and http://gdcmac.sourceforge.net
> 
> Potentially stupid question...  How do I use the MinGW package with tango?
> 
> gdc *.d -I $TANGOIMPORTDIR
> Error: no property 'toUtf8' for type 'object.TypeInfo'
> ...

Not stupid question, the MinGW GDC package will overwrite your
object.d and libgphobos.a - so you probably have to reinstall
Tango. The patch for SVN 139 should be valid for GDC 0.24 too.

The "easiest" would probably be to save a copy of those two
before doing the upgrade, and flip them back after it's done.
But the package doesn't do this for you automatically, sadly.

--anders
August 22, 2007
Anders F Björklund Wrote:

> Jason House wrote:
> 
> >> Ready-to-run packages for MinGW and Xcode have been posted at: http://gdcwin.sourceforge.net and http://gdcmac.sourceforge.net
> > 
> > Potentially stupid question...  How do I use the MinGW package with tango?
> > 
> > gdc *.d -I $TANGOIMPORTDIR
> > Error: no property 'toUtf8' for type 'object.TypeInfo'
> > ...
> 
> Not stupid question, the MinGW GDC package will overwrite your object.d and libgphobos.a - so you probably have to reinstall Tango. The patch for SVN 139 should be valid for GDC 0.24 too.

I'm not familiar with the patch for sVN 139.  Can you expand on this?


> The "easiest" would probably be to save a copy of those two before doing the upgrade, and flip them back after it's done. But the package doesn't do this for you automatically, sadly.

Actually, I was using dmd prior to this.  I don't have a previously working copy of gdc with tango.
August 22, 2007
Jason House wrote:

>> Not stupid question, the MinGW GDC package will overwrite your
>> object.d and libgphobos.a - so you probably have to reinstall
>> Tango. The patch for SVN 139 should be valid for GDC 0.24 too.
> 
> I'm not familiar with the patch for sVN 139.  Can you expand on this?

It used to work like this: the regular version of Tango worked
with the GDC 0.23 version. If you wanted to use a newer version
(such as "revision 139" from the "SVN trunk" - i.e. Subversion)
then you applied the Tango patch that was found in "patches/".

> Actually, I was using dmd prior to this.  I don't have a previously working copy of gdc with tango.

OK, then you only need to install Tango according to the manual.
(the patch above probably won't be necessary when the supported
version of GDC is 0.24, probably by next Tango release or so ?)
See http://www.dsource.org/projects/tango/wiki/UnixInstallGdc

--anders
August 22, 2007
David Friedman wrote:
> http://sourceforge.net/project/showfiles.php?group_id=154306
> 
> Release Notes for 0.24
>   * Removed support for GCC 3.3.x
>   * Updated to DMD 1.020
>   * Fixed Bugzilla 1037, 1038 (gdc specific), 1043, 1045, 1046,
>     1031, 1032, 1034, 1065, 1109, 1191, 1137, 1152, 1208, 1325,
>     1329, 1898, 1400
>   * Fixed SourceForge issues 1689634, 1749622, 1721496, 1721435

For the information of those who care, Tango has a patch to support 0.24, and will be updated properly after the conference. I don't have time before.

 - Gregor Richards
August 23, 2007
David Friedman wrote:
> http://sourceforge.net/project/showfiles.php?group_id=154306
> 
> Release Notes for 0.24
>   * Removed support for GCC 3.3.x
>   * Updated to DMD 1.020
>   * Fixed Bugzilla 1037, 1038 (gdc specific), 1043, 1045, 1046,
>     1031, 1032, 1034, 1065, 1109, 1191, 1137, 1152, 1208, 1325,
>     1329, 1898, 1400
>   * Fixed SourceForge issues 1689634, 1749622, 1721496, 1721435

Yay!
August 24, 2007
David Friedman wrote:
> ...awesome stuff...
> 

Rock on.
« First   ‹ Prev
1 2