https://bugs.freedesktop.org/show_bug.cgi?id=33676
Summary: cmake build fail Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Demos AssignedTo: mesa-dev@lists.freedesktop.org ReportedBy: rand...@mail.ru Using git checkout commit c1be1ce356e9cdedec558c503d6c74e6e1913d9f ("tri-clear: fix redrawing") and gcc (GCC) 4.4.4 (as in Slackware-13.1) / cmake version 2.8.1 i see this compilation failure: guest@slax:/mnt/sda3/src/demos$ LANG=C make [ 0%] Building C object src/util/CMakeFiles/util.dir/shaderutil.c.o /mnt/sda3/src/demos/src/util/shaderutil.c:45: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fake_ValidateProgram' /mnt/sda3/src/demos/src/util/shaderutil.c: In function 'ShadersSupported': /mnt/sda3/src/demos/src/util/shaderutil.c:67: error: 'fake_ValidateProgram' undeclared (first use in this function) /mnt/sda3/src/demos/src/util/shaderutil.c:67: error: (Each undeclared identifier is reported only once /mnt/sda3/src/demos/src/util/shaderutil.c:67: error: for each function it appears in.) make[2]: *** [src/util/CMakeFiles/util.dir/shaderutil.c.o] Error 1 make[1]: *** [src/util/CMakeFiles/util.dir/all] Error 2 make: *** [all] Error 2 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev