You are here

Add new comment

rncbc's picture

Ah, that's because you've an ancient Qt4 version to work with.

You can choose one of two routes:
1) upgrade your Qt installation to Qt4 >= 4.3 (eg. debian testing / lenny)
2) add this lines at the start of every source file where you find the same compilation error:

#if QT_VERSION < 0x040300
#define lighter light
#endif

hope you can make it. i'll try to stuff this last one in CVS and ready for next release, real soon now ;)