Giter Site home page Giter Site logo

Comments (7)

kevguy avatar kevguy commented on July 16, 2024 2

Still not working. I changed the line cmake .. in install-mac.sh to cmake -DOPENSSL_ROOT_DIR=/usr/local/Cellar/openssl/1.0.2k -DOPENSSL_LIBRARIES=/usr/local/Cellar/openssl/1.0.2k/lib .. instead.

from carnd-kidnapped-vehicle-project.

uwesterr avatar uwesterr commented on July 16, 2024

i have the same issue

from carnd-kidnapped-vehicle-project.

awbrown90 avatar awbrown90 commented on July 16, 2024

I added the file cmakepatch.txt which should resolve the issue with using install-mac.sh.

from carnd-kidnapped-vehicle-project.

olala7846 avatar olala7846 commented on July 16, 2024

Thanks @awbrown90

from carnd-kidnapped-vehicle-project.

Anner-deJong avatar Anner-deJong commented on July 16, 2024

I got same errors as above on mac. cmakepatch.txt included in directory but didn't resolve.

Not explicitly mentioned in @kevguy's message, but I assumed that fixed it for him.
At least it did so for me, but I had to update it to my local version:

cmake -DOPENSSL_ROOT_DIR=/usr/local/Cellar/openssl/1.0.2o_2 -DOPENSSL_LIBRARIES=/usr/local/Cellar/openssl/1.0.2o_2/lib ..

So make sure to replace (twice!) 1.0.2o_2 with whatever version you find on your local machine.

from carnd-kidnapped-vehicle-project.

sethlsx avatar sethlsx commented on July 16, 2024

same problem. The cmakepatch.txt doesn't work at all. Shouldn't close this issue so quickly.

from carnd-kidnapped-vehicle-project.

apf99 avatar apf99 commented on July 16, 2024

This fixed the issue for me on MacOS...

Double-check the correct path to your openssl installation by typing: which openssl

Once you have that then type:
cmake -DOPENSSL_ROOT_DIR=/usr/local/Cellar/openssl/1.0.2k -DOPENSSL_LIBRARIES=/usr/local/Cellar/openssl/1.0.2k/lib

EXCEPT use your path to openssl instead.

from carnd-kidnapped-vehicle-project.

Related Issues (17)

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.