HaarigerHarald / omxiv

OpenMax image viewer for the Raspberry Pi
GNU General Public License v2.0
222 stars 66 forks source link

Error while executing "make" #17

Closed E-Mans-Application closed 4 years ago

E-Mans-Application commented 5 years ago

Hello,

I'm trying to install omxiv on my Raspberry Pi 3. I cloned with git then I ran make ilclient successfully. https://pastebin.com/n0yB6iCG

But when I run the command "make", I got the error:

Makefile.include:11: recipe for target 'omx_render.o' failed
make: *** [omx_render.o] Error 1

Running with sudo does not solve the issue. https://pastebin.com/nBH9MHVx https://pastebin.com/RDdpVFm5

Favrito commented 5 years ago

I have this same problem, please someone help!

HaarigerHarald commented 5 years ago

Duplicate of #12 and #14

E-Mans-Application commented 5 years ago

I have already run "apt-get upgrade" (took almost an hour) I'm trying another update then I'll tell you if this is working fine.

nagualcode commented 5 years ago

"Building You will need the development header for libjpeg and libpng (Debian: libjpeg8-dev, libpng12-dev). Then build it on the Pi with:

make ilclient make And install with:

sudo make install"

E-Mans-Application commented 5 years ago

I had already installed libjpeg and libpng. After running : sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get -y dist-upgrade && sudo rpi-update && sudo reboot, the installation of omxiv worked. I think "rpi-update" made the difference.

jackdaniels92 commented 5 years ago

I had already installed libjpeg and libpng. After running : sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get -y dist-upgrade && sudo rpi-update && sudo reboot, the installation of omxiv worked. I think "rpi-update" made the difference.

Thats correct. "rpm-update" made the difference. Thanks a lot.

bitstreamreport commented 5 years ago

It is important to notice that this is a raspbian distro issue, not omxiv. Raspbian seems to have a conservative way to update the firmware libs, and this "rpi-update" tool, forces the update to the lastest version. With other distros, the libs can be already updated.

rebroad commented 5 years ago

is it possible to get this working without needing to do an rpi-update?

nagualcode commented 5 years ago

is it possible to get this working without needing to do an rpi-update?

It is important to notice that this is a raspbian distro issue, not omxiv. Raspbian seems to have a conservative way to update the firmware libs, and this "rpi-update" tool, forces the update to the lastest version. With other distros, the libs can be already updated.

Ruffio commented 4 years ago

Can this issue be closed?