When I try to build pcb in a folder other than source folder, it fails.
The error is because of targets like:
path/to/something_list.h:
true > $@
true command fails because "path/to/" path does not exist in the directory
where I am running the build.
The attached patch fixes this issue (It fixes it in Makefile.in, you
probably want to modify it to fix Makefile.am instead)
Nobody/Anonymous
None
None
Public
|
Date: 2009-10-31 20:55 For fixing the sources, I would suggest adding AC_PROG_MKDIR_P to |
|
Date: 2009-10-31 20:39 Tried --enable-dependency-tracking, and it worked without the patch ! |
|
Date: 2009-10-31 20:22 The offending option is --disable-dependency-tracking. thank you for a good |
|
Date: 2009-10-31 19:47 * PCB version is 20081128 |
|
Date: 2009-10-31 16:42 Strange. I'm typically build PCB this way and have quite different issues. |
| Filename | Description | Download |
|---|---|---|
| Makefile.diff | Patch to fix out-of-source building problem | Download |
| Field | Old Value | Date | By |
|---|---|---|---|
| File Added | 348801: Makefile.diff | 2009-10-30 04:11 | aelmahmoudy |