Code Monkey home page Code Monkey logo

Comments (3)

tihmstar avatar tihmstar commented on August 10, 2024

Looks like you don't have pkg-config installed

from img4tool.

hipp013 avatar hipp013 commented on August 10, 2024

Yes I do, I have pkg-config 0.29.2_3 installed. Is there an issue with where ./configure is looking for dependencies? Or is there something I have to do manually to properly detect/use pkg-config?

You mentioned on Twitter (link) that "macOS bin may require manually installing some std deps through homebrew". Do you think this might be applicable to my situation? I'm pretty sure I have them all installed, and everything in ./autogen.sh runs fine until it gets to ./configure where it throws an error when trying to locate openssl.

I also talked with someone on Discord who gave me this chunk of code to run, which still didn't work:

LD_LIBRARY_PATH=/usr/local/opt/openssl/lib:"${LD_LIBRARY_PATH}"                    
CPATH=/usr/local/opt/openssl/include:"${CPATH}"                                    
PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig:"${PKG_CONFIG_PATH}"          
export LD_LIBRARY_PATH CPATH PKG_CONFIG_PATH     

I can provide the whole cmd log of ./autogen.sh if that would help identify the issue.

from img4tool.

hipp013 avatar hipp013 commented on August 10, 2024

I ended up installing stek29's homebrew-idevice and running brew install img4tool, which fixed the issue. I'm still wondering why this error kept popping up though, because I thought I had everything configured correctly.

from img4tool.

Related Issues (20)

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.