Giter VIP home page Giter VIP logo

Comments (6)

springmeyer avatar springmeyer commented on June 15, 2024

eio fix: mapbox/node-eio@72dcc25

from tilemill-builder-osx.

springmeyer avatar springmeyer commented on June 15, 2024

libtool breakage should be fixed by nuking the mapnik-sdk based libtool that starting appearing on path after f319e31:

 rm /Volumes/Flex/mapnik-packaging/osx/build/bin/libtool*

from tilemill-builder-osx.

springmeyer avatar springmeyer commented on June 15, 2024

also hitting:

>>> import ctypes
>>> ctypes.CDLL('node_modules/mapnik/lib/_mapnik.node')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py", line 353, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: dlopen(node_modules/mapnik/lib/_mapnik.node, 6): Symbol not found: __ZN6mapnik8hit_gridIiE9base_maskE
  Referenced from: node_modules/mapnik/lib/_mapnik.node
  Expected in: dynamic lookup

from tilemill-builder-osx.

springmeyer avatar springmeyer commented on June 15, 2024

hmm, above is happening because the mapnik-config --cflags are not being set. That is happening because of a buggy node-gyp. Upgrading node-gyp like npm explore npm -g -- npm install node-gyp@latest as per https://github.com/TooTallNate/node-gyp/wiki/Updating-npm's-bundled-node-gyp breaks because node v0.6.21 reports -pre with node -v. You can edit out the -pre with vim (leaving space intact) but that is not sustainable. fuuuuu

from tilemill-builder-osx.

springmeyer avatar springmeyer commented on June 15, 2024

going to solve by rolling back to node v0.6.20:

$ /opt/node-v0.6.20/bin/node -v
v0.6.20

from tilemill-builder-osx.

springmeyer avatar springmeyer commented on June 15, 2024

fixed, closing.

from tilemill-builder-osx.

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.