-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
can not find mali libEGL.so #364
Comments
You find the Mali BLOBs as part of this pull request (unknown license situation) |
Maybe my question should have been, Is it a problem in the OS environment or in the Makefiles? |
I'm obviously not understanding the whole question. :) So do we ship with |
Yes, you ship with /usr/lib/mali/libEGL.so and the symlink is missing. |
Hmm... since Armbian is 'just a build system' and not a specific distro I think adding the symlink in Armbian would be the better choice. But since I'm not familiar with our desktop build at all and repackaging desktop stuff is work in progress we should leave this up to the new desktop/Mali maintainers. |
I have determined the problem is a poorly written CMakeLists.txt file cant find libs on this arch/distro. |
When I try to compile OpenCPN 4.4.0 (and earlier releases) I have to make a symbolic link to the library for the compiler to find it:
sudo ln -s /usr/lib/mali/libEGL.so /usr/lib/
I am compiling on Orange Pi PC with: Armbian_5.14_Orangepipc_Debian_jessie_3.4.112_desktop.raw
after an update;upgrade that needed nothing and:
apt-get install build-essential cmake gettext git-core gpsd gpsd-clients libgps-dev wx-common libwxgtk3.0-dev libglu1-mesa-dev libgtk2.0-dev wx3.0-headers libbz2-dev libtinyxml-dev libportaudio2 portaudio19-dev libcurl4-openssl-dev libexpat1-dev libcairo2-dev wx3.0-i18n
The text was updated successfully, but these errors were encountered: