Code Monkey home page Code Monkey logo

Comments (4)

sandeepmistry avatar sandeepmistry commented on August 30, 2024

@daveharmon so I think the nan version node-xpc-connection ships with doesn't support Node.js 7.5.0.

Could you please try the following:

  • clone this repo using git and change directories into it
  • edit package.json to use the latest version of nan
  • run npm install
  • run node-gyp rebuild

If all is good please submit a PR to update to the latest version of nan. Otherwise let us know what went wrong :)

from node-xpc-connection.

daveharmon avatar daveharmon commented on August 30, 2024

no dice, should I try downgrading node? If so to which version?

from node-xpc-connection.

sandeepmistry avatar sandeepmistry commented on August 30, 2024

@daveharmon care to share the build errors and the steps you did?

from node-xpc-connection.

daveharmon avatar daveharmon commented on August 30, 2024

Sorry I forgot to follow up on this. I ended up fixing this by setting the environment varable export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/

Basically what was happening was that my llvm compiler was being misconfigured because I had previously installed gcc, even though I had already removed gcc. What this did was set it llvm to use an actual sdk rather than what I assume were the command line tools' bindings. I don't think I fully understand the issue because it seems like Apple does a lot of softlinking in lower directories to simulate a linux environment for developers while also completely disallowing user access to those directories even wth sudo.

Thanks!

from node-xpc-connection.

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.