Skip to content

Conversation

@kris7t
Copy link
Contributor

@kris7t kris7t commented May 14, 2012

Now they all reside in /shared/DSPFilters/Builds/GNULinux.

Note that ./waf needs to be executed from that directory even when one
wants to build DSPFiltersDemo. This solution is not really nice, but
avoids cluttering the whole repository with wscripts.

The canonical solution would be placing a wscript into all the
directories under /shared and a wscript in the project root than use
recursion. But as long as waf is only used for the GNU/Linux build, this
is definitely an overkill.

Also added a quick hack to make the JUCE amalgam compile under g++ 4.7,
it seems <unistd.h> does not get included automatically any more.
The wscript basically passes -include unistd.h to the compiler when
needed.

Now they all reside in /shared/DSPFilters/Builds/GNULinux.

Note that ./waf needs to be executed from that directory even when one
wants to build DSPFiltersDemo. This solution is not really nice, but
avoids cluttering the whole repository with wscripts.

The canonical solution would be placing a wscript into all the
directories under /shared and a wscript in the project root than use
recursion. But as long as waf is only used for the GNU/Linux build, this
is definitely an overkill.

Also added a quick hack to make the JUCE amalgam compile under g++ 4.7,
it seems <unistd.h> does not get included automatically any more.
The wscript basically passes -include unistd.h to the compiler when
needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant