Could NOT find PNG, but it IS installed.
|
03-18-2017, 12:02 AM
(This post was last modified: 03-18-2017 02:16 AM by WeereeBoo.)
Post: #1
|
|||
|
|||
Could NOT find PNG, but it IS installed.
First, https:// github.com/hrydgard/ppsspp/issues/9026.
I'm using Manjaro Linux, fully updated, and I have libpng on both version 1.6 and 1.2, 32 and 64 bits. (there's no -dev package avaible, if I'm not mistaken Arch Linux bundles base and -dev packages together right?) So, I tried using ppsspp version 1.3 that's in the default repos, but then I get the trouble in the above link. Maybe it was mistakenly compiled withouth the bundled-old-version of FFMpeg that ppsspp uses, as I understood it? But when trying either to use the AUR version or from the git (https:// github.com/hrydgard/ppsspp/wiki/Build-instructions), it always complains about not finding libpng: Code: [WEEEE@WEEE ppsspp]> make .. I can't understand the marked the logs(don't actually mention png at all), on this forum there's only one similar problem with MacOS, I don't feel enlighted... Any tip on where to go from here? |
|||
03-18-2017, 01:46 AM
(This post was last modified: 03-18-2017 01:47 AM by LunaMoo.)
Post: #2
|
|||
|
|||
RE: Could NOT find PNG, but it IS installed.
Don't know that much about cmake, but I think you can ignore the missing things stuff, I belive it only states it can't find those on your system and continues to uses the ones provided, it doesn't have any errors there.
If you look up - to actual CMake error - you'll see the problem is actually with Snappy, not PNG, so #9443 is most likely your issue. As you can see Orphis already said he'll check it and he's on the other hand definitely a CMake expert, so maybe just subscribe to that issue and wait. http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders! http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats, https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds. |
|||
03-18-2017, 02:15 AM
Post: #3
|
|||
|
|||
RE: Could NOT find PNG, but it IS installed.
Ohh, thanks!
(and derp on me missing somenthing actualling spelling ERROR ) I'll keep tracking that. |
|||
04-19-2017, 08:09 AM
Post: #4
|
|||
|
|||
RE: Could NOT find PNG, but it IS installed.
Looking at cmake files it seems it wants libpng17 which is not even released yet. Why not use current libpng16?
|
|||
« Next Oldest | Next Newest »
|