問題タブ [folly]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
380 参照

c++ - Unable to build surround360_render - CMake issue

Background I am running this on Kubuntu 16.04.04 LTS, a fresh install. I'm trying to build surround360_render based on the code and instructions at: https://github.com/facebook/Surround360/tree/master/surround360_render

  • I followed the instructions except for the ones for the python, numpy, pip. gooey, pil installs (I don't need python).
  • Installed ceres based on the instructions here, not the ones on the ceres git page.
  • installed llvm, Halide to use accelerated ISP

and I get the following error while make'ing ...360_render:

What I've tried so far

  • I tried implementing https://github.com/facebook/Surround360/issues/253 Failed. I get the following message:

    /li>
  • assuming it is a problem with the standard double-conversion-dev library installed by apt, I uninstalled that, recompiled double-conversion using the following instructions:

    /li>
  • and rebuilt folly as follows:

    /li>

didn't work. redid cmake & make

I get the following error: