-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot compile #11
Comments
Can you explain more? Just saying "there's an error" doesn't help at all. |
C:/Users/username/Desktop/Homebrew-Details-1.05/include/borealis/repeating_task.hpp:22:10: fatal error: libretro-common/features/features_cpu.h: No such file or directory I cannot find this file anywhere |
Apologies for the confusion! I knew what you meant. Sorry, I know it's not super obvious yet because I never got around to writing out the How to Compile section. I have the library folder symlinked to the version of borealis I use. Until I make this a prettier fix (like a subrepo), you can use this zip I just made to replace the folder structure on your machine: |
That is messed up. Most people who use Borealis at least clone Borealis as a submodule/subrepo so it's available on their repo. Making it so people have to download the library manually is not a good idea. I would recommend making this change now before anyone fails to compile again. |
Lol I know. It's this: https://github.com/Chrscool8/borealis I was just trying to give a quick solution until I got it set up. Why are you answering people on my repo's issues as if you're a contributor to my personal project lol. |
Sorry! Just a common habit to act as a contributor. |
@Hwilliams8548 I'm finding there's other links like this in the project. I'll let you know once I revise all these and make it more self-contained. |
I added a few dependencies as subtrees in the project (or at least I tried to). If it went correctly, everything should now either be included in this latest commit or in the devkitpro pacman installer. |
I have successfully compiled it now, thanks! |
Happy to hear that! Do you have any projects in mind to use it for? |
Not really but I do want to know something. How do I make it use a different config by default. For example: If I wanted to add more to the blacklist inside of the default config |
Sure thing. For that example, you can find where it initializes it right here: Homebrew-Details/src/utils/blacklist.cpp Line 30 in 548ee80
(I really should have/thought I did have an init function, but I guess not.) You can add more lines just like that and when it creates the file for the first time (or after deleting it), it'll add them in. I'm pretty sure those, like most settings, are simply base64 encoded (and decoded) line by line when written to the files, so you can add and remove lines manually too using a website or whatever you like to do so. |
Describe the bug
Whenever I try to compile I get a "features_cpu.h" error. I looked all over the internet and all I saw was "features_cpu.c"
To Reproduce
Expected behavior
I expected for it to successfully compile :
The text was updated successfully, but these errors were encountered: