paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Paparazzi-devel] make fails when a parent directory of paparazzi3


From: Pascal Brisset
Subject: Re: [Paparazzi-devel] make fails when a parent directory of paparazzi3 has spaces in the name
Date: Thu, 10 Jul 2008 09:46:23 +0200
User-agent: Icedove 1.5.0.14eol (X11/20080509)

Hi,

classical "quote" problem in script languages. It seems there is no good solution to handle spaces in file names with make (http://www.cmcrossroads.com/content/view/7859/268/) . So don't use them. We have just patched the Makefile to produce a proper error message if a space occurs in the path.

--Pascal

cory barton wrote:
I didn't see this in my search for the mailing list. Kindly accept my
apologies if this is a repost of a known issue.

I noticed that make fails when the paparazzi3 directory has a parent
directory with spaces in the name:

For example:
/home/cory/test fail/paparazzi3

make says:
address@hidden:~/test fail/paparazzi3$ make
Makefile:104: warning: overriding commands for target `/home/cory/test'
Makefile:97: warning: ignoring old commands for target `/home/cory/test'
...
<snip>
...
Makefile.ac:100: warning: ignoring old commands for target `/home/cory/test'
cd sw/lib/ocaml; make PAPARAZZI_SRC=/home/cory/test fail/paparazzi3
PAPARAZZI_HOME=/home/cory/test fail/paparazzi3
ocamldep *.ml* > .depend
make[1]: *** No rule to make target `fail/paparazzi3'.  Stop.
make: *** [lib] Error 2

Hope this helps somebody.

Cory


_______________________________________________
Paparazzi-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/paparazzi-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]