monotone-devel
[Top][All Lists]
Advanced

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

Re: [Monotone-devel] OpenBSD 4.0 compile error for monotone 0.30


From: Zack Weinberg
Subject: Re: [Monotone-devel] OpenBSD 4.0 compile error for monotone 0.30
Date: Mon, 30 Oct 2006 15:05:49 -0800

On 10/30/06, Jeb Campbell <address@hidden> wrote:
I'm looking to try out monotone, but can't seem to get it compiled on
OpenBSD 4.0.

...

In file included from /usr/local/include/boost/config.hpp:44,
                 from /usr/local/include/boost/tuple/tuple.hpp:23,
                 from cmd_list.cc:15:
/usr/local/include/boost/config/stdlib/libstdcpp3.hpp:48:1: warning:
"BOOST_DISABLE_THREADS" redefined
<command line>:8:1: warning: this is the location of the previous definition

Don't worry about this one.

cmd_list.cc: In member function `virtual std::string
commands::cmd_ls::desc()':
cmd_list.cc:506: error: use of namespace `std' as expression
cmd_list.cc:506: error: syntax error before `:' token
cmd_list.cc:506: error: `result' undeclared (first use this function)
cmd_list.cc:506: error: (Each undeclared identifier is reported only
once for
   each function it appears in.)

This is a known bug.  There is a typo on that line.  If you look, you
will see "std:string".  Change it to "std::string" and all will be
well.

zw




reply via email to

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