-
Notifications
You must be signed in to change notification settings - Fork 201
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
make -j error #15
Comments
I test this code with OpenCV 2.4.12. |
@wanglimin @yjxiong |
We did not test on OpenCV 3.2.0. |
@gss-ucas |
@yjxiong yes, I have compiled it successfully on OpenCV 3.2.0. |
@gss-ucas @yjxiong @wanglimin How did you solve it? I am using OpenCV 3.3.0 and came across the same issue using the 3.x branch of the dense-flow |
Got it work, we need to download all the dependencies. |
@zhipeng-fan what other dependencies are needed besides libzip-dev? I have 3.3.0 and I tried to compile but got pages and pages of errors. Thanks. |
@duygusar Hi, I am not sure since it was a long time ago. Just a wild guess, did you also install the easylogging? |
@zhipeng-fan for OpenCV 3.x, you can follow this, https://github.com/gss-ucas/dense_flow |
@gss-ucas and @zhipeng-fan Thank you both, Using @zhipeng-fan 's git and installing easylogging, I was able to get to a point where at least the errors make more sense. I also figured out I needed the opencv contrib modules. However I still have a problem while "make" (no problem with cmake part): [ 57%] Linking CXX executable extract_cpu and I am stuck here. any recommendations? It links to the code rather than dependencies and I am out of ideas. I am not familiar with cpp either. Thanks. |
Seems like it might be due to easyloggingpp, during make test I receive: Test project /home/duygu/Desktop/CONDOR/easyloggingpp-9.96.4/build 0% tests passed, 1 tests failed out of 1 Total Test time (real) = 18.74 sec The following tests FAILED: |
@shuangshuangguo @yjxiong I still have the same problem with opencv-3.2.0 : my environment is centos 7.2 could you please give me some advices, Thanks! |
have you solved this problem about easylogging @duygusar |
This code is for opencv2.4 and ubuntu 14.04
…On Mon, Sep 3, 2018 at 11:37 AM Tylerjoe ***@***.***> wrote:
have you solved this problem about easylogging @duygusar
<https://github.com/duygusar>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHP2Gp7uOaWLaX_YTPQqkZcioB0sQtkpks5uXKQRgaJpZM4PF9m9>
.
--
Limin Wang
Professor, Nanjing University, China
Homepage: http://wanglimin.github.io/
|
@wanglimin Thanks for your so quick reply,but there is the other link for opencv3 in README.md. Please see the opencv-3.1 branch. Many thanks to @victorhcm for the contributions! I downloaded the project for the link and complied it. |
You should use git clone —recursive, otherwise easylogging won’t be in the folder. |
@yjxiong Thanks for your reply and help |
@Tylerjoe hello,Hello, I would like to ask whether you have encountered this problem in the compilation process of opencv3.1: make j: Error: In file included from /data/user21/dense_flow/src/dense_warp_flow_gpu.cpp:2:0: |
Excuse me, have you solved this problem? I have the same problem. Would you please tell me the solution, if you have any ideas... |
i also got the same problem, have you solve it? Could u pls tell me the solution as well... |
@patrolli Hi, I works it out by :
|
Hi, yjxiong
After make -j , something was wrong.
dense_flow.h:9:27: fatal error: easylogging++.h: No such file or directory
compilation terminated.
make[2]: *** [CMakeFiles/denseflow.dir/src/dense_flow.cpp.o] Error 1
make[1]: *** [CMakeFiles/denseflow.dir/all] Error 2
The version of Opencv is 3.2.0 or 3.0.0. A lot of methods have been tried!
Can you give me some ideas!
Thank you very much!
The text was updated successfully, but these errors were encountered: