monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] can you please help to compile?


From: Zack Weinberg
Subject: Re: [Monotone-devel] can you please help to compile?
Date: Thu, 10 Jul 2008 17:21:40 -0700

On Thu, Jul 10, 2008 at 1:45 PM, R K AVATAPALLI <address@hidden> wrote:
> i am trying to install monotone 'monotone-0.40' from 'monotone-0.40.tar.gz'
> i already installed 'boost_1_35_0' from boost_1_35_0.tar.bz2'
> i am using Fedora Core 4 linux operating system.

This operating system is quite old.

> can you help to install monotone please. i am getting the following error
> while doing 'make'
>
> please find the attached debug file for your debug.

These lines

cmd_list.cc:402:   instantiated from here
hybrid_map.hh:119: error: no matching function for call to
'Internal::hashtable_iterator<std::pair<const unsigned int,
boost::shared_ptr<node> >, true, false>::hashtable_iterator()'
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/tr1/hashtable:237:
...

tell me that you are using an old, buggy C++ compiler, and this is
almost certainly the source of the problem.  Your options are:

* Upgrade your operating system.
* Upgrade just the compiler using packages from Fedora.
* Download a recent version of GCC and compile it yourself.  This is
not difficult.

zw




reply via email to

[Prev in Thread] Current Thread [Next in Thread]