stan <[EMAIL PROTECTED]> writes: > I've got a "testing" machine that I'm setting up for work, and I'm probably > going to need to make some mods to one of the apps I plan on using "gspy". > > It's a Gnome app, and I'm having troubel building it. here's how it's > failing: > > checking for gnomeConf.sh file in /usr/local/lib... not found > configure: error: Could not find the gnomeConf.sh file that is generated by > gnome-libs install > > Thats when I run autogen.sh. > > What do I need to do to be able to build Gnome apps on this machine?
Well it seems that you're missing a file called gnomeConf.sh a quick search at: http://www.debian.org/distrib/packages http://packages.debian.org/cgi-bin/search_contents.pl?word=gnomeconf.sh&searchmode=searchfiles&case=insensitive&version=testing&arch=i386 reveals that this file is in the package libgnome-dev: http://packages.debian.org/testing/libdevel/libgnome-dev.html Try installing that and see if it helps. If anything else breaks just post a followup... Bijan -- Bijan Soleymani <[EMAIL PROTECTED]> http://www.crasseux.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

