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

Rebuild All in VS generates failures #18

Closed
dthaler opened this issue Apr 16, 2021 · 1 comment · Fixed by #25
Closed

Rebuild All in VS generates failures #18

dthaler opened this issue Apr 16, 2021 · 1 comment · Fixed by #25
Assignees
Labels
bug Something isn't working

Comments

@dthaler
Copy link
Collaborator

dthaler commented Apr 16, 2021

Doing Rebuild All gives errors:

14>LINK : fatal error LNK1104: cannot open file 'C:\git\dthaler\ebpf-for-windows\external\ebpf-verifier\build\Debug\ebpfverifier.lib'
14>Done building project "ebpfapi.vcxproj" -- FAILED.
17>LINK : fatal error LNK1104: cannot open file 'C:\git\dthaler\ebpf-for-windows\x64\Debug\EbpfApi.lib'
17>Done building project "port_quota.vcxproj" -- FAILED.
16>LINK : fatal error LNK1104: cannot open file 'C:\git\dthaler\ebpf-for-windows\x64\Debug\EbpfApi.lib'
16>Done building project "ebpfnetsh.vcxproj" -- FAILED.
15>LINK : fatal error LNK1104: cannot open file 'C:\git\dthaler\ebpf-for-windows\external\ebpf-verifier\build\Debug\ebpfverifier.lib'
15>Done building project "end_to_end.vcxproj" -- FAILED.

But building again after that works fine, so must be a dependency/ordering problem.

@dthaler dthaler added the bug Something isn't working label Apr 16, 2021
@dthaler
Copy link
Collaborator Author

dthaler commented Apr 16, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant