Re: NIS

2005-01-04 Thread Bob Van Zant
Are your dates screwed up? By that I mean is master.passwd newer than your NIS file? Try touch(1)ing your NIS file and then running make. I've never actually setup NIS before. My comment is just based on my experiences with make. -Bob On Tue, 2005-01-04 at 17:29 -0500, Brian McCann wrote: > HI a

Re: Graphical C programming with GTK 2.0

2004-12-10 Thread Bob Van Zant
ed above (consider a makefile) or continue using the path to the .pc file that you've shown to work and start debugging your app. -Bob On Fri, 2004-12-10 at 22:38 +0000, Frank Staals wrote: > Bob Van Zant wrote: > > >The output you pasted below used single quotes instead of backt

Re: PHP5-extensions menu - where is it ?

2004-12-10 Thread Bob Van Zant
I'm pretty sure "make clean" from that port's directory will do it. If not, "rm -rf work" from that port's directory definitely will. Getting the menu not to show up (perhaps doing automated updates with portupgrade, for instance) is done by adding the proper variables to /etc/make.conf. -Bob On

Re: Graphical C programming with GTK 2.0

2004-12-10 Thread Bob Van Zant
The output you pasted below used single quotes instead of backticks for the pkg_config portion of the argument. Single quote: ', backtick `. I'm not sure why you used single quotes there, because your examples in your email used backticks. Also, it looks like you're missing some of the glib and p