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

build file not working #23

Open
vaibhav0195 opened this issue Jul 19, 2017 · 3 comments
Open

build file not working #23

vaibhav0195 opened this issue Jul 19, 2017 · 3 comments
Assignees
Labels

Comments

@vaibhav0195
Copy link

Hi i have build an executable using this cmake code but my built file is unable to run giving me permission denied error. how can i run this executable?

Thanks in advance for help

@cjweeks cjweeks self-assigned this Jul 20, 2017
@cjweeks
Copy link
Owner

cjweeks commented Jul 20, 2017

It is possible that you don't have execute permission on the newly created file. Simply execute the following to grant this permission: chmod +x <file>. Replace <file> with the generated executable. Let me know if this works for you.

@vaibhav0195
Copy link
Author

hi this was the error of my filesystem i corrected it.
but when i tried to integrate opencv3.1.0 using this technique the code compiled correctly but the imread function is not working properly, when i include the tensorflow library in the code.
any leads on this error ?

@cjweeks
Copy link
Owner

cjweeks commented Jul 20, 2017

I have used OpenCV alongside this tool in the past with no issues. What are the problems / errors you are experiencing with imread?

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

No branches or pull requests

2 participants