Closed fdev31 closed 7 years ago
Thank you for the issue, I have the same here on debian.
I don't know how to :
The ".d" file is a dependency file which is include in the makefile. If you have a solution which solve it, with a "if" I take it. I have the same problem on my debian, and it is really important for me to have different target directory and to be able to build the ".o" without cleaning all the project.
Did you try using a pre-make shell script for instance ?
Le ven. 13 mai 2016 à 14:41, yoyz notifications@github.com a écrit :
Thank you for the issue, I have the same here on debian.
I don't know how to :
- include all the ".d" file in a target directory for example "debianrtaudio"
- generate all the ".d" file from the ".h" and ".cpp" and put them on "debianrtaudio"
- create this target directory "debianrtaudio" before this include
The ".d" file is a dependency file which is include in the makefile. If you have a solution which solve it, with a "if" I take it. I have the same problem on my debian, and it is really important for me to have different target directory and to be able to build the ".o" without cleaning all the project.
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/yoyz/audio/issues/2#issuecomment-219031804
you mean something like, build.sh which call make ? Or embedded shell stuff in the makefile. Maybe it could be the best solution to hide my problem. But i'm not sure we talk about the same thing. Could you describe what you think could be the best solution to this problem ?
this problem is in master branch and picoloop-0.67
Should be fixed for debian and raspi1 with tag 0.76c
While building on archlinux (following debian instructions), on the first non-clean target I get the following errors (it seems the "debianrtaudio" folder shall be populated by empty folders first):