|
From: | Chris Ison |
Subject: | Automake not liking spaces in path names. |
Date: | Mon, 9 May 2005 12:42:52 +1000 |
I have a space in my home dir name and when I do
make install I get errors. I am told this is an automake bug.
make[3]: Entering directory `/home/Chris
Ison/quakeforge/include/QF'
make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/local/include/QF" || mkdir -p -- "/usr/local/include/QF" /home/Chris Ison/quakeforge/install-sh -c -m 644 'bspfile.h' '/usr/local/include/QF/bspfile.h' /bin/bash: line 1: /home/Chris: No such file or directory /home/Chris Ison/quakeforge/install-sh -c -m 644 'cbuf.h' '/usr/local/include/QF/cbuf.h' /bin/bash: line 1: /home/Chris: No such file or directory |
[Prev in Thread] | Current Thread | [Next in Thread] |