ohmtech-rdi / eurorack-blocks

Software to Hardware Prototyping for Eurorack using C++, Max/Gen~ or Faust
Other
296 stars 19 forks source link

erbb build doesn't support spaces in project path or eurorack-blocks path #539

Closed ohmtech-rdi closed 1 year ago

ohmtech-rdi commented 1 year ago

(missing log)

In essence, make doesn't support spaces in makefiles.

So we have two cases:

We can't really do much about that, except making some sort of ugly hacks.

A better approach would have been probably to use cmake.

For now let's warn the user (with an error):

Also make the troubleshooting documentation, and link the cause of the problem there.