-
Notifications
You must be signed in to change notification settings - Fork 30
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
Cargo build failures on LXQt #31
Comments
Hello, this error may occur if the If this process is cumbersome and you want to proceed smoothly, you can configure it to build automatically by activating the The reason this feature is turned off by default is because the build time takes quite a bit, over 30 minutes. |
Thank you for answering and providing the suggested ideas. I think I should try running it on macOS and Windows. {
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/tester/Desktop/dlib"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "c++14",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
} |
Could you register an environment variable |
Hello, I want to try learning from this project and running the example, but I encountered a few issues. I have ensured that I have installed CMake, g++, and c++, and my versions are as follows. The build process of dlib should be without any issues, but I don't know why the
wrapper.rs
file is unable to link with the header files referenced from the target build folder. Could you please give me some tips or ideas on how to solve these issues?cmake --version
c++ --version
g++ --version
Cargo build errors
The text was updated successfully, but these errors were encountered: