Skip to content
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

Unable to open "pngview" #24

Open
DonMaverick opened this issue May 26, 2019 · 4 comments
Open

Unable to open "pngview" #24

DonMaverick opened this issue May 26, 2019 · 4 comments

Comments

@DonMaverick
Copy link

Hi Andrew,
i tried to install your "programs".
But i am unable to run "pngview"....

What i did:
sudo git clone https://github.com/AndrewFromMelbourne/raspidmx.git

pi@retropie:~/raspidmx $ sudo make (Second try)
for target in lib life mandelbrot offscreen pngview radar_sweep radar_sweep_alpha rgb_triangle game spriteview test_pattern worms; do (make -C $target); done
make[1]: Verzeichnis �/home/pi/raspidmx/lib� wird betreten
ar rcs libraspidmx.a ../common/backgroundLayer.o ../common/imageGraphics.o ../common/key.o ../common/spriteLayer.o ../common/font.o ../common/imageKey.o ../common/loadpng.o ../common/hsv2rgb.o ../common/imageLayer.o ../common/savepng.o ../common/image.o ../common/imagePalette.o ../common/scrollingLayer.o
cc -shared -Wl,-soname,libraspidmx.so.1 -L/opt/vc/lib/ -lbcm_host -lm -lpng16 -o libraspidmx.so.1 ../common/backgroundLayer.o ../common/imageGraphics.o ../common/key.o ../common/spriteLayer.o ../common/font.o ../common/imageKey.o ../common/loadpng.o ../common/hsv2rgb.o ../common/imageLayer.o ../common/savepng.o ../common/image.o ../common/imagePalette.o ../common/scrollingLayer.o
ln -sfv libraspidmx.so.1 libraspidmx.so
'libraspidmx.so' -> 'libraspidmx.so.1'
make[1]: Verzeichnis �/home/pi/raspidmx/lib� wird verlassen
make[1]: Verzeichnis �/home/pi/raspidmx/life� wird betreten
make[1]: F�r das Ziel �all� ist nichts zu tun.
make[1]: Verzeichnis �/home/pi/raspidmx/life� wird verlassen
make[1]: Verzeichnis �/home/pi/raspidmx/mandelbrot� wird betreten
make[1]: F�r das Ziel �all� ist nichts zu tun.
make[1]: Verzeichnis �/home/pi/raspidmx/mandelbrot� wird verlassen
make[1]: Verzeichnis �/home/pi/raspidmx/offscreen� wird betreten
make[1]: F�r das Ziel �all� ist nichts zu tun.
make[1]: Verzeichnis �/home/pi/raspidmx/offscreen� wird verlassen
make[1]: Verzeichnis �/home/pi/raspidmx/pngview� wird betreten
make[1]: F�r das Ziel �all� ist nichts zu tun.
make[1]: Verzeichnis �/home/pi/raspidmx/pngview� wird verlassen
make[1]: Verzeichnis �/home/pi/raspidmx/radar_sweep� wird betreten
make[1]: F�r das Ziel �all� ist nichts zu tun.
make[1]: Verzeichnis �/home/pi/raspidmx/radar_sweep� wird verlassen
make[1]: Verzeichnis �/home/pi/raspidmx/radar_sweep_alpha� wird betreten
make[1]: F�r das Ziel �all� ist nichts zu tun.
make[1]: Verzeichnis �/home/pi/raspidmx/radar_sweep_alpha� wird verlassen
make[1]: Verzeichnis �/home/pi/raspidmx/rgb_triangle� wird betreten
make[1]: F�r das Ziel �all� ist nichts zu tun.
make[1]: Verzeichnis �/home/pi/raspidmx/rgb_triangle� wird verlassen
make[1]: Verzeichnis �/home/pi/raspidmx/game� wird betreten
make[1]: F�r das Ziel �all� ist nichts zu tun.
make[1]: Verzeichnis �/home/pi/raspidmx/game� wird verlassen
make[1]: Verzeichnis �/home/pi/raspidmx/spriteview� wird betreten
make[1]: F�r das Ziel �all� ist nichts zu tun.
make[1]: Verzeichnis �/home/pi/raspidmx/spriteview� wird verlassen
make[1]: Verzeichnis �/home/pi/raspidmx/test_pattern� wird betreten
make[1]: F�r das Ziel �all� ist nichts zu tun.
make[1]: Verzeichnis �/home/pi/raspidmx/test_pattern� wird verlassen
make[1]: Verzeichnis �/home/pi/raspidmx/worms� wird betreten
make[1]: F�r das Ziel �all� ist nichts zu tun.
make[1]: Verzeichnis �/home/pi/raspidmx/worms� wird verlassen

pi@retropie:~/raspidmx $ pngview ~/test.png
-bash: pngview: Kommando nicht gefunden.

where is my mistake?
Can you please support me

THX

@AndrewFromMelbourne
Copy link
Owner

Sorry for the delay. I will have a look today.

@DonMaverick
Copy link
Author

Do you have any feedback for me?

@AndrewFromMelbourne
Copy link
Owner

AndrewFromMelbourne commented Jun 11, 2019

Sorry once again for the delay.
Firstly, you don't need to use sudo to make the program.
It looks like you have built the programs correctly. To run it try

LD_LIBRARY_PATH=/home/pi/raspidmx/lib /home/pi/raspidmx/pngview/pngview ~/test.png

@DonMaverick
Copy link
Author

Thanks a lot, now it works fine :-)
One more Question. When i start the "DESKTOP" For Example LXxx.
Then i now start PGN View i am unable to see the Desktop. Where is my mistake?
"'LD_LIBRARY_PATH=/home/pi/Akkustatus/lib /home/pi/Akkustatus/pngview /home/pi/Akkustatus/Test.png -l 999999 -y 0 -x 0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants