C++ Boost编译无法理解JAM文件中的块注释

C++ Boost编译无法理解JAM文件中的块注释,c++,boost,b2,jam,C++,Boost,B2,Jam,我从中编译BoostV1.72 Ubuntu 18.04.4 LTS 通用条款:7.5.0 它编译时出错: boost_1_72_0/tools/build/src/tools/types/sass-type.jam:8: in load ERROR: rule "Copyright" unknown in module "sass-type". 我的sass-type.jam文件以以下开头: #| Copyright 2017 Dmitry Arkhipov Distributed unde

我从中编译BoostV1.72

Ubuntu 18.04.4 LTS

通用条款:7.5.0

它编译时出错:

boost_1_72_0/tools/build/src/tools/types/sass-type.jam:8: in load
ERROR: rule "Copyright" unknown in module "sass-type".
我的sass-type.jam文件以以下开头:

#|
Copyright 2017 Dmitry Arkhipov
Distributed under the Boost Software License, Version 1.0. (See
accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
|#

import scanner ;
import type ;
...
如果我替换块注释#|..|#通过在每一行上添加注释,它可以编译。 为什么我的boost编译无法识别块注释


谢谢,

hi@xibi,你已经找到答案了吗?我也有同样的错误?hi@xibi,你已经找到答案了吗?我也有同样的错误?