On Mon, Jun 19, 2006 at 10:55:37AM -0600, Shaun Jackman wrote: > I'm seeing the following error when attempting to compile monotone 0.27. > > cmd_automate.cc:128: error: using-declaration for non-member at > class scope > > I'm using GCC 4.0.3 (Debian 4:4.0.3-4) and boost 1.32.0 (Debian > 1.32.0-6). I haven't looked into this too closely yet, but does anyone > have any obvious suggestions?
This appears to be the same as: https://savannah.nongnu.org/bugs/?func=detailitem&item_id=16866 I've committed the fix suggested there to mainline (it's trivial and you can just make the change locally, if you want -- just add #include <boost/function.hpp> towards the top of cmd_automate.cc). I haven't tested it or anything, though, because I don't have boost 1.32.0 -- does that fix work for you? -- Nathaniel -- Details are all that matters; God dwells there, and you never get to see Him if you don't struggle to get them right. -- Stephen Jay Gould _______________________________________________ Monotone-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/monotone-devel
