Hi,

On Tue, 2002-02-12 at 08:34, Cierniak, Michal wrote:
> Nic Ferrier <[EMAIL PROTECTED]> writes:
> 
> > - GCC 2.95 can be used to compile ORP
> [...]
> I'm not using gcc 2.95, but some people complained recently about
> compilation problems on the ORP mailing list and others replied with
> suggested fixes.  I remember that Mark Wielaard sent a fix a few weeks ago
> (you can read it at http://groups.yahoo.com/group/orp/message/450).

Those patches are also in resource/orp-1.0.9.patch in the classpath-0.03
release. Note that if you try to compile with a CVS development version
of gcc 3.1 then you also need the following patch:

--- orp.orig/common/include/properties.h        Fri Nov 16 10:14:38 2001
+++ orp/common/include/properties.h     Wed Jan  9 16:15:03 2002
@@ -166,10 +166,10 @@
                        idx = i;
                        return current;
                }
-               friend Properties;
+               friend class Properties;
        };
 
-       friend Iterator;
+       friend class Iterator;
 public:
        Properties()
        {

> You can sign up to the ORP mailing list and view the archives at
> http://groups.yahoo.com/group/orp

Yahoo groups is really a pain to use. Even Sourceforge Geocrawler is
better then that (although i really like mailman as used by
mail.gnu.org). Don't you have archives that are a bit more easy to read
then groups.yahoo.com?

Cheers,

Mark

_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to