Closed daniel-j-h closed 8 years ago
Failing because of: https://travis-ci.org/Project-OSRM/node-osrm/jobs/169404996#L1226
Apparently clang does not understand rt
Apparently clang does not understand rt
I wonder if this could be the bug I found and fixed in https://github.com/Project-OSRM/osrm-backend/pull/3130 whereby the libosrm.pc has -l rt
instead of -lrt
. @daniel-j-h you can pass --verbose
to npm install
to get the linking line to show up which should help diagnose.
@@ master #261 diff @@
==========================================
Files 4 4
Lines 420 420
Methods 40 40
Messages 0 0
Branches 0 0
==========================================
Hits 399 399
Misses 21 21
Partials 0 0
Powered by Codecov. Last update b8be777...f661aea
The problem @daniel-j-h ran into here was unrelated to this PR and was also impacting master. Found and fixing the bug (which I introduced) at https://github.com/Project-OSRM/osrm-backend/pull/3163.
For https://github.com/Project-OSRM/node-osrm/issues/172.
At the moment we only set linker flags for
osrm-*
binaries.