Upgrading from 0.056, build fails because of the following error : ----------- CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: FLTK_GL_LIBRARY -----------
What version of x11-libs/fltk is installed? Should work with 1.3.*, maybe not with 1.1.* anymore...
Thank you Samuli for your support. As a matter of fact I discovered that it is not that much a question of fltk version. ---------------------------------- Whatever fltk version is installed, yoshimi 0.060.10 build now checks for the existence of /usr/lib64/libfltk_gl.* yoshimi 0.056 was not. Of course libfltk_gl is not installed if, as it was the case on my system, fltk is built USE = -opengl If I rebuild fltk +opengl then the lib get installed and yoshimi 0.060 builds fine. ---------------------------------- I never experienced the need for opengl in 0.056 but do not know the code for 0.060 - If it is actually not needed with 0.060 too, then maybe the check for libfltk_gl could omitted during yoshimi 0.060 build or - The need for fltk[opengl] could be specified in 0.060 ebuild. ---------------------------------- Thanks again.
+ 08 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> yoshimi-0.060.10.ebuild: + Missing USE="opengl" depend for x11-libs/fltk:1 wrt #385499 by Eric F. + GARIOUD