Code Monkey home page Code Monkey logo

Comments (9)

wichtounet avatar wichtounet commented on September 18, 2024 14

Apparently, there is something special about openssl on macos.

You can try to link it if you didn't do it again, but it may fail. Look at this article: https://medium.com/@timmykko/using-openssl-library-with-macos-sierra-7807cfd47892

It suggests doing the following command:

ln -s /usr/local/opt/openssl/include/openssl /usr/local/include

from budgetwarrior.

wichtounet avatar wichtounet commented on September 18, 2024 1

I made a small change in the code. Could you update your repository (git pull) and try make again ?

from budgetwarrior.

mbrucher avatar mbrucher commented on September 18, 2024

Do you have openSSL-dev installed?

from budgetwarrior.

wichtounet avatar wichtounet commented on September 18, 2024

Hi @ferologics,

As @mbrucher pointed out, you need openssl.

If you are on Ubuntu for instance, you need to install openssl-devel.
On what platform are you ?

from budgetwarrior.

ferologics avatar ferologics commented on September 18, 2024

Hey, I'm on macOS Mojave beta and brew install openssl says that openssl 1.0.2p is already installed and up-to-date.

from budgetwarrior.

ferologics avatar ferologics commented on September 18, 2024

Checking how to install the dev version via Homebrew now

from budgetwarrior.

ferologics avatar ferologics commented on September 18, 2024

In Homebrew the devel is included with the openssl package, perhaps I have to link it again.

from budgetwarrior.

ferologics avatar ferologics commented on September 18, 2024

The link worked on the previous error.
Now I get implicit instantiation of undefined template 'std::__1::array<int, 5>'

image

I ran make on both Xcode and latest beta.

$ cpp --version
Apple LLVM version 9.1.0 (clang-902.0.39.2)
Target: x86_64-apple-darwin18.0.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
$ sudo xcode-select --switch /Applications/Xcode-beta.app/Contents/Developer/
Password:
$ cpp --version
Apple LLVM version 10.0.0 (clang-1000.10.43.1)
Target: x86_64-apple-darwin18.0.0
Thread model: posix
InstalledDir: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

macOS Mojave
Version 10.14 Beta (18A365a)

from budgetwarrior.

ferologics avatar ferologics commented on September 18, 2024

The #include <array> fixed the $ make command 💯

from budgetwarrior.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.