Re: installing glade3 interface file with autotools

2009-08-17 Thread John Calcote
Hi Mick, Your Automake syntax is correct, if you're trying to install a pre-existing data file called nuchimp.xml into the /usr/local/share (default $(datadir)) directory. The error you're getting indicates that make can't fine the file nuchimp.xml. Are you sure it exists in the same director

installing glade3 interface file with autotools

2009-08-17 Thread Mick
I'm trying to rebuild my application using the current(ish) glade and autoconf/automake and have been having a nightmare trying to get the XML file created from glade by: gtk-builder-convert nuchimp.glade nuchimp.xml After reading various documents I have the following Makefile.am: bin_PROGRAMS =