DSPFilters icon indicating copy to clipboard operation
DSPFilters copied to clipboard

waf buildscript in the wrong directory

Open vinniefalco opened this issue 12 years ago • 3 comments

waf and wafscript should be in shared/DSPFiltersDemo/Builds/GNULinux and shared/DSPFilters/Builds/GNULinux

vinniefalco avatar Apr 04 '12 18:04 vinniefalco

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)?

kris7t avatar Apr 05 '12 16:04 kris7t

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

vinniefalco avatar Apr 05 '12 17:04 vinniefalco

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

kris7t avatar May 14 '12 18:05 kris7t