This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MacBook-Pro-de-Felix-Pedrera-Garcia:node-mapnik felix$ make | |
Waf: Entering directory `/Users/felix/Proyectos/GitHub/node-mapnik/build' | |
[ 1/16] cxx: src/node_mapnik.cpp -> build/default/src/node_mapnik_1.o | |
In file included from ../src/node_mapnik.cpp:25: | |
../src/mapnik_grid_view.hpp:7:37: error: mapnik/grid/grid_view.hpp: No such file or directory | |
In file included from ../src/node_mapnik.cpp:25: | |
../src/mapnik_grid_view.hpp:14: error: ‘grid_view’ is not a member of ‘mapnik’ | |
../src/mapnik_grid_view.hpp:14: error: ‘grid_view’ is not a member of ‘mapnik’ | |
../src/mapnik_grid_view.hpp:14: error: template argument 1 is invalid | |
../src/mapnik_grid_view.hpp:14: error: invalid type in declaration before ‘;’ token |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MacBook-Pro-de-Felix-Pedrera-Garcia:node-mapnik felix$ npm install -g mapnik/usr/local/bin/mapnik-inspect.js -> /usr/local/lib/node_modules/mapnik/bin/mapnik-inspect.js | |
/usr/local/bin/mapnik-render.js -> /usr/local/lib/node_modules/mapnik/bin/mapnik-render.js | |
> [email protected] install /usr/local/lib/node_modules/mapnik | |
> node-waf -v configure build | |
Setting srcdir to : /usr/local/lib/node_modules/mapnik | |
Setting blddir to : /usr/local/lib/node_modules/mapnik/build | |
Checking for program g++ or c++ : /usr/bin/g++ | |
Checking for program cpp : /usr/bin/cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MacBook-Pro-de-Felix-Pedrera-Garcia:~ felix$ brew install mapnik2 -v | |
==> Checking out http://svn.mapnik.org/trunk/ | |
/usr/bin/svn up --force http://svn.mapnik.org/trunk/ /Users/felix/Library/Caches/Homebrew/mapnik2--svn | |
Skipped 'http://svn.mapnik.org/trunk' | |
At revision 2998. | |
Summary of conflicts: | |
Skipped paths: 1 | |
/usr/bin/svn export --force /Users/felix/Library/Caches/Homebrew/mapnik2--svn /private/tmp/homebrew-mapnik2-HEAD-FQKf | |
Export complete. | |
==> scons PREFIX=/usr/local/Cellar/mapnik2/HEAD ICU_INCLUDES=/usr/local/Cellar/icu4c/4.4.1/include ICU_LIBS=/usr/local/Cellar/icu4c/4.4.1/lib JOBS=2 install |