-
Notifications
You must be signed in to change notification settings - Fork 16
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 issues #1
Comments
Can you confirm that you have rebooted your pc after installing Zivid Software? A problem with ENV variables is that they are not set before you start a new login session. That may be the source of error here. |
It seem you are trying to compile this on Linux, unfortunately the latest changes to the CMake files have not been tested on Linux and they have introduced Windows paths. This should be easy to fix and you can expect an update soon. For now you can comment out the following lines, they are not needed on Linux anyway. The code should then build and run on Linux. Comment #1 (comment) was assuming that you used Windows you can disregard it. |
Thanks, |
@pbermell this issue is now fixed. Can you please try again? Be aware however that the Linux experience is still not very smooth. In particular, the examples which use visualization need Qt 5.11 specifically. We're hoping to fix this in not too long. Feel free to ping me in this thread if you run into further issues. |
Closing due to no response. |
Hello,
I am trying to build the samples but I get an error. Any hints? Thanks. this is what I get on the console when following instructions on github page:
xtcdev@xtcdev01:~/repos/cpp-extra-samples/Zivid/build$ cmake ..
-- The C compiler identification is GNU 7.4.0
-- The CXX compiler identification is GNU 7.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:28 (file):
file COPY cannot find "/bin_debug/plugins".
CMake Error at CMakeLists.txt:29 (file):
file COPY cannot find "/bin/plugins".
-- Configuring incomplete, errors occurred!
See also "/home/xtcdev/repos/cpp-extra-samples/Zivid/build/CMakeFiles/CMakeOutput.log".
The text was updated successfully, but these errors were encountered: