DSPFilters
DSPFilters copied to clipboard
waf buildscript in the wrong directory
waf and wafscript should be in shared/DSPFiltersDemo/Builds/GNULinux and shared/DSPFilters/Builds/GNULinux
I don't know whether there's an elegant way to do this and handle the dependency between DSPFilters and DSPFiltersDemo. In the case of the already existing IDE project filtes, the projects need to be imported -- I think -- to the same IDE workspace to properly handle the dependecy. What if waf and wscript was moved to something like user/GNULinux (or user/waf, as with a little modification to wscript, building on somewhat more exotic platforms would also be possible)?
I was thinking simpler...just move the script and edit the relative paths to use ".." as needed.
On Thu, Apr 5, 2012 at 9:48 AM, Kristóf Marussy [email protected] wrote:
I don't know whether there's an elegant way to do this and handle the dependency between DSPFilters and DSPFiltersDemo. In the case of the already existing IDE project filtes, the projects need to be imported -- I think -- to the same IDE workspace to properly handle the dependecy. What if waf and wscript was moved to something like user/GNULinux (or user/waf, as with a little modification to wscript, building on somewhat more exotic platforms would also be possible)?
Reply to this email directly or view it on GitHub: https://github.com/vinniefalco/DSPFilters/issues/7#issuecomment-4980624
Sorry, I had to study for some exams. But fiinally I had time to fix this issue. :)
Please look at this pull request: https://github.com/vinniefalco/DSPFilters/pull/8