See discussion in D4581.
Description
Description
Revisions and Commits
Revisions and Commits
Restricted Differential Revision | |||
Restricted Differential Revision | |||
Restricted Differential Revision | |||
rP Phabricator | |||
Restricted Differential Revision | rP8b6fc615f4fe Ignore and README for `support/bin` |
Related Objects
Related Objects
Event Timeline
Comment Actions
Javelin errors are also currently cached too granularly. They depend on the celerity map, not just file content.
A coarse fix would be to reduce the cache granularity of these errors.
Comment Actions
I had to compile this on a Macbook running OS 10.10.3 just now. Recalled some documentation existing already, and stumbled upon this task and https://secure.phabricator.com/book/javelin/article/facebook/. The steps that worked for me were
cd $JAVELIN_ROOT/externals/libfbjs make -stdlib=libstdc++ cd $JAVELIN_ROOT/support/javelinsymbols make -stdlib=libstdc++
Basically, make -stdlib=libstdc++ was the pertinent magic for me. Not sure if I even needed to compile libfbjs first, but hey. :D