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

Compilation failed on WSL (windows 10) #3378

Closed
stampf opened this issue Apr 19, 2024 · 1 comment
Closed

Compilation failed on WSL (windows 10) #3378

stampf opened this issue Apr 19, 2024 · 1 comment

Comments

@stampf
Copy link

stampf commented Apr 19, 2024

To report a bug...

  • What command(s) did you run?
    ** cmake -DCMAKE_BUILD_TYPE=release .

  • What did you expect to happen?
    ** compilation ?
    (I have the necessary tools as it seems in the non-error messages before the ones below).

  • What actually happened?
    Following error:

-- Using Corrosion as a subdirectory
error: failed to load manifest for workspace member `/home/nicolas/task-3.0.0/taskchampion/integration-tests`

Caused by:
  failed to read `/home/nicolas/task-3.0.0/taskchampion/integration-tests/Cargo.toml`

Caused by:
  No such file or directory (os error 2)
CMake Error at _deps/corrosion-src/cmake/CorrosionGenerator.cmake:24 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 101"

Call Stack (most recent call first):
  _deps/corrosion-src/cmake/CorrosionGenerator.cmake:217 (_cargo_metadata)
  _deps/corrosion-src/cmake/Corrosion.cmake:1098 (_generator_add_cargo_targets)
  src/tc/CMakeLists.txt:11 (corrosion_import_crate)


-- Configuring incomplete, errors occurred!
@djmitche
Copy link
Collaborator

I think this is a dupe of #3294. I should have a 3.0.1 out this weekend that fixes the issue. In the interim, if you remove the line containing integration-tests from Cargo.toml that should fix it.

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

2 participants