I can't compile pkgi-ps3 #96
Unanswered
Leonidas-source
asked this question in
Q&A
Replies: 1 comment 2 replies
-
It looks like there's an issue with the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created script to compile pkgi(https://github.com/Leonidas-source/PS3-pkgi-builder) but I always get this error
"pkgi_ps3.c
/home/user/build/pkgi-ps3/source/pkgi_ps3.c: In function 'init_music':
/home/user/build/pkgi-ps3/source/pkgi_ps3.c:231:28: error: 'drv_psl1ght' undeclared (first use in this function); did you mean 'drv_sgi'?
MikMod_RegisterDriver(&drv_psl1ght);
^~~~~~~~~~~
drv_sgi
/home/user/build/pkgi-ps3/source/pkgi_ps3.c:231:28: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [/usr/local/ps3dev//base_rules:69: pkgi_ps3.o] Error 1
make: *** [Makefile:129: build] Error 2"
How I could fix this issue?
Beta Was this translation helpful? Give feedback.
All reactions