DMD 0.177 release

Endea notknown at none.com
Sat Dec 9 04:21:16 PST 2006


Walter Bright kirjoitti:
> More ABI changes, and implicit [] => * no longer allowed.
> 
> http://www.digitalmars.com/d/changelog.html
> 
> http://ftp.digitalmars.com/dmd.175.zip

/home/me/D/Derelict/lib/libDerelictGL.a(glx.o):(.gnu.linkonce.d.D47TypeInfo_S8derelict6opengl3glx15__GLXcontextRec6__initZ+0x14): 
undefined reference to `D8derelict6opengl3glx15__GLXcontextRec6__initZ'

glx.d does not define the struct, only it's name:

struct __GLXcontextRec;

So back to .176 for a while...



More information about the Digitalmars-d-announce mailing list