我正在尝试安装 rcssbase。而我“./configure”没有问题发生。但是当我想“制造”这个错误时:
loader.cpp: 在静态成员函数'static boost::filesystem3::path rcss::lib::Loader::stripDirName(const boost::filesystem3::path&)': loader.cpp:158:38: error: conversion从 'boost::filesystem3::path' 到非标量类型 'std::string {aka std::basic_string}' 请求
boost::filesystem::path
Loader::stripDirName( const boost::filesystem::path & filename )
{
std::string rval = filename.leaf(); //this is the 158th line
return rval;
}