Control: reopen -1

On Wed, Jul 26, 2017 at 09:02:36PM +0200, Emilio Pozuelo Monfort wrote:
>...
> I believe the attached patch should fix this bug (untested). The problem is 
> that
> Qt is using GLES on armel, but you're using big GL, and you can't mix them.

https://buildd.debian.org/status/fetch.php?pkg=openscenegraph-3.4&arch=armel&ver=3.4.1%2Bdfsg1-1&stamp=1507185570&raw=0

...
make[3]: *** No rule to make target 
'/usr/lib/arm-linux-gnueabihf/libGLESv2.so', needed by 'lib/libosg.so.3.4.1'.  
Stop.


This (alone) is not correct:

-ifeq (armhf,$(DEB_HOST_ARCH))
+ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH),armel armhf))

Due to:
        -D OPENGL_gl_LIBRARY:STRING=/usr/lib/arm-linux-gnueabihf/libGLESv2.so \
        -D OPENGL_egl_LIBRARY:STRING=/usr/lib/arm-linux-gnueabihf/libEGL.so



> Cheers,
> Emilio

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

Reply via email to