Bug reports/Fixes

Send all bugs/problems here: Bug reports

Problem:    The distribution was developed under the pentium-optimized compiler, and when we moved from a Pentium to a K5, this caused huge problems. Of course, there are no binaries in the distribution, so you won't have a problem, but you may want to change the -O6 to -O2, since -O6 is only meaningful to the pentium-optimized compiler.

Problem:    TinyMUSE '97 won't compile under RedHat/MK Linux.
Solution:   A patch is now available on our FTP Site to remedy this problem.

Problem:    TinyMUSE '97 gives lots of errors while compiling.
Solution:   It always has. We plan to fix this at a later time. It used to be worse.

Problem:    Color won't compile if I un-comment blinking.
Solution:   Add #define CA_BLINK 8 where all the other CA_* #defines are in ansi.c. then after the line in set_ca that goes: *attribs |= CA_UNDERLINE; add else if (num == 5) *attribs |= CA_BLINK. then in make_num_string, add if (ca & CA_BLINK) strcat(buff, "5;"); right after the similar line about CA_UNDERLINE. If you don't understand this, just leave the blink code commented. Blinking is obnoxious anyway, and it's been fixed in the next release.