Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile Errors #42

Closed
GenaWang opened this issue Sep 9, 2017 · 3 comments
Closed

Compile Errors #42

GenaWang opened this issue Sep 9, 2017 · 3 comments

Comments

@GenaWang
Copy link

GenaWang commented Sep 9, 2017

@ppwwyyxx
hello,thanks for your code. I use cmake to generate the program. But when I compile it on the VS2013. Some errors have occurred. Here are some bugs.

1

Look forward to your reply as soon as possible。
Thanks again.

@stephonlawrence
Copy link

Similar issue when running make -C src from terminal. I'm on Mac OS.

Not sure if it's the same thing but I'm having a similar error when trying to compile.
Here's my output

[dep] third-party/lodepng/lodepng.cc ...
clang: error: unsupported option '-fopenmp'
[dep] stitch/warp.cc ...
clang: error: unsupported option '-fopenmp'
[dep] stitch/transform_estimate.cc ...
clang: error: unsupported option '-fopenmp'
[dep] stitch/stitcherbase.cc ...
clang: error: unsupported option '-fopenmp'
[dep] stitch/stitcher_image.cc ...
clang: error: unsupported option '-fopenmp'
[dep] stitch/stitcher.cc ...
clang: error: unsupported option '-fopenmp'
[dep] stitch/multiband.cc ...
clang: error: unsupported option '-fopenmp'
[dep] stitch/incremental_bundle_adjuster.cc ...
clang: error: unsupported option '-fopenmp'
[dep] stitch/homography.cc ...
clang: error: unsupported option '-fopenmp'
[dep] stitch/debug.cc ...
clang: error: unsupported option '-fopenmp'
[dep] stitch/cylstitcher.cc ...
clang: error: unsupported option '-fopenmp'
[dep] stitch/camera_estimator.cc ...
clang: error: unsupported option '-fopenmp'
[dep] stitch/camera.cc ...
clang: error: unsupported option '-fopenmp'
[dep] stitch/blender.cc ...
clang: error: unsupported option '-fopenmp'
[dep] feature/sift.cc ...
clang: error: unsupported option '-fopenmp'
[dep] feature/orientation.cc ...
clang: error: unsupported option '-fopenmp'
[dep] feature/matcher.cc ...
clang: error: unsupported option '-fopenmp'
[dep] feature/gaussian.cc ...
clang: error: unsupported option '-fopenmp'
[dep] feature/feature.cc ...
clang: error: unsupported option '-fopenmp'
[dep] feature/extrema.cc ...
clang: error: unsupported option '-fopenmp'
[dep] feature/dog.cc ...
clang: error: unsupported option '-fopenmp'
[dep] feature/dist.cc ...
clang: error: unsupported option '-fopenmp'
[dep] feature/brief.cc ...
clang: error: unsupported option '-fopenmp'
[dep] lib/utils.cc ...
clang: error: unsupported option '-fopenmp'
[dep] lib/timer.cc ...
clang: error: unsupported option '-fopenmp'
[dep] lib/polygon.cc ...
clang: error: unsupported option '-fopenmp'
[dep] lib/planedrawer.cc ...
clang: error: unsupported option '-fopenmp'
[dep] lib/matrix.cc ...
clang: error: unsupported option '-fopenmp'
[dep] lib/kdtree.cc ...
clang: error: unsupported option '-fopenmp'
[dep] lib/imgproc.cc ...
clang: error: unsupported option '-fopenmp'
[dep] lib/imgio.cc ...
clang: error: unsupported option '-fopenmp'
[dep] lib/debugutils.cc ...
clang: error: unsupported option '-fopenmp'
[dep] lib/config.cc ...
clang: error: unsupported option '-fopenmp'
[dep] lib/color.cc ...
clang: error: unsupported option '-fopenmp'
[cc] lib/color.cc ...
clang: error: unsupported option '-fopenmp'
make: *** [obj/lib/color.o] Error 1

@stephonlawrence
Copy link

Sorry my comment may be unrelated and was fixed here: #16

@ppwwyyxx
Copy link
Owner

ppwwyyxx commented Sep 9, 2017

The readme said you need vs2015 at least.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants