libboard icon indicating copy to clipboard operation
libboard copied to clipboard

compiling in build subdirectory does not work

Open a1an77 opened this issue 7 years ago • 0 comments

I'm trying to build the library inside a subdirectory named "build" to leave the sources clean for subsequent builds but I am getting the following errors:

Creating include/BoardConfig.h...../configure: 242: ../configure: cannot create include/BoardConfig.h: Directory nonexistent

Then when trying to make: make: *** No rule to make target 'src/Board.cpp', needed by 'obj/Board.o'. Stop.

a1an77 avatar Jan 23 '19 16:01 a1an77