You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
commit 7865ad2f864633eb945dc77c43213fb34688bb3e
Author: Bill Abt <babt@me.com>
Date: Mon Jun 25 11:59:50 2018 -0400
OS
developer@ubuntu:~/Repositories/github.com/IBM-swift/BlueCryptor$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.4 LTS
Release: 16.04
Codename: xenial
Toolchain
developer@ubuntu:~/Repositories/github.com/IBM-swift/BlueCryptor$ swift --version
Swift version 4.1.2 (swift-4.1.2-RELEASE)
Target: x86_64-unknown-linux-gnu
Details
After running
swift build
I get:
Compile Swift Module 'Cryptor' (10 sources)
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/home/developer/Repositories/github.com/IBM-swift/BlueCryptor/.build/checkouts/OpenSSL.git--6385253650136148626/shim.h:20:10: error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
^
/home/developer/Repositories/github.com/IBM-swift/BlueCryptor/Sources/Cryptor/Digest.swift:23:9: error: could not build C module 'OpenSSL'
import OpenSSL
^
error: terminated(1): /opt/swift-4.1.2/usr/bin/swift-build-tool -f /home/developer/Repositories/github.com/IBM-swift/BlueCryptor/.build/debug.yaml main output:
The text was updated successfully, but these errors were encountered:
I just did a checkout of the project:
OS
Toolchain
Details
After running
I get:
The text was updated successfully, but these errors were encountered: