-
Notifications
You must be signed in to change notification settings - Fork 8
Won't compile #26
Comments
Thank your for posting, will fix it soon! |
Dear Victor |
I have not tried, but it should compile as long as the dependencies are properly configured |
Any movement on this? Would like to try the improved repo loading and caching 😍 |
As soon as I got a minute I'll check this! |
Just checking in! |
I’m currently very busy! I have currently stopped development of the project!😭 |
$ make clang++ --target=x86_64-pc-freebsd12-elf -fPIC -funwind-tables -c -DGRAPHICS_USES_FONT -isysroot /home/server/code/openvorbis/OpenOrbis/PS4Toolchain -isystem /home/server/code/openvorbis/OpenOrbis/PS4Toolchain/include -isystem /home/server/code/openvorbis/OpenOrbis/PS4Toolchain/include/c++/v1 -o /home/server/code/4pt/build/main.o /home/server/code/4pt/src/main.cpp In file included from /home/server/code/4pt/src/main.cpp:10: In file included from /home/server/code/4pt/src/../include/utils/utils.h:1: /home/server/code/4pt/src/../include/utils/../jbUtils/libjbc.h:8:10: fatal error: '../../../../../../../../opt/OpenOrbis-PS4-Toolchain/include/stddef.h' file not found #include "../../../../../../../../opt/OpenOrbis-PS4-Toolchain/include/stddef.h" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. make: *** [Makefile:119: /home/server/code/4pt/build/main.o] Error 1
Specific paths to your system prevent a clean compile.
The text was updated successfully, but these errors were encountered: