-
Notifications
You must be signed in to change notification settings - Fork 194
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
Not finding libfmt but libfmt-dev version 5.2.1 installed #2719
Comments
Thanks for the report. This happens in some build environments and we are not sure why (maybe related to crosscompiling?). As a workaround you could use CMake as this is supported by fmt 5.2 natively. |
thanks for the quick response. ill give that a try and report back |
ok now that i have taken a better look at whats going. it is failing to find FMT when i run |
You do not need to run the autoconf stuff when using cmake:
|
that seemed to work better. it did end up getting a error at the end, but im also getting some other things working weird on my end. so im going to redo my load and start from a clean image and ill report back |
ok i did a clean image and tried it again i still get a error at the end
|
This is a library used by the raspberry firmware. No idea honestly why this is pulled in as a dependency. Could you attach the CMakeCache.txt ? |
I suspect it is needed by SDL. However, no idea how the build is invoked, as it should be present in the environment. There have been issues with arm64 version, but this should not matter here. |
well i have downloaded both
CMakeCache.txt |
You can leave out the liblcf part, as Did you install |
ok ill remove downloading and building liblcf now. |
I think this is a bug in our FindSDL2 file. The additional library dirs are not included. My guess to solve this is: https://github.com/EasyRPG/Player/blob/master/builds/cmake/Modules/FindSDL2.cmake#L269 Add two more lines here:
|
i did that and i get this
and
|
Looks like the directories have been wrongly concatenated. |
is that something that i can change, or is it more on your end. |
Read the CMake documentation again. A list append is |
changing that seemed to work. |
yes it seems to be building and also launching now. |
Thank you for supporting EasyRPG Player.
Before creating an issue, please verify that your bug still occurs in the "continuous builds" of the Player.
You can get them at the bottom of our download section: https://easyrpg.org/player/downloads
Please fill in the following fields before submitting an issue:
Name of the game: N/A
Player platform:
Linux
Raspberry Pi4/ Buster Debian 10
Attach files (as a .zip archive or link them)
easyrpg_log.txt
log file (you can find it in the game directory) N?ADescribe the issue in detail and how to reproduce it:
I took over for zerojay who had a script written for have this install on RetroPie and Raspberry's Pis. right not it does not work. it is failing when looking for
libfmt
, which is installed withlibfmt-dev version 5.2.1
it will come up with a prompt for me to install 5.3 or higher, but i know from looking in the issues that you guys it allowed to build with older then 5.3i know that it is pulling the least build from GuitHub
The text was updated successfully, but these errors were encountered: