On Mon, Nov 08, 2010 at 07:08:38PM +0300, Dmitry V. Levin wrote: > On Mon, Nov 08, 2010 at 06:55:11PM +0300, Sergey Bolshakov wrote: > > > /usr/include/GL/freeglut_std.h:121:20: fatal error: GL/glu.h: No > > > such file or directory > > [skipped] > > > > Присоединяюсь к [подразумеваемому] вопросу. > > $ hsh --ini && hsh-install libfreeglut-devel && echo '#include ' |hsh-run -- gcc -I/usr/include/GL -E - -o/dev/null > In file included from /usr/include/GL/freeglut.h:17:0, > from :1: > /usr/include/GL/freeglut_std.h:120:19: fatal error: GL/gl.h: No such file or directory > compilation terminated. > > Видимо, в пакет libfreeglut-devel теперь придётся добавить зависимость > на libGL-devel и libGLU-devel. И libglew-devel теперь явно нужен libGLU-devel: $ hsh --ini && hsh-install libglew-devel && echo '#include ' |hsh-run -- gcc -I/usr/include/GL -E - -o/dev/null In file included from :1:0: /usr/include/GL/glew.h:1172:20: fatal error: GL/glu.h: No such file or directory compilation terminated. -- ldv