openAVproductions / openAV-Ctlra

A plain C library to program with hardware controllers.
BSD 3-Clause "New" or "Revised" License
82 stars 16 forks source link

Build fails if 'build' dir does not exist #58

Closed falkTX closed 7 years ago

falkTX commented 7 years ago

Basically:

falktx@falkTX-Laptop:~/Personal/GIT-other$ cd openAV-Ctlra/
falktx@falkTX-Laptop:~/Personal/GIT-other/openAV-Ctlra$ rm -rf build
falktx@falkTX-Laptop:~/Personal/GIT-other/openAV-Ctlra$ meson build
Error during basic setup:

[Errno 2] No such file or directory: '/home/falktx/Personal/GIT-other/openAV-Ctlra/build'
falkTX commented 7 years ago

Note: this happened on a fresh clone. Need to create the build dir first manually, for now.

harryhaaren commented 7 years ago

This is a meson issue - update to latest Meson and it automatically creates the build dir. Actually it fails to "configure" into an already configured directory. Closing