On Tue, 2007-12-25 at 00:53 -0500, rlseal wrote: > > > ./autogen.sh > > ./configure > > make > > make install > > > > > I get the following error during install: > > /usr/bin/install: cannot create regular file > `/usr/local/share/icons/hicolor/48x48/apps/xgsch2pcb.png': No such > file > or directory > Failed to install ./xgsch2pcb-48.png into > /usr/local/share/icons/hicolor/48x48/apps/xgsch2pcb.png > > > Shouldn't this be in /usr/share/icons/... instead > of /usr/local/share ???
Depending on your system, /usr/local should work too. What distro / desktop do you use? It is generally not recommended to install anything in the /usr/ prefix, as it can clash with stuff installed by your distro's package manager. It sounds a bit like its not finding the source. I just checked the dist tarball, and the xgsch2pcb-48.png is there. It might be the install program is failing to create the necessary parent directories, although this works for me. Can you: make maintainer-clean ./autogen.sh ./configure make 2>&1 > make.log sudo make install 2>&1 > make_install.log Please email me config.log, make.log and make_install.log privately. Does anything get installed in /usr/local/share/icons ? What is the output from: find /usr/local/share/icons/ And: /usr/bin/install --version Thanks! -- Peter Clifton Electrical Engineering Division, Engineering Department, University of Cambridge, 9, JJ Thomson Avenue, Cambridge CB3 0FA Tel: +44 (0)7729 980173 - (No signal in the lab!) _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
