I got one of the new Asus Tinker Board SBCs this week and I’m struggling getting oF up and running on it…
I use oF a lot on Raspberry Pi so I started off working from those instructions to get it up and running.
Immediately I had an issue with getting the dependencies installed:
Unpacking libgles1-mesa-dev:armhf (12.0.4-2~bpo8+1) …
dpkg: error processing archive /var/cache/apt/archives/libgles1-mesa-dev_12.0.4-2~bpo8+1_armhf.deb (–unpack):
trying to overwrite ‘/usr/include/GLES/glplatform.h’, which is also in package libmali-rk-dev:armhf 1.5-1
Errors were encountered while processing:
/var/cache/apt/archives/libgles1-mesa-dev_12.0.4-2~bpo8+1_armhf.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
I suspect there is a better route for getting oF up and running, is there a preferred package to use to try and get this working?
It looks like I just ran into the exact same problem with the Tinker board while following the generic Armv7 installation guide. Is there a solution to this?
Unpacking libgles1-mesa-dev:armhf (13.0.6-1+b2) ...
dpkg: error processing archive /var/cache/apt/archives/libgles1-mesa-dev_13.0.6-1+b2_armhf.deb (--unpack):
trying to overwrite '/usr/include/GLES/egl.h', which is also in package libmali-rk-dev:armhf 1.5-4
Errors were encountered while processing:
/var/cache/apt/archives/libgles1-mesa-dev_13.0.6-1+b2_armhf.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
error installing dependencies, there could be an error with your internet connection
if the error persists, please report an issue in github:
http://github.com/openframeworks/openFrameworks/issues
Thanks of your solution. I was just working on this and also had that problem.
You may want to try update Tinker’s gl library to solve the compilation error
$ cd ~ && git clone https://github.com/rockchip-linux/libmali.git
$ cd ~/libmali
$ cmake .
$ make
$ sudo make install