Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Won't compile #26

Open
rmbell opened this issue Apr 9, 2022 · 7 comments
Open

Won't compile #26

rmbell opened this issue Apr 9, 2022 · 7 comments
Assignees
Labels
bug Something isn't working

Comments

@rmbell
Copy link

rmbell commented Apr 9, 2022

$ 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.

@victorrjimenezz victorrjimenezz self-assigned this Apr 11, 2022
@victorrjimenezz victorrjimenezz added the bug Something isn't working label Apr 11, 2022
@victorrjimenezz
Copy link
Owner

Thank your for posting, will fix it soon!

@orginizations
Copy link

Dear Victor
Can we compile the app with visual studio in windows?

@victorrjimenezz
Copy link
Owner

Dear Victor
Can we compile the app with visual studio in windows?

I have not tried, but it should compile as long as the dependencies are properly configured

@rmbell
Copy link
Author

rmbell commented Apr 25, 2022

Any movement on this? Would like to try the improved repo loading and caching 😍

@victorrjimenezz
Copy link
Owner

As soon as I got a minute I'll check this!
However, you might be able to fix it by changing the includes that start with ../../../../../../../../opt/OpenOrbis... by the actual directory where you've got the Toolkit!!
PS: Sounds awesome, repo loading is the current weakness of the app and if it were improved, that would be awesome 👍🏽 😄

@rmbell
Copy link
Author

rmbell commented Jul 22, 2022

Just checking in!

@victorrjimenezz
Copy link
Owner

I’m currently very busy! I have currently stopped development of the project!😭

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants