Zack Weinberg wrote: > On 10/30/06, Jeb Campbell <[EMAIL PROTECTED]> 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
Sorry about that post -- found it in the bug database after that. Now I'm getting a runtime error after: ./configure --enable-static-boost gmake ./mtn ?: error: failed to convert string from 646 to UTF-8: 'mtn' But nls is enabled... Anyway, I can help debug if someone can direct me. Again, please CC [EMAIL PROTECTED] if it is not too much trouble. Thanks for your time, Jeb -- Jeb Campbell [EMAIL PROTECTED] _______________________________________________ Monotone-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/monotone-devel
