found 292953 0.60.3-7.1 thanks Hi,
It seems you didn't completly apply the patch, and it's now still broken. It fails to build on 64 bit arches, but the code really doesn't work on others either. The part you didn't apply was editor.cpp's: - fputc((int)"\n",fp); + fputc('\n',fp); Note that it changes the string "\n" to a char '\n', which is really what it should do. The string is just plain wrong. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]