Hi,
We have had this problem for a long time in the buildbot. Two builds
on mac and one build on linux seems to be affected by it. Anyone who
can have a look at this?
Since its g++ involved, and the error message talks about not a
throw-expression(!), this sounds quite interesting. Don't you think?
Feel free to beat me to it! ;-)
----------------------------------------------------------------------
...
cd ./src && make all
g++ -c -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked
-Wpointer-arith -Weffc++ -g -O3 -fno-strict-aliasing -I/opt/local/include -Demacs -I.
-I/Users/buildbot/builds/build-xemacs/rtoy_imac_osx_cfg1/build/src -DHAVE_CONFIG_H
-I/usr/X11R6/include/freetype2 -I/opt/local/include -I/opt/local/include/freetype2
-I/opt/local/include -I/usr/X11/include abbrev.c
abbrev.c: In function 'Lisp_Symbol* abbrev_oblookup(buffer*, Lisp_Object)':
abbrev.c:234: error: '0' has type 'void' and is not a throw-expression
make[1]: *** [abbrev.o] Error 1
make: *** [src] Error 2
program finished with exit code 2
----------------------------------------------------------------------
Same problem but on linux so another error message.
----------------------------------------------------------------------
...
g++ -c -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Weffc++ -g
-fno-strict-aliasing -Demacs -I. -I/home/buildbot/slaves/bot1name/matsl_cfg3/build/src
-DHAVE_CONFIG_H -I/usr/include/freetype2 abbrev.c
abbrev.c: In function 'Lisp_Symbol* abbrev_oblookup(buffer*, Lisp_Object)':
abbrev.c:234:14: error: third operand to the conditional operator is of type
'void', but the second operand is neither a throw-expression nor of type
'void'
GNUmakefile:102: recipe for target 'abbrev.o' failed
make[2]: Leaving directory '/home/buildbot/slaves/bot1name/matsl_cfg3/build/src'
make[2]: *** [abbrev.o] Error 1
GNUmakefile:98: recipe for target 'src' failed
make[1]: Leaving directory '/home/buildbot/slaves/bot1name/matsl_cfg3/build'
make[1]: *** [src] Error 2
program finished with exit code 2
----------------------------------------------------------------------
Yours
--
%% Mats
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta