I heard from someone who downloaded Bookcase 0.4 and had problems compiling it. He’s using GCC 2.95.3 and apparently it has a couple problems.
First, in the bookcase/src/bcunititem.h file, near the end of the file, GCC was complaining about casting the const char* to a
Here are the patches: bcunititem.h.diff and bookcasedoc.cpp.diff
Oh, the things one learns…