lsp-plugins / lsp-dsp-lib

DSP library for signal processing
GNU Lesser General Public License v3.0
71 stars 18 forks source link

Add prerequisites check to Makefile #10

Closed 7890 closed 2 years ago

7890 commented 4 years ago

Stop early with fatal error if make or gcc are too old.

sadko4u commented 4 years ago

Thanks for the pull request. I think I should look a bit deeper into version checking.

sadko4u commented 2 years ago

The changes reached the devel branch: https://github.com/lsp-plugins/lsp-dsp-lib/commit/3a592450cba10d46fc40638e44b147dbb2dfb52d

Will be available in the new release. Thanks.

sadko4u commented 2 years ago

Sorry, my wrong. Not that pull request.

sadko4u commented 2 years ago

I think, this PR is not actual at this moment because the code can be compiled with GCC, Clang and MinGW under certain circumstances. So we can not strictly rely on version of one single compiler.