On 09/01/2011 11:55 AM, Mike James wrote:
Hi Mike, When I try to build gtkD I get the following error: C:\D\dmd2\gtkD\src\build>build @gtkD gtkD.d(659): Error: module XOverlay is in file 'gstinterfaces\XOverlay.d' which cannot be read import .... Am I missing some path declaration? Regards, Mike.
The import path for gstreamer is missing from the build file for bud/build. http://www.dsource.org/projects/gtkd/changeset/892 -- Mike Wey
