- powerpc-tuxbox-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../daemons -I../../src -I/home/Playground/tuxbox-clean/dbox2_K26/cdkroot/include/tuxbox -I/home/Playground/tuxbox-clean/dbox2_K26/cdkroot/include/freetype2 -I/home/Playground/tuxbox-clean/dbox2_K26/cdkroot/include/tuxbox -I/home/Playground/tuxbox-clean/dbox2_K26/cdkroot/include/tuxbox -I/home/Playground/tuxbox-clean/dbox2_K26/cdkroot/include/tuxbox/mpegtools -I/home/Playground/tuxbox-clean/dbox2_K26/cdkroot/include -I/home/Playground/tuxbox-clean/tuxbox-cvs_K26/driver/include -I../../lib -I/home/Playground/tuxbox-clean/dbox2_K26/cdkroot/include/tuxbox/xmltree -I/home/Playground/tuxbox-clean/dbox2_K26/cdkroot/include/tuxbox/upnpclient -DMOVIEPLAYER2 -Wshadow -I/home/Playground/tuxbox-clean/dbox2_K26/cdkroot/include -I/home/Playground/tuxbox-clean/tuxbox-cvs_K26/driver/include -Wextra -Wshadow -Wall -pipe -Os -MT neutrino_menu.o -MD -MP -MF .deps/neutrino_menu.Tpo -c -o neutrino_menu.o neutrino_menu.cpp
neutrino_menu.cpp:1968: error: expected identifier before numeric constant
neutrino_menu.cpp:1968: error: expected `}' before numeric constant
neutrino_menu.cpp:1968: error: expected unqualified-id before numeric constant
neutrino_menu.cpp:1982: error: expected declaration before '}' token
- linux/include/linux/input.h:#define KEY_SEARCH 217
driver/v4l/compat.h:# define KEY_SEARCH 217
(Ja - ich weiß - Aufwand für refactoring der einzelnen Applikationen)...
Ich habe mal KEY_SEARCH in KEY_SRCH umgeändert, da ich innerhalb des apps-Zweiges kein weiteres Vorkommen von "KEY_SEARCH" gefunden habe. Wo werde ich dadurch auf die Nase fallen?