compuphase/Black-Magic-Probe-Book

Build error on Ubuntu Linux 18.04

simonsunnyboy opened this issue · 2 comments

The build starts correctly with the following command line from the source directory:

make -f ./Makefile.linux GLFW_LIBNAME=glfw

However building of bmserial leads to the following error message:

bmserial.c:71:11: fatal error: res/icon_serial_64.h: Datei oder Verzeichnis nicht gefunden

The folder source/res/ indeed does not contain the header file.

Fixed in commit a9ca67d.
Thank you for reporting.

I can confirm all sources now build fine after the update.