-
Notifications
You must be signed in to change notification settings - Fork 17
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
PNGVIEW compile failed #28
Comments
I faced the same issue. I saw that in the code, the compilation of the PNGview step is attempted without entering the raspidmx-master folder because the "cd ~/raspidmx-master" line is commented out. I cloned it for personal use and edited that part and made a few changes other changes and it installed successfully. |
I hit the same issue. I uncommented the cd and png view compile/install cokpleted successfully. what other changes did you make to the script? I installed imagemagik before running the r line script like you said but the installer still didn’t see it and installed its own version. I need to learn bash better I don’t understand how the preinstall check works. But it completed and i still can’t get the notifications to pop up. Any other parts of the script I need to change? I gotta get some (manual) version of this script working on my Anbernic devices |
I commented in "cd ~/raspidmx-master" but it's still not compiling. I'd appreciate any help to get these notifications working. |
Any luck with this lately? I have an installation on Bookworm, and would like to either get this working, or find a way to skip this part of the script so the rest can compile. |
Afraid not. I gave up soon after this after getting nowhere. |
I actually figured it out! The problem is that pngview doesn't compile. But it's possible to compile it manually and then put it where it needs to be. When the rclone script gets there, it finds it working just fine and then keeps going to the end. Here's what you do:
At this point, when you run the installation script, it should find the pngview binary and continue to the end. As a warning, I'm not very knowledgeable about these things. I basically got the instructions for how to compile pngview from here (AndrewFromMelbourne/raspidmx#35) and then looked at the rclone script to find out where it wanted me to put pngview. Also, there's one more line in the code that I didn't do anything about: |
FIrst of all, thanks for the amazing script. Second, I don't have a clue what I'm doing when it comes to Linux.
I've progressed the script successfully up to the point:
2. PNGVIEW x x 2a. Test for PNGVIEW binary [ NOT FOUND ] x x 2b. Download PNGVIEW source [ DONE ] x x 2c. Compile PNGVIEW [ FAILED ]
Not sure what to do from here...
Running the script again it's flagged compile PNGVIEW as 'skipped'.
The text was updated successfully, but these errors were encountered: