DMD 1.005 release - compile error

Thomas Brix Larsen brix at brix-verden.dk
Tue Feb 6 10:28:06 PST 2007


mike wrote:

> Updated DMD to 1.005 from 1.0 today and now I get this error:
> 
> ' C:\dmd\src\ext\derelict\sdl\ttf.d(79): struct derelict.sdl.ttf._TTF_Font
> unknown
> '  size
> ' C:\dmd\src\ext\derelict\sdl\ttf.d(79): struct derelict.sdl.ttf._TTF_Font
> no size
> '  yet for forward reference
> 
> Does anybody know how to fix that? I've already searched the NG, the
> derelict forum, upgraded to the latest trunk ... nothing helped so far.
> 
> -Mike
> 

It should read: struct _TTF_Font {}
http://dsource.org/projects/derelict/browser/trunk/DerelictSDLttf/derelict/sdl/ttf.d

- Brix




More information about the Digitalmars-d-announce mailing list