-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I know this inst the right repo but the libreorama is archived and I am 99% sure that the error I'm getting isn't user error. I've tried almost everything including trying to get chatgpt to help, using older version of liblorproto, and going through the code and commit history and I have found nothing referencing "lightorama/protocol.h" anywhere besides the sequence.h file in libeorama. This issue is being caused when running Make So any idea what happing or how to fix this?
dawson@raspberrypi:~/Downloads/libreorama-master $ make
[ 6%] Building C object CMakeFiles/libreorama.dir/src/main.c.o
In file included from /home/dawson/Downloads/libreorama-master/src/player/player.h:30,
from /home/dawson/Downloads/libreorama-master/src/main.c:33:
/home/dawson/Downloads/libreorama-master/src/player/sequence.h:27:10: fatal error: lightorama/protocol.h: No such file or directory
27 | #include <lightorama/protocol.h>
| ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/libreorama.dir/build.make:76: CMakeFiles/libreorama.dir/src/main.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/libreorama.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
dawson@raspberrypi:~/Downloads/libreorama-master $
Metadata
Metadata
Assignees
Labels
No labels