Open dreirund opened 5 years ago
Patch attached.
AND: Please configure your issue tracker to support .patch
and .diff
-files as well. You make it unneededly complicated for users to hand in patches ... (who does not use git
but uses the "classic" ways ...)
Describe the bug
./configure.js
spills outThis does come from a run of
pkg-config protobuf --version
:Instead,
pkg-config protobuf --modversion
should be executed:Environment: (Note: We are not setup to test on Linux or Windows so help may be slower on those OSs)
node --version
:v11.15.0
To Reproduce
git clone git://github.com/tilemill-project/tilemill.git
cd tilemill
./configure.js
Expected behavior
./configure.js
finishes without error messages.