x has forward references

Jacob Carlborg doob at me.com
Thu Aug 13 11:44:30 PDT 2009


On 8/13/09 17:01, Spacen Jasset wrote:
> Hello, trying to use deteclit with the latest version of dmd 1.047
>
> and I get this error. I don't understand what it means:
>
>
>
> derelict\freetype\fttypes.d(827): Error: struct
> derelict.freetype.fttypes.FT_RasterRec has forward references
>
>
> line 97: alias FT_RasterRec* FT_Raster;
> line 827: struct FT_RasterRec;

If use use dmd 1.046 it probably means you hit this bug: 
http://d.puremagic.com/issues/show_bug.cgi?id=3168

It works with dmd 1.045

/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list