digitalmars.D.bugs - error rebuilding phobos with 0.93
- Ben Hinkle (12/12) Jun 23 2004 I cd to internal/gc and type
-
Carlos Santander B.
(20/20)
Jun 23 2004
"Ben Hinkle"
escribió en el mensaje - Ben Hinkle (6/28) Jun 24 2004 yeah - after I posted I refreshed my newreader and saw your posting over...
-
Carlos Santander B.
(10/10)
Jun 24 2004
"Ben Hinkle"
escribió en el mensaje
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
"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
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
"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