--- togl/togl.cpp.org 2004-09-29 19:48:06.000000000 +0200 +++ togl/togl.cpp 2006-10-13 21:39:50.000000000 +0200 @@ -138,8 +138,18 @@ # include "tkInt8.4p3.h" #elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==4 # include "tkInt8.4p4.h" +#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==5 +# include "tkInt8.4p5.h" #elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==6 # include "tkInt8.4p6.h" +#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==7 +# include "tkInt8.4p7.h" +#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==8 +# include "tkInt8.4p8.h" +#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==9 +# include "tkInt8.4p9.h" +#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==14 +# include "tkInt8.4p14.h" #else Sorry, you will have to edit togl.c to include the right tkInt.h file #endif