From kde-bugs-dist Fri May 05 14:06:21 2006 From: Caleb Tennis Date: Fri, 05 May 2006 14:06:21 +0000 To: kde-bugs-dist Subject: [Bug 126805] New: Krita compilation fails if Qt not built with opengl Message-Id: <20060505160619.126805.caleb () aei-tech ! com> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=114683799320063 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=126805 Summary: Krita compilation fails if Qt not built with opengl Product: krita Version: unspecified Platform: Compiled Sources OS/Version: Linux Status: NEW Severity: normal Priority: NOR Component: general AssignedTo: boud valdyas org ReportedBy: caleb aei-tech com Version: Koffice 1.5.0 (using KDE KDE 3.5.2) Installed from: Compiled From Sources Compiler: gcc 4.0 OS: Linux Some krita files (kis_canvas.cc, kis_opengl_canvas.cc, etc) use QGLWidget, but don't properly check that Qt was built with opengl support. There is a HAVE_GL define that comes in from configure.in.in from autoconf's GL check, but this doesn't check Qt's GL support. So, if Qt isn't built with opengl support, then krita building fails.