------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=111555 ------- Additional Comments From t_achmann gmx de 2005-08-26 15:52 ------- my 5 cents: in VEX/Makefile instead of CC = gcc you'd probaly need something like ifeq ($(CC),) CC =gcc endif