Re: [Vala] 'GUnixSocketAddress' undeclared

2010-03-25 Thread Jürg Billeter
Hi Jeff, On Wed, 2010-03-24 at 21:51 -0600, Jeff Cave wrote: > I'm having trouble creating a "UnixSocketAddress". Of all the stupid problems > I've figured out, this one is annoying because it seems so obvious (include > the > required package). Anyone able to tell me what I'm missing here? Th

[Vala] 'GUnixSocketAddress' undeclared

2010-03-24 Thread Jeff Cave
I'm having trouble creating a "UnixSocketAddress". Of all the stupid problems I've figured out, this one is annoying because it seems so obvious (include the required package). Anyone able to tell me what I'm missing here? The following code: SocketAddress address = null; Socket socket = nu