Skip to content

构建失败问题 #2

@nuaa-wwbin

Description

@nuaa-wwbin

我根据Build.md里的步骤进行构建,但是遇到了构建失败的问题,当我依照build.md里的指导进行cmake时(cmake -DCMAKE_BUILD_TYPE=Release && make)遇到了这个问题:
image

于是我自己修改了一下cmake命令,我认为它是因为找不到cmakelist.txt,所以我给它指定了cmakelist.txt的位置,命令为:cmake -DCMAKE_BUILD_TYPE=Release .. && make
image

这是使用git submodule init && git submodule update添加子模块出现的问题,同时我也试过,直接clone作者在SMP中提供的HElib版本,做法:在SMP文件路径下运行git clone https://github.com/fionser/HElib.git。但是也出现了问题:
image
这个问题不知道该怎么解决(这里我没改动过clone的代码)

因此不管我是使用git submodule init && git submodule update添加子模块还是直接cloneSMP里的HElib库git clone https://github.com/fionser/HElib.git,都会出现问题,但两者出现的问题都不一样,求帮忙解决!谢谢

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions