Re: hello world with glib

2012-12-19 Thread Sonia Hamilton
Thanks for all those replies, they really help :) Sonia. On Wed, Dec 19, 2012, at 7:05, Artur Skawina wrote: > On 12/18/12 20:23, Mike Parker wrote: > > On Tuesday, 18 December 2012 at 19:21:09 UTC, Mike Parker wrote: > >> On Tuesday, 18 December 2012 at 18:24:03 UTC, So

Re: Googling about D

2012-12-18 Thread Sonia Hamilton
On Tue, Dec 18, 2012, at 22:39, Nekroze wrote: > On Tuesday, 18 December 2012 at 09:47:24 UTC, egslava wrote: > > I don't program with D a lot, but when I try to find > > information in google, I use that way: > > "dlang something". And google very often tries to change it to > > "slang something

hello world with glib

2012-12-18 Thread Sonia Hamilton
Hi, I'm trying to get a "hello world" going to call a C function from [1]glib. I'm having problems compiling, what would the correct command line options? % dmd -I/usr/include/glib-2.0 hello.d -L-L/usr/local/lib -L-lglib-2.0 hello.d(3): Error: undefined identifier GDateTime hello.d(3): Error: unde