Broken under latest release of master branch
Closed this issue · 3 comments
adminy commented
Here is the errors in the console, easily fixable ...
In file included from src/acpi.cpp:8:0:
include/acpica.hpp:17:18: fatal error: acpi.h: No such file or directory
#include <acpi.h>
^
compilation terminated.
Makefile:36: recipe for target 'debug/src/acpi.cpp.o' failed
make[1]: *** [debug/src/acpi.cpp.o] Error 1
make[1]: Leaving directory '/mnt/c/Users/i350780/Desktop/thor-os/kernel'
Makefile:6: recipe for target 'kernel/debug/kernel.bin' failed
make: *** [kernel/debug/kernel.bin] Error 2
wichtounet commented
Hi,
Did you find the solution to your problem ?
Baptiste
adminy commented
Yes, sorry, I didn’t see —recursive
:)
wichtounet commented
Cool.
This is something that happens often 👍