www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - error rebuilding phobos with 0.93

reply Ben Hinkle <bhinkle4 juno.com> writes:
I cd to internal/gc and type
 make -f linux.mak
and get
 testgc.d(304): .size property is deprecated, use .sizeof
I also had to fix
 gc.d line 43
 gcx.d lines 170, 632, 767, 865, 868, 906, 909, 1169, 1177, 1187
 gcbits.d lines 38, 118, 128

some in the unittests, too. I'm still haven't gotten the unittests to pass
but that might be my fault since I play around with phobos quite a bit and
could have hosed some GC behavior. It keeps failing in the string
unittests.
Jun 23 2004
parent reply "Carlos Santander B." <carlos8294 msn.com> writes:
"Ben Hinkle" <bhinkle4 juno.com> escribió en el mensaje
news:cbdc7u$299h$1 digitaldaemon.com
| I cd to internal/gc and type
|  make -f linux.mak
| and get
|  testgc.d(304): .size property is deprecated, use .sizeof
| I also had to fix
|  gc.d line 43
|  gcx.d lines 170, 632, 767, 865, 868, 906, 909, 1169, 1177, 1187
|  gcbits.d lines 38, 118, 128
|

Confirmed (as I previously posted)...

| some in the unittests, too. I'm still haven't gotten the unittests to pass
| but that might be my fault since I play around with phobos quite a bit and
| could have hosed some GC behavior. It keeps failing in the string
| unittests.

... but not this. Besides the problems in internal/gc, I didn't find
anything else.

-----------------------
Carlos Santander Bernal
Jun 23 2004
parent reply Ben Hinkle <bhinkle4 juno.com> writes:
Carlos Santander B. wrote:

 "Ben Hinkle" <bhinkle4 juno.com> escribi en el mensaje
 news:cbdc7u$299h$1 digitaldaemon.com
 | I cd to internal/gc and type
 |  make -f linux.mak
 | and get
 |  testgc.d(304): .size property is deprecated, use .sizeof
 | I also had to fix
 |  gc.d line 43
 |  gcx.d lines 170, 632, 767, 865, 868, 906, 909, 1169, 1177, 1187
 |  gcbits.d lines 38, 118, 128
 |
 
 Confirmed (as I previously posted)...
yeah - after I posted I refreshed my newreader and saw your posting over in the main group. Funny how that happens.
 | some in the unittests, too. I'm still haven't gotten the unittests to
 | pass but that might be my fault since I play around with phobos quite a
 | bit and could have hosed some GC behavior. It keeps failing in the
 | string unittests.
 
 ... but not this. Besides the problems in internal/gc, I didn't find
 anything else.
Did you change the phobos makefiles to build with -unittest instead of -release? I hadn't done that in a while so it might not be new in 93 - I don't know.
 -----------------------
 Carlos Santander Bernal
Jun 24 2004
parent "Carlos Santander B." <carlos8294 msn.com> writes:
"Ben Hinkle" <bhinkle4 juno.com> escribió en el mensaje
news:cbeh55$ubp$1 digitaldaemon.com
|
| Did you change the phobos makefiles to build with -unittest instead of
| -release? I hadn't done that in a while so it might not be new in 93 - I
| don't know.
|

Not at all. I did "make" just as it came.

-----------------------
Carlos Santander Bernal
Jun 24 2004