Hello World Example with Glade?

Mike James via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Sep 11 00:39:46 PDT 2015


On Friday, 11 September 2015 at 07:29:23 UTC, Mike McKee wrote:
> On Friday, 11 September 2015 at 07:20:57 UTC, Mike James wrote:
>> It looks last keep you're missing an import path 
>> (-Ipath_to_source). Check out 
>> http://dlang.org/dmd-linux.html#switches
>
> I tried this just now:
>
> # dmd test1.d -I/usr/include/dmd/gtkd3/gtkc
> /usr/include/dmd/gtkd3/gtkc/gtk.d(28): Error: module gtktypes 
> is in file 'gtkc/gtktypes.d' which cannot be read
> import path[0] = /usr/include/dmd/gtkd3/gtkc
> import path[1] = /usr/include/dmd/phobos
> import path[2] = /usr/include/dmd/druntime/import
>
> It's saying that it can't read gtkc/gtktypes.d, but there is a 
> file in path /usr/include/dmd/gtkd3/gtkc/gtktypes.d


try # dmd test1.d -I/usr/include/dmd/gtkd3

I'm using GtkD on Windows so there is a .../src directory with 
all the source files in.

regards, -<mike>-


More information about the Digitalmars-d-learn mailing list