From: Tim W. <tw...@re...> - 2002-01-22 12:13:51
|
I have been trying to compile Omni using the GCC 3.1 RPM packages from Red Hat Rawhide, and have made a patch that makes it go. I have tried to keep the changes minimal. They are largely to do with explicitly declaring that we want to use the 'std' namespace by default, although there are some other issues as well: o cerr can't be the LHS of an assignment o filebuf(int&) constructor no longer exists o some missing includes o unsigned char* vs char* Is this list the right place to send a patch to? Tim. */ |