Hi, Tried to compile TinyEngine on Ubuntu 20.04 and got this error
$ make all -j8
Copying Core Header Files ...
Copying Helper Header Files ...
Compiling TinyEngine ...
Done
Done
In file included from TinyEngine.cpp:3:
TinyEngine.h:36:10: fatal error: TinyEngine/timer: No such file or directory
36 | #include <TinyEngine/timer>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [makefile:48: install] Error 1
I have modified the make file to install it in my $HOME since I don't want to spew files all over my file system. I have changed LIBPATH and INCLUDEPATH and changed line 23 to
Hi, Tried to compile TinyEngine on Ubuntu 20.04 and got this error
I have modified the make file to install it in my $HOME since I don't want to spew files all over my file system. I have changed LIBPATH and INCLUDEPATH and changed line 23 to
and line 65 to
I don't think this is relevant since this error showed up when I tried to install with sudo without modifying the make file.