Thread overview
error rebuilding phobos with 0.93
Jun 24, 2004
Ben Hinkle
Jun 24, 2004
Ben Hinkle
June 24, 2004
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.
June 24, 2004
"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


June 24, 2004
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

June 24, 2004
"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