Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Make ilclient error #40

Open
Joso997 opened this issue Nov 23, 2021 · 6 comments
Open

Make ilclient error #40

Joso997 opened this issue Nov 23, 2021 · 6 comments

Comments

@Joso997
Copy link

Joso997 commented Nov 23, 2021

I can no longer install libpng12-dev and are getting:
mkdir -p libs
cp -ru /opt/vc/src/hello_pi/libs/ilclient libs
cp: cannot stat '/opt/vc/src/hello_pi/libs/ilclient': No such file or directory
make: *** [Makefile:25: ilclient] Error 1

@ThijmenGThN
Copy link

Experiencing the same thing, this project seems outdated anyways though.

@trimrd
Copy link

trimrd commented Dec 2, 2021

You can achieve the same with OSMC and android apps Screen Stream to mirror phones.
Yatse for everything else. Also, you can stream directly from youtube.

@ThijmenGThN
Copy link

ThijmenGThN commented Dec 2, 2021

That's indeed true, I've used OSMC before as well, another alternative for Raspberry Pi could be https://hub.balena.io/gh_rahul_thakoor/balena-rpiplay. Lightweight and worth a try.

@turzobose
Copy link

I got the same error. I resolved it by making the iclient inside the omxiv directory. These are the commands:

cd omxiv/
make ilclient
make -j4
sudo make install

That solved the error for me, and I could stream images and audio from my android device using the Raspicast app.

@brunoCarle
Copy link

@turzobose I got the same error. Unfortunately your workaround doesn't work :

make ilclient mkdir -p libs cp -ru /opt/vc/src/hello_pi/libs/ilclient libs cp: cannot stat '/opt/vc/src/hello_pi/libs/ilclient': No such file or directory make: *** [Makefile:25: ilclient] Error 1

From what I'm reading around, ilclient isn't on the latest images of the Rpi OS ?

For the record, I had to install libjpeg9-dev and libpng-dev instead of libjpeg8-dev and libpng12-dev

@kkboy20
Copy link

kkboy20 commented Jan 27, 2023

ilclient does not work anymore in the latest image. How to install ilclient manually?

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

No branches or pull requests

6 participants