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

Silent links fail #579

Open
hypernewbie opened this issue Feb 3, 2025 · 1 comment
Open

Silent links fail #579

hypernewbie opened this issue Feb 3, 2025 · 1 comment

Comments

@hypernewbie
Copy link

Links fails silently without ability to spit out any errors or search process.
Need much more verbose logging in general so user can know what's going on.

Repro:

  • Add a C++ solution + project
  • links { "asdf_random_library_that_doesnt_exist" }
  • build VS2022

Expected behaviour:

Error: asdf_random_library_that_doesnt_exist not found
Generation failed

Actual behaviour:

Building configurations...
Running action 'vs2022'...
Done. Generated 0/7 projects.
@hypernewbie
Copy link
Author

I just found the actual underlying issue;

It seems that links{} only works from executable type projects. StaticLib type projects do not seem to support links{} at all, and it silently ignores 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

1 participant