https://bugs.kde.org/show_bug.cgi?id=421136
Bug ID: 421136
Summary: Build failure on arm archs
Product: krita
Version: 4.2.9
Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: General
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Short summary: krita fails to build on arm (armv6l, armv7l, aarch64) because of
openGL specific code. The first error is:
[ 1688s]
/home/abuild/rpmbuild/BUILD/krita-4.2.9/libs/ui/opengl/kis_opengl_image_textures.cpp:
In function 'void {anonymous}::initializeRGBA16FTextures(QOpenGLContext*,
KisGLTexturesInfo&, KoID&)':
[ 1688s]
/home/abuild/rpmbuild/BUILD/krita-4.2.9/libs/ui/opengl/kis_opengl_image_textures.cpp:480:39:
error: 'GL_RGBA16F_ARB' was not declared in this scope; did you mean
'GL_RGBA16F_EXT'?
[ 1688s] 480 | texturesInfo.internalFormat = GL_RGBA16F_ARB;
[ 1688s] | ^~~~~~~~~~~~~~
[ 1688s] | GL_RGBA16F_EXT
[ 1688s]
/home/abuild/rpmbuild/BUILD/krita-4.2.9/libs/ui/opengl/kis_opengl_image_textures.cpp:484:39:
error: 'GL_RGBA_FLOAT16_ATI' was not declared in this scope
[ 1688s] 484 | texturesInfo.internalFormat = GL_RGBA_FLOAT16_ATI;
[ 1688s] | ^~~~~~~~~~~~~~~~~~~
--
You are receiving this mail because:
You are watching all bug changes.